I have not been having this issue in my CI environments. Here is what is being run in my CI environment. https://github.com/MissionCriticalCloud/bubble-toolkit/blob/9134cf8be930d0b982829da216471feaf214621f/deploy/firstboot/centos7-cloudstack-java7.sh
And this is how I am setting up my environment: https://github.com/MissionCriticalCloud/bubble-toolkit/blob/9134cf8be930d0b982829da216471feaf214621f/helper_scripts/cloudstack/build_run_deploy_test.sh *Will STEVENS* Lead Developer *CloudOps* *| *Cloud Solutions Experts 420 rue Guy *|* Montreal *|* Quebec *|* H3J 1S6 w cloudops.com *|* tw @CloudOps_ On Tue, May 17, 2016 at 9:04 AM, Nick LIVENS <nick.liv...@nuagenetworks.net> wrote: > Hi all, > > I'm facing the following issue when installing ACS 4.9.0 (current master). > java.sql.SQLException: No suitable driver found for > > jdbc:mysql://localhost:3306/cloud?autoReconnect=true&prepStmtCacheSize=517&cachePrepStmts=true > at java.sql.DriverManager.getConnection(DriverManager.java:596) > at java.sql.DriverManager.getConnection(DriverManager.java:215) > at > > org.apache.commons.dbcp.DriverManagerConnectionFactory.createConnection(DriverManagerConnectionFactory.java:75) > at > > org.apache.commons.dbcp.PoolableConnectionFactory.makeObject(PoolableConnectionFactory.java:582) > at > > org.apache.commons.pool.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:1188) > at > > org.apache.commons.dbcp.PoolingDataSource.getConnection(PoolingDataSource.java:106) > at > > com.cloud.utils.db.TransactionLegacy.getStandaloneConnectionWithException(TransactionLegacy.java:202) > at com.cloud.utils.db.Merovingian2.<init>(Merovingian2.java:68) > at > com.cloud.utils.db.Merovingian2.createLockMaster(Merovingian2.java:88) > > First, I thought that the mysql-connector-java.jar was not loaded / > installed correctly. But this jar is loaded : > [root@csc-1 java]# lsof -p 14064 | grep jar | grep mysql > java 14064 cloud mem REG 253,1 883899 134860304 > /usr/share/java/mysql-connector-java.jar > java 14064 cloud 38r REG 253,1 883899 134860304 > /usr/share/java/mysql-connector-java.jar > > Tomcat specifics : > [root@csc-1 java]# tomcat version > Server version: Apache Tomcat/7.0.54 > Server built: Mar 24 2015 07:49:05 > Server number: 7.0.54.0 > OS Name: Linux > OS Version: 3.10.0-229.7.2.el7.x86_64 > Architecture: amd64 > JVM Version: 1.7.0_85-mockbuild_2015_07_11_12_24-b00 > JVM Vendor: Oracle Corporation > > Does anyone have an idea why I might be facing this issue? > > Thanks! > > Kind regards, > Nick Livens >