From: | Oliver Jowett <oliver(at)opencloud(dot)com> |
---|---|
To: | "Vsevolod (Simon) Ilyushchenko" <simonf(at)cshl(dot)edu> |
Cc: | pgsql-jdbc(at)postgresql(dot)org |
Subject: | Re: Intermittent I/O error? |
Date: | 2005-09-29 23:27:10 |
Message-ID: | 433C784E.6080700@opencloud.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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
From | Date | Subject | |
---|---|---|---|
Next Message | Russell Francis | 2005-09-30 19:06:09 | Re: queries against CIDR fail against 8.0.3? |
Previous Message | Oliver Jowett | 2005-09-29 23:22:13 | Re: queries against CIDR fail against 8.0.3? |