Re: jdbc error

From: Oliver Jowett <oliver(at)opencloud(dot)com>
To: mmckenzie(at)unmc(dot)edu
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: jdbc error
Date: 2005-01-13 21:04:59
Message-ID: 41E6E27B.3070400@opencloud.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

mmckenzie(at)unmc(dot)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

In response to

  • jdbc error at 2005-01-13 18:40:45 from mmckenzie

Browse pgsql-jdbc by date

  From Date Subject
Next Message Jerome Colombie 2005-01-13 23:34:53 Re: Encoding Problem
Previous Message mmckenzie 2005-01-13 18:40:45 jdbc error