Re: Intermittent I/O error? - Mailing list pgsql-jdbc

From Oliver Jowett
Subject Re: Intermittent I/O error?
Date
Msg-id 433C784E.6080700@opencloud.com
Whole thread Raw
In response to Intermittent I/O error?  ("Vsevolod (Simon) Ilyushchenko" <simonf@cshl.edu>)
List pgsql-jdbc
Vsevolod (Simon) Ilyushchenko wrote:

> Class: com.romeblack.release.core.EntityHomeException: An I/O error
> occured while sending to the backend.
> Exception: java.net.SocketException: Socket closed

This means you're trying to use a Connection that has had close() called
on it, or that has encountered a fatal I/O error previously (this would
have been reported via throwing an appropriate SQLException) that you
ignored.

> I'm using Tomcat 5.5.9 and JDBC 2 driver 8.0-312 connecting to an 8.0.3
> database on Fedora 4.

I guess you are using connection pooling then; I'd suspect some problem
there.

-O

pgsql-jdbc by date:

Previous
From: Oliver Jowett
Date:
Subject: Re: queries against CIDR fail against 8.0.3?
Next
From: Russell Francis
Date:
Subject: Re: queries against CIDR fail against 8.0.3?