RE: [dbcp]: DBCP 1.3 Already closed error

2010-03-15 Thread Paul Gazda
Paul Gazda -Original Message- From: Phil Steitz [mailto:phil.ste...@gmail.com] Sent: Wednesday, February 10, 2010 12:56 PM To: Commons Developers List Subject: [dbcp]: DBCP 1.3 Already closed error A little more context on this. From this trace below, you can see that what is goi

[dbcp]: DBCP 1.3 Already closed error

2010-02-10 Thread Phil Steitz
A little more context on this. From this trace below, you can see that what is going on is the exception is thrown by PoolableConnection.close(), which tests _conn.isClosed() (driver call) before returning a connection to the pool. If DBCP thinks the connection is open - PoolableConnection.isClo

DBCP 1.3 Already closed error

2010-02-10 Thread Paul Gazda
(Per Phil Steitz's suggestion, I am moving our off list correspondence to this list.) Thanks, Phil. I will see what I can find re the Oracle driver. Paul Gazda wrote: > Our DBAs did not have any useful log info, so I am going to try putting some > debugging statements in isClosed() to see