> WARN database-connections.myConn: Cannot close connection 203 on finalize
That means that the connection is already trashed when James is trying to
close it. One likely cause is that the database server was cycled. James
v2.1.3 uses Modred, an in-house connection pool that did not recover from
database server failure. The CVS contains code that uses DBCP, and does
recover from database server failure.
The MySQL driver supports an autoreconnect feature that allowed the driver
to reconnect, even though the connection pool didn't. I don't know if your
driver supports a similar feature.
--- Noel
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]