Exception in thread "main" java.lang.RuntimeException: java.sql.SQLException: Connections could not be acquired from the underlying database!
at cn.jjs.dao.Dao.findByProvince(Dao.java:46)
at cn.jjs.dao.Dao.main(Dao.java:52)
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:692)
at com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource.getConnection(AbstractPoolBackedDataSource.java:140)
at cn.jjs.web.servlet.JdbcUtils3.getConnection(JdbcUtils3.java:21)
at cn.jjs.web.servlet.TxQueryRunner.query(TxQueryRunner.java:35)
at cn.jjs.dao.Dao.findByProvince(Dao.java:39)
... 1 more