I appogize, that may not be the same exact error, although I think it is. I tried to dig it out to verify but it looks like I may no longer have these logs and it's going to be a while before I get back to working on this again. This part of the error is for certain is the same is:
root cause: java.sql.SQLException: Connection is closed. -----Original Message----- From: Linda Steckel [mailto:[EMAIL PROTECTED] Sent: Friday, February 28, 2003 10:41 AM To: Jakarta Commons Users List Subject: RE: [DBCP] Exceptions in multi user environment. I get the same error but I've checked exhaustively and cannot find either of these cases. Plus, this error occurs on the same code running numerous times - sometimes in 10 minutes, sometimes in a day, sometimes in 2 days. -----Original Message----- From: Rodney Waldhoff [mailto:[EMAIL PROTECTED] Sent: Friday, February 28, 2003 5:43 AM To: Jakarta Commons Users List Subject: Re: [DBCP] Exceptions in multi user environment. Is it possible that you're either returning a connection to the pool more than once, or holding on to a connection after having returned it to the pool? On Thu, 27 Feb 2003 [EMAIL PROTECTED] wrote: > Hi, > I'm new to DBCP. Recently we have used DBCP in one of our projects. > When around 5-6 users start accessing our application we start getting some > strange errors in an unpredictable manner. The trace from a few is included > below. Does any one have any suggestions to fix these? > > Thanks. > > 1) > , root cause: java.sql.SQLException: Closed Statement > at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:169) > at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:211) > at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:274) > at > oracle.jdbc.driver.OracleStatement.get_column_index(OracleStatement.java:453 > 0) > at > oracle.jdbc.driver.OracleResultSetImpl.findColumn(OracleResultSetImpl.java:6 > 66) > at > oracle.jdbc.driver.OracleResultSet.getInt(OracleResultSet.java:1420) > at > org.apache.commons.dbcp.DelegatingResultSet.getInt(DelegatingResultSet.java: > 159) > > 2) > , root cause: java.sql.SQLException: Connection is closed. > at > org.apache.commons.dbcp.DelegatingConnection.checkOpen(DelegatingConnection. > java:245) > at > org.apache.commons.dbcp.DelegatingConnection.createStatement(DelegatingConne > ction.java:170) > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
