Re: java.sql.SQLException: DBCP could not obtain a idle db connection, pool exhausted
From: Alex (aleoo_at_solarapex.com)
Date: 12/23/04
- Next message: jonck_at_vanderkogel.net: "DBCP problem "Name jdbc is not bound in this Context", SOLUTION"
- Previous message: Sergey Bezrukov: "Re: How to put traditional Chinese text into Unicode Oracle 9i database via Internet Explorer"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 23 Dec 2004 11:12:58 -0800
I got this error and found the cause (different from what was posted
before).
I am just posting this for others.
Make sure that you close not only result sets and connections, but
statements (incl. prepared) as well.
I used Tomcat 5.0.
Alex
- Next message: jonck_at_vanderkogel.net: "DBCP problem "Name jdbc is not bound in this Context", SOLUTION"
- Previous message: Sergey Bezrukov: "Re: How to put traditional Chinese text into Unicode Oracle 9i database via Internet Explorer"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|