Re: JDBC driver - Mailing list pgsql-jdbc

From Nick Fankhauser
Subject Re: JDBC driver
Date
Msg-id NEBBLAAHGLEEPCGOBHDGEEGKDOAA.nickf@ontko.com
Whole thread Raw
In response to JDBC driver  ("Jacob Vennervald Madsen" <jvm@gopinocchio.com>)
List pgsql-jdbc
Jacob-

We've had similar messages using Tomcat & JDBC. Although we haven't tracked
it down completely, it seems that something happens which caused Tomcat to
reload one or more classes, and in the process your connection to JDBC is
lost (assuming you have an open connection or pool of connections at the
time.) If you are using a pool and want to avoid reloading Tomcat when this
happens, you can use the Tomcat "Admin" tool to reload the context, which
will init the servlets.

Hope this helps.

-Nick

--------------------------------------------------------------------------
Nick Fankhauser  nickf@ontko.com  Phone 1.765.935.4283  Fax 1.765.962.9788
Ray Ontko & Co.     Software Consulting Services     http://www.ontko.com/


> 2001-11-08 14:23:04,607 ERROR UserDBHandler  - Problem executing query
> 2001-11-08 14:23:04,607 ERROR UserDBHandler  - An I/O error has occured
> while flushing the output - Exception: java.io.IOException: Broken pipe
> Stack Trace:




pgsql-jdbc by date:

Previous
From: Rene Pijlman
Date:
Subject: Re: JDBC Driver
Next
From: "Nick Fankhauser"
Date:
Subject: Re: no suitable driver