Re: Error JDBC

Поиск
Список
Период
Сортировка
От Oliver Jowett
Тема Re: Error JDBC
Дата
Msg-id 40C7BC4A.8090409@opencloud.com
обсуждение исходный текст
Ответ на Error JDBC  (artyprog@wanadoo.fr (salvatore))
Список pgsql-jdbc
salvatore wrote:
> Hello,
>
> I have the following messages when I try to retrieve
> data from my postgres database
>
> An IO erro occured while sending to the backend - Exception:
> java.net.SocketException: Broken pipe
>
>
> I have to mention that all have been Ok for a pair of months.

The usual cause of this type of error is a firewall between your
application and the server that drops connections if they are idle for
an extended period. The driver doesn't notice this until the next time
it tries to use the connection.

-O

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

Предыдущее
От: Nic Ferrier
Дата:
Сообщение: Re: Cursor returned from procedure ignores setFetchSize() on
Следующее
От: Shanmugasundaram Doraisamy
Дата:
Сообщение: Trouble with locking tables - reg.