I am getting this being printed to my Error log every 1 min or so
ERROR: java.sql.SQLException: Connection is closed
[Tue Oct 23 13:38:16 GMT+01:00 2001] stderr: ERROR: java.sql.SQLException:
Connection is closed
[Tue Oct 23 13:38:16 GMT+01:00 2001] stderr: ERROR: java.sql.SQLException:
Connection is closed
Its not something I am printing to the error log and I have no idea where it
is coming from.
Any help would be appreciated!
Cheers
Tristan
It seems like the connection is being closed while it should not.
Try increasing the frequency (i.e. decrease the value) of checking
for stale connections. (idleTimeout property - default is 600
seconds).
Alternately:
- try using a different jdbc driver (some I have found are more
stable and reliable than others)
- try using jdbc 2 XA features for connections and connection
pooling (if your jdbc driver supports it)
-krish
"Tristan" <t.b...@kainos.com> wrote in message news:3bd56533$1_2@dnews...