Hi,
this error occurs from time to time in our webapplication under Tomcat 4.1.28. It seems like Tomcat doesnt locate the class com/mchange/v2/resourcepool/BasicResourcePool and i wonder what jar is affected by that. My Project compiles fine, and the database-access thru the hibernate layer works fine.
HELP!!!
Hibernate version:
3.0
Full stack trace of any exception that occurs:
java.lang.NoClassDefFoundError: com/mchange/v2/resourcepool/BasicResourcePool$AsyncTestIdleResourceTask
at com.mchange.v2.resourcepool.BasicResourcePool.checkIdleResources(BasicResourcePool.java:953)
at com.mchange.v2.resourcepool.BasicResourcePool.access$1000(BasicResourcePool.java:31)
at com.mchange.v2.resourcepool.BasicResourcePool$CheckIdleResourcesTask.run(BasicResourcePool.java:1181)
at java.util.TimerThread.mainLoop(Unknown Source)
at java.util.TimerThread.run(Unknown Source)
Name and version of the database you are using:
MS SQL Server 2000
|