A ResourcePool could not acquire a resource from its primary factory or source

前端 未结 5 1376
清歌不尽
清歌不尽 2020-12-16 17:17

I\'m trying to connect to a database in Java, using jdbcTemplate and I\'m gettin the error below. I have Googled for a long time and all solutions I found didn\'t solve my p

5条回答
  •  春和景丽
    2020-12-16 17:42

    I got this problem on c3p0 0.9.5-pre6 with mchange-commons-java 0.2.6.3. After downgrading to c3p0 0.9.5-pre5 and mchange-commons-java 0.2.6.2, the problem disappears.

提交回复
热议问题