Re: An I/O error occured while sending to the backend. - Mailing list pgsql-jdbc

From Oliver Jowett
Subject Re: An I/O error occured while sending to the backend.
Date
Msg-id 41E8C468.5020301@opencloud.com
Whole thread Raw
In response to An I/O error occured while sending to the backend.  (Stephen McConnell <mcconnell_stephen@yahoo.com>)
Responses Re: An I/O error occured while sending to the backend.
List pgsql-jdbc
Stephen McConnell wrote:

> Exception: java.io.IOException: Stream closed
> Stack Trace:
> java.io.IOException: Stream closed

> Others have said this is a TCP/IP problem with a firewall, but it's
> pretty apparent that since I'm accessing "localhost"
> (jdbc:postgresql://localhost:5432/test_database)  that It's not a
> "firewall" problem UNLESS there's a problem with the Windoz XP
> firewall.

No, it doesn't look like a firewall problem -- that usually manifests as
a connection refused or a connection reset by peer. This looks like the
driver is closing the connection itself, but not invalidating the
connection. I'd suspect an earlier error on the connection is causing this.

Do you have a complete testcase I can try?

-O

pgsql-jdbc by date:

Previous
From: Kris Jurka
Date:
Subject: Re: Problem : Japanese Character Support
Next
From: Oliver Jowett
Date:
Subject: Re: Weird behavior in transaction handling (Possible bug ?)