Re: org.postgresql.util.PSQLException: An I/O error occured - Mailing list pgsql-jdbc

From Oliver Jowett
Subject Re: org.postgresql.util.PSQLException: An I/O error occured
Date
Msg-id 44EBF6AC.1040603@opencloud.com
Whole thread Raw
In response to org.postgresql.util.PSQLException: An I/O error occured while sending to the backend  ("surabhi.ahuja" <surabhi.ahuja@iiitb.ac.in>)
List pgsql-jdbc
surabhi.ahuja wrote:

> org.postgresql.util.PSQLException: An I/O error occured while sending to
> the backend.

> Caused by: java.net.SocketException: Broken pipe

This is a network error that the driver can't do anything about. If you
have a stateful firewall between the client and the server, perhaps it
is dropping the connection because it has been idle.

-O

pgsql-jdbc by date:

Previous
From: Oliver Jowett
Date:
Subject: Re: Cannot use prepared statements with create user command
Next
From: till toenges
Date:
Subject: Re: bytea memory improvement