Re: connection reset and I/O error - Mailing list pgsql-jdbc

From Kris Jurka
Subject Re: connection reset and I/O error
Date
Msg-id Pine.BSO.4.62.0509141457310.9343@leary.csoft.net
Whole thread Raw
In response to connection reset and I/O error  ("mpr" <mpruefer@gmail.com>)
List pgsql-jdbc

On Wed, 14 Sep 2005, mpr wrote:

> I'm working on an application using PostgreSQL 8.0.3 via Hibernate
> 2.1.6 in a JBoss 4.0.1 Appserver, with both appserver and
> postgres db running on the same machine with Windows XP SP2.
>
> I get the following errors in JBoss' log, does anyone know the problem
> and a solution? And yes, I already googled a lot for this problem.
> I use the postgresql-8.0-311.jdbc3.jar jdbc driver.
>

Initially this looks like a network failure with the
"java.net.SocketException: Connection reset" messages, but since you say
the database and app server are running on the same machine that seems a
little hard to believe.  What about someone restarting the database (or
the database crashing) while the app is running?  Do you see anything
relevent in the database server log?

Kris Jurka

pgsql-jdbc by date:

Previous
From: Rob Kirkbride
Date:
Subject: Re: connection reset and I/O error
Next
From: Mike Warnecke
Date:
Subject: GSSAPI or Kerberos authentication problems