Hi
I have a probleme with my webbapp using Hibernate. It has been developped with mysql 4.0.24, C3P0 lib 0.9.0.2, Hibernate2 and it was running globally ... (even if i had problem of connexions after a few days of usage ...).
I want to transfer the application on a Debian server xith mysql4.1.11 and every jsp page with hibernate access don't run ... The navigator search, search, search, but nothing come, no error message, nothings in the logs ... On mysqlAdministrato, i don't see any connection.
I just know that the problem is placed in this line :
sessionHib = HibernateUtil.currentSession();
whitch let me get a session for mySql ...
Is anyone an idea ???
Thanks a lot and sorry for my english language ... :-/
Edit : sorry, i had this error message, when i wait for 15 minutes ...
Quote:
net.sf.hibernate.JDBCException : cannot open connection
.../...
Caused by java.sql.SQLException : Connections could not be acquired from the underlying database!
.../...
Caused by com.mchange.v2.resourcepool.CannotAcquireResourceException : A resourcePool could not acquire a resource from its primary factory of source.