- SQL state [null]; error code [0]; Connections could not be acquired from the underlying database!; nested exception is java.sql.SQLException: Connections could not be acquired from the underlying database!
- at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:83)
- at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:80)
- at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:80)
- at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:407)
- at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:456)
- at com.ga.endeavour.platform.config.repository.ProfilePropertyRepositoryImpl.getAllProfilePropertiesAsMap(ProfilePropertyRepositoryImpl.java:36)
- at com.ga.endeavour.platform.config.factory.ProfilePropertiesFactoryBean.loadProperties(ProfilePropertiesFactoryBean.java:18)
- at org.springframework.core.io.support.PropertiesLoaderSupport.mergeProperties(PropertiesLoaderSupport.java:156)
- at org.springframework.beans.factory.config.PropertiesFactoryBean.createInstance(PropertiesFactoryBean.java:113)
- at org.springframework.beans.factory.config.PropertiesFactoryBean.createProperties(PropertiesFactoryBean.java:98)
- at org.springframework.beans.factory.config.PropertiesFactoryBean.afterPropertiesSet(PropertiesFactoryBean.java:69)
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1573)
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1511)
- ... 34 common frames omitted
- Caused by: java.sql.SQLException: Connections could not be acquired from the underlying database!
- at com.mchange.v2.sql.SqlUtils.toSQLException(SqlUtils.java:118)
- at com.mchange.v2.c3p0.impl.C3P0PooledConnectionPool.checkoutPooledConnection(C3P0PooledConnectionPool.java:689)
- at com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource.getConnection(AbstractPoolBackedDataSource.java:140)
- at org.springframework.jdbc.datasource.LazyConnectionDataSourceProxy$LazyConnectionInvocationHandler.getTargetConnection(LazyConnectionDataSourceProxy.java:400)
- at org.springframework.jdbc.datasource.LazyConnectionDataSourceProxy$LazyConnectionInvocationHandler.invoke(LazyConnectionDataSourceProxy.java:375)
- at com.sun.proxy.$Proxy19.createStatement(Unknown Source)
- at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:390)
- ... 43 common frames omitted