Re: org.postgresql.util.PSQLException: Eingabe/Ausgabe-Fehler

Поиск
Список
Период
Сортировка
От Oliver Jowett
Тема Re: org.postgresql.util.PSQLException: Eingabe/Ausgabe-Fehler
Дата
Msg-id 432B331F.3000404@opencloud.com
обсуждение исходный текст
Ответ на Re: org.postgresql.util.PSQLException: Eingabe/Ausgabe-Fehler  (Sven Hütten <sven.huetten@web.de>)
Список pgsql-jdbc
Sven Hütten wrote:

> now, i have logged the cause of the PSQLException. Here are the stacktrace:
>
> java.io.IOException: Stream closed
>      at sun.nio.cs.StreamEncoder.ensureOpen(StreamEncoder.java:38)

The two most likely options here are:

- you are closing the Connection, then trying to use an object created
from it such as a Statement; or
- you are ignoring a fatal SQLException thrown by an earlier operation
that is causing the Connection to be automatically closed.

-O

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

Предыдущее
От: Sven Hütten
Дата:
Сообщение: Re: org.postgresql.util.PSQLException: Eingabe/Ausgabe-Fehler
Следующее
От: Gianluigi
Дата:
Сообщение: GCJ jdbc driver compilation