java.io.EOFException in MySQL? Why it occured? How to correct it?
Posted by: xxanadu
Date: May 18, 2005 11:56PM

java.io.EOFException in MySQL,
Why it occured?
How to correct it?
Thx.

SQLException: com.mysql.jdbc.CommunicationsException: Communications link failure due to underlying exception:

** BEGIN NESTED EXCEPTION **

java.io.EOFException

STACKTRACE:
java.io.EOFException
at com.mysql.jdbc.MysqlIO.readFully(MysqlIO.java:1829)
at com.mysql.jdbc.MysqlIO.reuseAndReadPacket(MysqlIO.java:2272)
at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:2753)
at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1518)
at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:1609)
at com.mysql.jdbc.Connection.execSQL(Connection.java:2228)
at com.mysql.jdbc.Connection.execSQL(Connection.java:2159)
at com.mysql.jdbc.Statement.executeUpdate(Statement.java:1243)
at myApp.bmGetPickingList.run(bmGetPickingList.java:435)

** END NESTED EXCEPTION **

Options: ReplyQuote


Subject
Written By
Posted
java.io.EOFException in MySQL? Why it occured? How to correct it?
May 18, 2005 11:56PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.