Re: Error JDBC

From: Oliver Jowett <oliver(at)opencloud(dot)com>
To: salvatore <artyprog(at)wanadoo(dot)fr>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: Error JDBC
Date: 2004-06-10 01:41:30
Message-ID: 40C7BC4A.8090409@opencloud.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

  • Error JDBC at 2004-06-07 10:56:07 from salvatore

Browse pgsql-jdbc by date

  From Date Subject
Next Message Shanmugasundaram Doraisamy 2004-06-10 03:39:37 Trouble with locking tables - reg.
Previous Message Alvaro Herrera 2004-06-08 22:23:56 Nested transactions