| Access to the pool@dbPool is locked |
Sat Feb 06 09:18:43 GMT 2010 |
| |
Hi,
I'm using Java 1.6 and Tomcat 6 with primrose 3.0.13 . I got this exception after months :
uk.org.primrose.pool.PoolException: Access to the pool@dbPool is locked
at uk.org.primrose.pool.core.Pool.internalGetConnection(Pool.java:224)
at uk.org.primrose.pool.core.Pool.getConnectionWait(Pool.java:148)
at uk.org.primrose.pool.core.Pool.getConnectionWait(Pool.java:176)
Can you explain why this happen and how to prevent this to happen? So i can simulate on my development environment.
Thanks In Advance |
| |
| sedj |
Fri Feb 12 08:03:44 GMT 2010 |
| |
This typically happens if a class in the JVM reloads the pool - which can happen during hot deployment of webapps within Tomcat.
Is this a possible cause ? |