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 176000 - java.net.SocketException: Socket closed
Summary: java.net.SocketException: Socket closed
Status: CLOSED 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-11-04 12:06 UTC by Marian Mirilovic
Modified: 2010-04-23 06:29 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 161467


Attachments
stacktrace (4.10 KB, text/plain)
2009-11-04 12:06 UTC, Marian Mirilovic
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Marian Mirilovic 2009-11-04 12:06:34 UTC
Build: NetBeans IDE Dev (Build 200911021401)
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:
mmirilovic: tried to close connection to MySQL locally



Stacktrace: 
java.net.SocketException: Socket closed
        at java.net.SocketInputStream.socketRead0(SocketInputStream.java:0)
        at java.net.SocketInputStream.read(SocketInputStream.java:129)
        at com.mysql.jdbc.util.ReadAheadInputStream.fill(ReadAheadInputStream.java:113)
        at com.mysql.jdbc.util.ReadAheadInputStream.readFromUnderlyingStreamIfNecessary(ReadAheadInputStream.java:160)
        at com.mysql.jdbc.util.ReadAheadInputStream.read(ReadAheadInputStream.java:188)
        at com.mysql.jdbc.MysqlIO.readFully(MysqlIO.java:2428)
Comment 1 Marian Mirilovic 2009-11-04 12:06:42 UTC
Created attachment 90484 [details]
stacktrace
Comment 2 Jiri Rechtacek 2009-11-20 08:09:10 UTC
I guess it was fixed in core-main/rev/33bd90c1ee1e
Comment 3 Marian Mirilovic 2010-04-23 06:29:41 UTC
v/c