Reputation: 1795
Apache Tomcat 6.0.35 Hibernate Problem
com.mchange.v2.resourcepool.BasicResourcePool$AcquireTask@352e71c4 -- Acquisition Attempt Failed!!! Clearing pending acquires. While trying to acquire a needed new resource, we failed to succeed more than the maximum number of allowed acquisition attempts (30). Last acquisition attempt exception: java.sql.SQLException: No suitable driver at java.sql.DriverManager.getDriver(DriverManager.java:279)
Upvotes: 3
Views: 3721
Reputation: 1795
The problem is rising with Ubuntu 12.04.2. What u need to do is to change hibernate library. I change it from v 4.1.2 to 4.1.9 and it is working fine.
Upvotes: 1