Re: I/O error

Поиск
Список
Период
Сортировка
От Oliver Jowett
Тема Re: I/O error
Дата
Msg-id 411CA815.3030300@opencloud.com
обсуждение исходный текст
Ответ на I/O error  (Antonini Roberto <Roberto.Antonini@TILAB.COM>)
Список pgsql-jdbc
Antonini Roberto wrote:
> Hi all,
>
> Someone could explain to me the meaning of this exception:
>
>
>
> *An I/O error occured while reading from backend - Exception:
> java.net.SocketException: Connection reset*
>
> when I try to invoke DB function to remote DB.
>
> could it be a driver trouble?

The driver is reporting a TCP/IP-level communication error.

The usual cause is a stateful firewall betweeen the JDBC client and the
server. A connection that stays idle for a long time may be considered
dead and dropped by the firewall, and you will see a "connection reset"
error when it is eventually reused.

-O

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

Предыдущее
От: Antonini Roberto
Дата:
Сообщение: I/O error
Следующее
От: "Luke (Terry) Vanderfluit"
Дата:
Сообщение: compiling postgres from source --with-java