This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 175002 - [68cat] java.io.EOFException: Can not read response from server. Expected to read 4 bytes, read 0 bytes before connection was unexpectedly lost.
Summary: [68cat] java.io.EOFException: Can not read response from server. Expected to ...
Status: RESOLVED FIXED
Alias: None
Product: db
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jiri Rechtacek
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-10-20 14:09 UTC by neilg
Modified: 2009-11-16 03:19 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 159797


Attachments
stacktrace (3.84 KB, text/plain)
2009-10-20 14:09 UTC, neilg
Details

Note You need to log in before you can comment on or make changes to this bug.
Description neilg 2009-10-20 14:09:45 UTC
Build: NetBeans IDE Dev (Build 200910170201)
VM: Java HotSpot(TM) 64-Bit Server VM, 14.2-b01, Java(TM) SE Runtime Environment, 1.6.0_16-b01
OS: Linux, 2.6.28-15-generic, amd64

User Comments:
neilg: expanded table node in database



Stacktrace: 
java.io.EOFException: Can not read response from server. Expected to read 4 bytes, read 0 bytes before connection was unexpectedly lost.
        at com.mysql.jdbc.MysqlIO.readFully(MysqlIO.java:2431)
        at com.mysql.jdbc.MysqlIO.reuseAndReadPacket(MysqlIO.java:2882)
        at com.mysql.jdbc.MysqlIO.reuseAndReadPacket(MysqlIO.java:2871)
        at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3414)
        at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1936)
        at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2060)
Comment 1 neilg 2009-10-20 14:09:53 UTC
Created attachment 89766 [details]
stacktrace
Comment 2 neilg 2009-10-20 14:16:26 UTC
There was some kind of communication problem with the mysql server. I disconnected and reconnected the session and all
was ok.
Comment 3 Jiri Rechtacek 2009-11-13 03:42:28 UTC
core-main/rev/33bd90c1ee1e
Comment 4 Quality Engineering 2009-11-16 03:19:08 UTC
Integrated into 'main-golden', will be available in build *200911160201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/33bd90c1ee1e
User: Jiri Rechtacek <jrechtacek@netbeans.org>
Log: #176347, #175265, #175002: Incorrect work with disconnected mysql server