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.
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!