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 262518 - java.io.EOFException: Can not read response from server. Expected to read 4 bytes, read 0 bytes before connection was unexpectedly lost.
Summary: java.io.EOFException: Can not read response from server. Expected to read 4 b...
Status: RESOLVED DUPLICATE of bug 166367
Alias: None
Product: db
Classification: Unclassified
Component: Show Data (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Libor Fischmeistr
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-06-21 16:21 UTC by Exceptions Reporter
Modified: 2016-06-21 19:55 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 224736


Attachments
stacktrace (4.42 KB, text/plain)
2016-06-21 16:21 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2016-06-21 16:21:44 UTC
This bug was originally marked as duplicate of bug 175002, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 8.1 (Build 201510222201)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.92-b14, Java(TM) SE Runtime Environment, 1.8.0_92-b14
OS: Linux

User Comments:
GUEST: mysql server was restarted, a nice error dialog instead of exception reporter would be nice

GUEST: Mysql went away during a query. Should show a message dialog telling the user what happened.




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:3052)
   at com.mysql.jdbc.MysqlIO.reuseAndReadPacket(MysqlIO.java:3503)
   at com.mysql.jdbc.MysqlIO.reuseAndReadPacket(MysqlIO.java:3492)
   at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4043)
   at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2503)
   at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2664)
Comment 1 Exceptions Reporter 2016-06-21 16:21:46 UTC
Created attachment 160117 [details]
stacktrace
Comment 2 matthias42 2016-06-21 19:55:02 UTC

*** This bug has been marked as a duplicate of bug 166367 ***