From Blush Dormouse, 5 Years ago, written in Plain Text.
Embed
  1. 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!
  2.         at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:83)
  3.         at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:80)
  4.         at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:80)
  5.         at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:407)
  6.         at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:456)
  7.         at com.ga.endeavour.platform.config.repository.ProfilePropertyRepositoryImpl.getAllProfilePropertiesAsMap(ProfilePropertyRepositoryImpl.java:36)
  8.         at com.ga.endeavour.platform.config.factory.ProfilePropertiesFactoryBean.loadProperties(ProfilePropertiesFactoryBean.java:18)
  9.         at org.springframework.core.io.support.PropertiesLoaderSupport.mergeProperties(PropertiesLoaderSupport.java:156)
  10.         at org.springframework.beans.factory.config.PropertiesFactoryBean.createInstance(PropertiesFactoryBean.java:113)
  11.         at org.springframework.beans.factory.config.PropertiesFactoryBean.createProperties(PropertiesFactoryBean.java:98)
  12.         at org.springframework.beans.factory.config.PropertiesFactoryBean.afterPropertiesSet(PropertiesFactoryBean.java:69)
  13.         at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1573)
  14.         at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1511)
  15.         ... 34 common frames omitted
  16. Caused by: java.sql.SQLException: Connections could not be acquired from the underlying database!
  17.         at com.mchange.v2.sql.SqlUtils.toSQLException(SqlUtils.java:118)
  18.         at com.mchange.v2.c3p0.impl.C3P0PooledConnectionPool.checkoutPooledConnection(C3P0PooledConnectionPool.java:689)
  19.         at com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource.getConnection(AbstractPoolBackedDataSource.java:140)
  20.         at org.springframework.jdbc.datasource.LazyConnectionDataSourceProxy$LazyConnectionInvocationHandler.getTargetConnection(LazyConnectionDataSourceProxy.java:400)
  21.         at org.springframework.jdbc.datasource.LazyConnectionDataSourceProxy$LazyConnectionInvocationHandler.invoke(LazyConnectionDataSourceProxy.java:375)
  22.         at com.sun.proxy.$Proxy19.createStatement(Unknown Source)
  23.         at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:390)
  24.         ... 43 common frames omitted
  25.