From: | Barry Lind <barry(at)xythos(dot)com> |
---|---|
To: | Matthias Brunner <mb(at)blumenstrasse(dot)vol(dot)at> |
Cc: | pgsql-jdbc(at)postgresql(dot)org |
Subject: | Re: Unexpected EOF on client connection |
Date: | 2002-08-14 15:58:01 |
Message-ID: | 3D5A7E09.6010002@xythos.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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
>
>
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2002-08-14 16:36:18 | Re: Unexpected EOF on client connection |
Previous Message | Matthias Brunner | 2002-08-14 15:03:13 | Unexpected EOF on client connection |