Re: org.postgresql.util.PSQLException: Eingabe/Ausgabe-Fehler - Mailing list pgsql-jdbc

From Oliver Jowett
Subject Re: org.postgresql.util.PSQLException: Eingabe/Ausgabe-Fehler
Date
Msg-id 432B331F.3000404@opencloud.com
Whole thread Raw
In response to Re: org.postgresql.util.PSQLException: Eingabe/Ausgabe-Fehler  (Sven Hütten <sven.huetten@web.de>)
List 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 by date:

Previous
From: Sven Hütten
Date:
Subject: Re: org.postgresql.util.PSQLException: Eingabe/Ausgabe-Fehler
Next
From: Gianluigi
Date:
Subject: GCJ jdbc driver compilation