Re: Unexpected EOF on client connection

Поиск
Список
Период
Сортировка
От Barry Lind
Тема Re: Unexpected EOF on client connection
Дата
Msg-id 3D5A7E09.6010002@xythos.com
обсуждение исходный текст
Ответ на Unexpected EOF on client connection  (Matthias Brunner <mb@blumenstrasse.vol.at>)
Ответы Re: Unexpected EOF on client connection
Список 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 по дате отправления:

Предыдущее
От: Matthias Brunner
Дата:
Сообщение: Unexpected EOF on client connection
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Unexpected EOF on client connection