Re: [JDBC] org.postgresql.util.PSQLException: An I/O error occured while sending to the backend

From: "surabhi(dot)ahuja" <surabhi(dot)ahuja(at)iiitb(dot)ac(dot)in>
To: "Oliver Jowett" <oliver(at)opencloud(dot)com>
Cc: <pgsql-general(at)postgresql(dot)org>, <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: [JDBC] org.postgresql.util.PSQLException: An I/O error occured while sending to the backend
Date: 2006-08-24 05:57:30
Message-ID: 8626C1B7EB748940BCDD7596134632BE3986A1@jal.iiitb.ac.in
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-jdbc

hi,
dont such messages get logged to postgreslog.
Also, is it possible to check wht firewall is dropping the connection between the client and the server.

thanks,
regards
Surabhi

________________________________

From: Oliver Jowett [mailto:oliver(at)opencloud(dot)com]
Sent: Wed 8/23/2006 12:03 PM
To: surabhi.ahuja
Cc: pgsql-general(at)postgresql(dot)org; pgsql-jdbc(at)postgresql(dot)org
Subject: Re: [JDBC] org.postgresql.util.PSQLException: An I/O error occured while sending to the backend

***********************
Your mail has been scanned by InterScan VirusWall.
***********-***********

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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Michael Fuhr 2006-08-24 06:08:40 Re: Inserting Data
Previous Message Oliver Jowett 2006-08-24 05:56:38 Re: [JDBC] org.postgresql.util.PSQLException: An I/O error occured

Browse pgsql-jdbc by date

  From Date Subject
Next Message Bendik Rognlien Johansen 2006-08-24 08:26:45 Large selects
Previous Message Oliver Jowett 2006-08-24 05:56:38 Re: [JDBC] org.postgresql.util.PSQLException: An I/O error occured