opher Schultz [mailto:[EMAIL PROTECTED]
> Sent: Monday, October 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,
&
-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 schem
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 a connection, Conn
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
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 + Tomc