RE: Cannot get a connection, pool exhausted

2005-04-02 Thread Koller Krisztian
Try adding the abandoned connection recovery settings and have it log them. How can I do this? If they show in your log as abandoned, then they are not getting closed. Even if you wrote the code as recommended, I have found that it does not always work. I am still chasing the exact

Cannot get a connection, pool exhausted

2005-04-01 Thread Koller Krisztian
Hi All! I'm using Tomcat 5.5 and Mysql 4.1 for an online survey web-application. (on Fedora Core 3) After some user outfilled the survey, Tomcat hangs with org.apache.tomcat.dbcp.dbcp.SQLNestedException: Cannot get a connection, pool exhausted message. I'm always close the all rs, stmt and conn