Re: JDBC gives pq_recvbuf: unexpected EOF on client connection - Mailing list pgsql-interfaces

From Peter Mount
Subject Re: JDBC gives pq_recvbuf: unexpected EOF on client connection
Date
Msg-id 5.0.2.1.0.20010120144703.00a4db30@mail.retep.org.uk
Whole thread Raw
In response to JDBC gives pq_recvbuf: unexpected EOF on client connection  (Steve Sullivan <sullivan@Mathcom.COM>)
List pgsql-interfaces
At 07:35 19/01/01 -0700, Steve Sullivan wrote:

>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!


How is your client shutting down? Are you calling the Connections close() 
method?

It sounds like the client is closing before the driver has notified the 
server that it's ending.

Peter


>Steve
>
>========================================
>Steve Sullivan    sullivan@mathcom.com
>
>    Mathcom Solutions, Inc.
>
>http://www.mathcom.com    303-494-7115
>========================================



pgsql-interfaces by date:

Previous
From: Kovacs Zoltan Sandor
Date:
Subject: Re: pl/pgSQL & transaction
Next
From: Cedar Cox
Date:
Subject: Re: pl/pgSQL & transaction