Thanks Sébastien. Fabrice
-----Message d'origine----- De : sebgoa [mailto:run...@gmail.com] Envoyé : vendredi 30 mai 2014 18:37 À : users@cloudstack.apache.org Objet : Re: Usage Server in 4.3 On May 30, 2014, at 5:02 PM, Fabrice Brazier <fabrice.braz...@apalia.net> wrote: > Hi David, > > There was an issue with mysql connector. Starting 4.3 mysql connector > is no longer bundled with ACS. > I created a symbolic link to make it available to usage server: > ln -s /usr/share/java/mysql-connector-java.jar > /usr/share/cloudstack-usage/lib/mysql-connector-java.jar > This issue is being added to 4.3 release docs. > I will do that today, and FWIW this issue is fixed in 4.4 and master. > Usage server is working fine now. > > Regards, > Fabrice > > -----Message d'origine----- > De : David Matteson [mailto:dmatte...@a2hosting.com] Envoyé : vendredi > 30 mai 2014 16:52 À : users@cloudstack.apache.org Objet : Usage Server > in 4.3 > > Hey all, > > We upgraded to 4.3 yesterday and now the usage server gives the > following > error: > > java.sql.SQLException: No suitable driver found for > jdbc:mysql://127.0.0.1:3306/cloud?autoReconnect=true&prepStmtCacheSize > =517 > &cachePrepStmts=true > > Anyone else run into this or have a solution? > > Thanks!