Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> SQLException: no more data from socket

SQLException: no more data from socket

From: Mary Orcutt <mary_at_globeset.com>
Date: Fri, 12 Mar 1999 13:13:55 -0600
Message-ID: <36E96773.D7B9253C@globeset.com>


We're running a Java 1.2 application which uses the Oracle thin 8.0.4 driver.
Seemingly for no apparent cause, we occassionally get the following error:

[Fri Mar 12 12:17:23 CST 1999] SQLException java.sql.SQLException: No
more data to read from socket
[Fri Mar 12 12:17:23 CST 1999] SQLException query = select * from
WalletUsers where wallet_login = 'mikep'
[Fri Mar 12 12:17:23 CST 1999] Wallet.Login SQLException
java.sql.SQLException: No more data to read from socket

 at oracle.jdbc.dbaccess.DBError.check_error(DBError.java:419)
 at oracle.jdbc.ttc7.TTCInBuffer.getByte(Compiled Code)
 at oracle.jdbc.ttc7.TTIMsg.unmarshalSB1(Compiled Code)
 at oracle.jdbc.ttc7.Oopen.receive(Compiled Code)
 at oracle.jdbc.ttc7.TTC7Protocol.open(Compiled Code)
 at oracle.jdbc.driver.OracleStatement.<init>(Compiled Code)
 at oracle.jdbc.driver.OracleConnection.createStatement(Compiled Code)

We didn't seem to be running out of space. I can't seem to find a cause for this error, so if anyone has input on what could cause this, I'd appreciate
any information you can provide.

Thanks,
Mary Received on Fri Mar 12 1999 - 13:13:55 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US