Re: Unexpected EOF on client connection - Mailing list pgsql-jdbc

From Barry Lind
Subject Re: Unexpected EOF on client connection
Date
Msg-id 3D5A7E09.6010002@xythos.com
Whole thread Raw
In response to Unexpected EOF on client connection  (Matthias Brunner <mb@blumenstrasse.vol.at>)
Responses Re: Unexpected EOF on client connection  (Matthias Brunner <mb@blumenstrasse.vol.at>)
List pgsql-jdbc
Matthias,

I am not aware of any bug like this.  This problem used to exist in the
7.0 drivers but was fixed a long time ago.  I certainly don't see this
in my applications.  Are you sure you are calling Connection.close()?
 If you don't close the connection properly then you will see this
message.  If you can reproduce please send a test case to the mail list
and we will look at the problem.

thanks,
--Barry

Matthias Brunner wrote:

>Hello,
>
>whenever I close a JDBC connection, the following log message is printed:
>DEBUG:  pq_recvbuf: unexpected EOF on client connection
>
>I searched the archive and found messages about the issue dating back to 2001.
>Since then, this "bug" has not been fixed.
>Whereas it does not seem to be a real problem, it is quite irritating
>especially for new users like me (log messages about errors should only be
>printed when "real" errors occure).
>
>What can be done about this?
>
>Software used: postgresql 7.2, JDBC driver for 7.2, Sun JDK 1.4, Linux
>
>



pgsql-jdbc by date:

Previous
From: Matthias Brunner
Date:
Subject: Unexpected EOF on client connection
Next
From: Tom Lane
Date:
Subject: Re: Unexpected EOF on client connection