Re: [JDBC] org.postgresql.util.PSQLException: An I/O error occured

From: Oliver Jowett <oliver(at)opencloud(dot)com>
To: "surabhi(dot)ahuja" <surabhi(dot)ahuja(at)iiitb(dot)ac(dot)in>
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
Date: 2006-08-23 06:33:16
Message-ID: 44EBF6AC.1040603@opencloud.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general 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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message lifeisgood 2006-08-23 09:40:29 How do i store arbitrary questions and answers in SQL?
Previous Message Chris 2006-08-23 06:09:26 Re: table partitioning

Browse pgsql-jdbc by date

  From Date Subject
Next Message till toenges 2006-08-23 14:31:12 Re: bytea memory improvement
Previous Message Oliver Jowett 2006-08-23 06:31:50 Re: Cannot use prepared statements with create user command