Re: jdbc error - Mailing list pgsql-jdbc

From Oliver Jowett
Subject Re: jdbc error
Date
Msg-id 41E6E27B.3070400@opencloud.com
Whole thread Raw
In response to jdbc error  (mmckenzie@unmc.edu)
List pgsql-jdbc
mmckenzie@unmc.edu wrote:

> I'm using the 715 jdbc3 driver for pg 7.4 and periodically I receive
> this error:
>
> Error Executing Database Query. An I/O error occured while reading from
> backend - Exception: java.net.SocketException: Connection reset Stack
> Trace: java.net.SocketException: Connection reset at

> Is this happening to anyone else or am I the only one?

This is a TCP-level connection error on the connection to the server.
The most common cause is a firewall or NAT between the client and the
server that is dropping the connection after a period of inactivity.

-O

pgsql-jdbc by date:

Previous
From: mmckenzie@unmc.edu
Date:
Subject: jdbc error
Next
From: Kris Jurka
Date:
Subject: Re: Encoding Problem