Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Another Strange Exceptoin

0 views
Skip to first unread message

Tristan

unread,
Oct 23, 2001, 8:40:21 AM10/23/01
to
Hi all

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


Krishnan Subramanian

unread,
Oct 27, 2001, 4:53:41 PM10/27/01
to
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...

0 new messages