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

Summary: java.net.SocketException: Socket closed
Product: db Reporter: Marian Mirilovic <mmirilovic>
Component: CodeAssignee: Jiri Rechtacek <jrechtacek>
Status: CLOSED FIXED    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
URL: http://statistics.netbeans.org/exceptions/detail.do?id=161467
Issue Type: DEFECT Exception Reporter: 161467
Attachments: stacktrace

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