InterruptedIOException

From: John Reyes <reyes(dot)jh(at)mp(dot)ncos(dot)nec(dot)co(dot)jp>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: InterruptedIOException
Date: 2003-06-02 04:19:24
Message-ID: 3EDAD04C.40002@mp.ncos.nec.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Hello,
I've encountered an InterruptedIOException, this exception was thrown
by the postgre Driver I've been using, then I try to use the updated
Driver that I download but no luck.

I cant seem to comprehend the cause of this scenario, I hope somebody
can help me avoid this scenario.

Below is the trace.

Thanks,


An I/O error occured while reading from backend - Exception:
java.io.InterruptedIOException: Operation interrupted
Stack Trace:

java.io.InterruptedIOException: Operation interrupted
at java.net.SocketInputStream.socketRead0(Native Method)
at java.net.SocketInputStream.read(SocketInputStream.java:129)
at java.io.BufferedInputStream.fill(BufferedInputStream.java:183)
at java.io.BufferedInputStream.read(BufferedInputStream.java:201)
at org.postgresql.PG_Stream.ReceiveChar(PG_Stream.java:138)
at org.postgresql.core.QueryExecutor.execute(QueryExecutor.java:76)
at
org.postgresql.jdbc1.AbstractJdbc1Connection.ExecSQL(AbstractJdbc1Connection.java:505)
at
org.postgresql.jdbc1.AbstractJdbc1Statement.execute(AbstractJdbc1Statement.java:320)
at
org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:48)
at
org.postgresql.jdbc1.AbstractJdbc1Statement.executeUpdate(AbstractJdbc1Statement.java:197)
at
org.jboss.resource.adapter.jdbc.local.LocalPreparedStatement.executeUpdate(LocalPreparedStatement.java:308)
at

Browse pgsql-jdbc by date

  From Date Subject
Next Message dean walliss 2003-06-02 06:22:46 Bad External Date Representation error for any date which is a Saturday.
Previous Message Andrew Sullivan 2003-06-01 03:56:54 Re: Where's SQL error code???