Has anyone run into problems with their JDBC pool dying? Our JDBC pool
has died a couple of times, and I am not able to track down the cause
through logs (nothing abnormal leading up to the pool death). Any ideas
on directions to prevent this from happening? Adding some code to
refresh the pool if it comes back null? Making sure the pool is closed
after use?
Thanks,
Sam
13 Jan 2004 12:46:57,828 -- WARN [Thread-33] (BaseServlet.java) -
SQLExceptionjava.sql.SQLException: java.util.NoSuchElementException:
Timeout waiting for idle object
13 Jan 2004 12:46:57,829 -- WARN [Thread-33] (CourseMaterials.java) -
DB Error: connection was null
|