JDBC gives pq_recvbuf: unexpected EOF on client connection

From: Steve Sullivan <sullivan(at)Mathcom(dot)COM>
To: pgsql-interfaces(at)postgresql(dot)org
Subject: JDBC gives pq_recvbuf: unexpected EOF on client connection
Date: 2001-01-19 14:35:10
Message-ID: 200101191435.f0JEZAY12885@localhost.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces


Hi,
I'm using JDBC and every time my client shuts down
I get the log message:

pq_recvbuf: unexpected EOF on client connection

I'm careful to close the Connection, and I verify that
it indeed did close by calling Connection.isClosed().

Is there something I'm doing wrong here?
I'm running postgresql-7.0.3 on RedHat 7.0 on a Pentium.

Many thanks for any tips!

Steve

========================================
Steve Sullivan sullivan(at)mathcom(dot)com

Mathcom Solutions, Inc.

http://www.mathcom.com 303-494-7115
========================================

Responses

Browse pgsql-interfaces by date

  From Date Subject
Next Message Tom Lane 2001-01-19 15:44:41 Re: bug in ODBC driver (and fix)
Previous Message Cedar Cox 2001-01-19 11:41:20 Re: [INTERFACES] pl/pgSQL & transaction