Re: jdbc error

Поиск
Список
Период
Сортировка
От Oliver Jowett
Тема Re: jdbc error
Дата
Msg-id 41E6E27B.3070400@opencloud.com
обсуждение исходный текст
Ответ на jdbc error  (mmckenzie@unmc.edu)
Список pgsql-jdbc
mmckenzie@unmc.edu wrote:

> I'm using the 715 jdbc3 driver for pg 7.4 and periodically I receive
> this error:
>
> Error Executing Database Query. An I/O error occured while reading from
> backend - Exception: java.net.SocketException: Connection reset Stack
> Trace: java.net.SocketException: Connection reset at

> Is this happening to anyone else or am I the only one?

This is a TCP-level connection error on the connection to the server.
The most common cause is a firewall or NAT between the client and the
server that is dropping the connection after a period of inactivity.

-O

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

Предыдущее
От: mmckenzie@unmc.edu
Дата:
Сообщение: jdbc error
Следующее
От: Kris Jurka
Дата:
Сообщение: Re: Encoding Problem