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@xxxxxxxxxxxxx]
Sent: Wed 8/23/2006 12:03 PM
To: surabhi.ahuja
Cc: pgsql-general@xxxxxxxxxxxxxx; pgsql-jdbc@xxxxxxxxxxxxxx
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