Hi,
I deployed a project on a linux server with mysql 5.0.51 + tomcat 6.0.18. Here there is also another project with hibernate 3.3 that works fine.
This new project I deployed has hibernate 3.5.6 final. After deploy the query to db works fine, but after some time it don't work and the client waiting for server hibernate response that don't come back!
Seems that Hibernate remains blocked:
This is the DEBUG on the server:
Code:
05/02/2011 16:23:02 DEBUG BasicResourcePool:548 - acquire test -- pool is already maxed out. [managed: 10; max: 10]
05/02/2011 16:23:02 DEBUG BasicResourcePool:1279 - awaitAvailable(): com.mchange.v2.c3p0.impl.NewPooledConnection@7301061
05/02/2011 16:23:02 DEBUG BasicResourcePool:1620 - trace com.mchange.v2.resourcepool.BasicResourcePool@6a74f160 [managed: 10, unused: 0, excluded: 0] (e.g. com.mchange.v2.c3p0.impl.NewPooledConnection@7301061)
After the last line I don't see anything! Neither a timeout exception or some similar. So I think this is not the 8 hours problems with Mysql.
Any ideas?
Thanks vey much
Best regards