Re: org.apache.commons.dbcp.DbcpException: java.sql.SQLException

2007-10-29 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Swapnil, Swapnil.Kale wrote: I'm getting org.apache.commons.dbcp.DbcpException: java.sql.SQLException Cannot get a connection, Connection pool exhausted. Sounds like you are running out of database connections. The database has multiple schemas

RE: org.apache.commons.dbcp.DbcpException: java.sql.SQLException

2007-10-29 Thread Propes, Barry L
To: Tomcat Users List Subject: Re: org.apache.commons.dbcp.DbcpException: java.sql.SQLException -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Swapnil, Swapnil.Kale wrote: I'm getting org.apache.commons.dbcp.DbcpException: java.sql.SQLException Cannot get a connection, Connection pool exhausted

RE: org.apache.commons.dbcp.DbcpException: java.sql.SQLException

2007-10-29 Thread Propes, Barry L
can you ever connect with just a regular Oracle driver reference? As opposed to a conn. pool reference? -Original Message- From: Swapnil.Kale [mailto:[EMAIL PROTECTED] Sent: Monday, October 29, 2007 3:10 PM To: users@tomcat.apache.org Subject: Re: org.apache.commons.dbcp.DbcpException

RE: org.apache.commons.dbcp.DbcpException: java.sql.SQLException

2007-10-29 Thread Swapnil.Kale
29, 2007 3:24 PM To: Tomcat Users List Subject: Re: org.apache.commons.dbcp.DbcpException: java.sql.SQLException -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Swapnil, Swapnil.Kale wrote: I'm getting org.apache.commons.dbcp.DbcpException: java.sql.SQLException Cannot get

Re: org.apache.commons.dbcp.DbcpException: java.sql.SQLException

2007-10-29 Thread Swapnil.Kale
Hi, I couldnt get a better place to post my question. I'm getting org.apache.commons.dbcp.DbcpException: java.sql.SQLException Cannot get a connection, Connection pool exhausted. I'm using spring with Tomcat 6 to manage the Connection pooling. My application is a 3 tier application (Swing +