Обсуждение: JDBC gives pq_recvbuf: unexpected EOF on client connection

Поиск
Список
Период
Сортировка

JDBC gives pq_recvbuf: unexpected EOF on client connection

От
Steve Sullivan
Дата:
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@mathcom.com
  Mathcom Solutions, Inc.

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


Re: JDBC gives pq_recvbuf: unexpected EOF on client connection

От
Peter Mount
Дата:
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
>========================================