Re: Error JDBC - Mailing list pgsql-jdbc

From Oliver Jowett
Subject Re: Error JDBC
Date
Msg-id 40C7BC4A.8090409@opencloud.com
Whole thread Raw
In response to Error JDBC  (artyprog@wanadoo.fr (salvatore))
List pgsql-jdbc
salvatore wrote:
> Hello,
>
> I have the following messages when I try to retrieve
> data from my postgres database
>
> An IO erro occured while sending to the backend - Exception:
> java.net.SocketException: Broken pipe
>
>
> I have to mention that all have been Ok for a pair of months.

The usual cause of this type of error is a firewall between your
application and the server that drops connections if they are idle for
an extended period. The driver doesn't notice this until the next time
it tries to use the connection.

-O

pgsql-jdbc by date:

Previous
From: Nic Ferrier
Date:
Subject: Re: Cursor returned from procedure ignores setFetchSize() on
Next
From: Shanmugasundaram Doraisamy
Date:
Subject: Trouble with locking tables - reg.