Error message

Поиск
Список
Период
Сортировка
От Nikola Milutinovic
Тема Error message
Дата
Msg-id 001b01c18e0b$dedfd500$0a3ea8c0@ev.co.yu
обсуждение исходный текст
Ответы Re: Error message
Список pgsql-jdbc
Hi all.

I'm connecting from my JSP/Servlets to PostgreSQL. I keep getting this error message from postmaster:

pq_recvbuf: unexpected EOF on client connection

The JSP page does the following:

- get connection
- create statement
- execute query
...
- close ResultSet
- close Statement
- close Connection

I'm using pgsql-jdbc-7.1-1.2

Could this be from my explicit closing the JDBC objects?

Nix.

Вложения

В списке pgsql-jdbc по дате отправления:

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: Building --with-java
Следующее
От: "Nick Fankhauser"
Дата:
Сообщение: Re: Error message