RE: DBCP could not obtain an idle db connection, pool exhausted

2003-11-11 Thread Edson Alves Pereira
Assunto: RE: DBCP could not obtain an idle db connection, pool exhausted Yes I have closed ResultSet, Statement and Connection Have you tried to close ResultSet, Statement and Connection after each use? -Original Message- From: Galbayar [mailto:[EMAIL PROTECTED

DBCP could not obtain an idle db connection, pool exhausted

2003-11-10 Thread Galbayar
How to solve this problem? I'm using Tomcat 4.1.27 J2SDK (build 1.4.1_03-b02 Tyrex 1.0 Commons DBCP 1.1 MySQL ConnectorJ version 3.0.8 My server.xml configuration Context ... Resource name=jdbc/sss auth=Container type=javax.sql.DataSource/ ResourceParams name=jdbc/sss parameter

RE: DBCP could not obtain an idle db connection, pool exhausted

2003-11-10 Thread Phillip Qin
Have you tried to close ResultSet, Statement and Connection after each use? -Original Message- From: Galbayar [mailto:[EMAIL PROTECTED] Sent: November 10, 2003 4:50 AM To: Tomcat Users List Subject: DBCP could not obtain an idle db connection, pool exhausted How to solve this problem

RE: DBCP could not obtain an idle db connection, pool exhausted

2003-11-10 Thread than_win
Manager Raynet IT Co.Ltd Myanmar Have you tried to close ResultSet, Statement and Connection after each use? -Original Message- From: Galbayar [mailto:[EMAIL PROTECTED] Sent: November 10, 2003 4:50 AM To: Tomcat Users List Subject: DBCP could not obtain an idle db connection, pool

RE: DBCP could not obtain an idle db connection, pool exhausted

2003-11-10 Thread Galbayar
an idle db connection, pool exhausted How to solve this problem? I'm using Tomcat 4.1.27 J2SDK (build 1.4.1_03-b02 Tyrex 1.0 Commons DBCP 1.1 MySQL ConnectorJ version 3.0.8 My server.xml configuration Context ... Resource name=jdbc/sss auth=Container type=javax.sql.DataSource

Re: DBCP could not obtain an idle db connection, pool exhausted

2002-12-12 Thread Leo Przybylski
DBCP could not obtain an idle db connection, pool exhausted errors ? I've stopped sending requests to the server but the problem persists and it looks like I'll have to restart Tomcat.Surprised that the pool didn't automatically reclaim connections. Thanks, Stephen

Re: DBCP could not obtain an idle db connection, pool exhausted

2002-12-12 Thread Leo Przybylski
valuejdbc:mysql://localhost:3306/javatest?autoReconnect=true/value /parameter Jake At 02:54 AM 12/12/2002 +, you wrote: Just wondering how I could have ended up getting DBCP could not obtain an idle db connection, pool exhausted errors ? I've stopped sending requests

DBCP could not obtain an idle db connection, pool exhausted

2002-12-11 Thread Stephen Riek
Just wondering how I could have ended up getting DBCP could not obtain an idle db connection, pool exhausted errors ? I've stopped sending requests to the server but the problem persists and it looks like I'll have to restart Tomcat.Surprised that the pool didn't automatically reclaim

Re: DBCP could not obtain an idle db connection, pool exhausted

2002-12-11 Thread Jacob Kjome
ended up getting DBCP could not obtain an idle db connection, pool exhausted errors ? I've stopped sending requests to the server but the problem persists and it looks like I'll have to restart Tomcat.Surprised that the pool didn't automatically reclaim connections. Thanks, Stephen

Re: DBCP could not obtain an idle db connection, pool exhausted

2002-12-11 Thread Stephen Riek
jdbc:mysql://localhost:3306/javatest?autoReconnect=true Jake At 02:54 AM 12/12/2002 +, you wrote: Just wondering how I could have ended up getting DBCP could not obtain an idle db connection, pool exhausted errors ? I've stopped sending requests to the server but the problem persists

Re: DBCP could not obtain an idle db connection, pool exhausted

2002-12-11 Thread Jacob Kjome
? Then add ?autoReconnect=true to your url parameter like this url jdbc:mysql://localhost:3306/javatest?autoReconnect=true Jake At 02:54 AM 12/12/2002 +, you wrote: Just wondering how I could have ended up getting DBCP could not obtain an idle db connection, pool exhausted errors ? I've