Re: [USAGE][MASTER] java.sql.SQLException: No suitable driver found for jdbc:mysql

2014-10-31 Thread Rajani Karuturi
] Sent: donderdag, 30 oktober, 2014 13:47 To: dev@cloudstack.apache.org Subject: Re: [USAGE][MASTER] java.sql.SQLException: No suitable driver found for jdbc:mysql The only way I could run in a dev environment was to run com.cloud.usage.UsageServer as a plain java process and explicitly set mysql connector

RE: [USAGE][MASTER] java.sql.SQLException: No suitable driver found for jdbc:mysql

2014-10-31 Thread Ilia Shakitko
Amsterdam, Netherlands -Original Message- From: Rajani Karuturi [mailto:raj...@apache.org] Sent: donderdag, 30 oktober, 2014 13:47 To: dev@cloudstack.apache.org Subject: Re: [USAGE][MASTER] java.sql.SQLException: No suitable driver found for jdbc:mysql The only way I could run in a dev

Re: [USAGE][MASTER] java.sql.SQLException: No suitable driver found for jdbc:mysql

2014-10-30 Thread Rajani Karuturi
The only way I could run in a dev environment was to run com.cloud.usage.UsageServer as a plain java process and explicitly set mysql connector in the classpath for example in intellij, add mysql connector to the classpath by editing the project structure and adding mysql connector jar to the depe

[USAGE][MASTER] java.sql.SQLException: No suitable driver found for jdbc:mysql

2014-10-30 Thread Ilia Shakitko
Hello, I know this was a known issue and fixed in 4.4 and master (as Sebastian mentioned), but it appears again in master. I am running mgt with jetty-run. Works OK. I am running usage then (mvn -pl usage -Drun -Dpid=$$). Getting an exception: com.cloud.utils.exception.CloudRuntimeException: DB