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 223403 - java.io.IOException: Channel is already closed
Summary: java.io.IOException: Channel is already closed
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Maria Tishkova
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-12-06 14:23 UTC by Exceptions Reporter
Modified: 2012-12-08 03:00 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 195942


Attachments
stacktrace (370 bytes, text/plain)
2012-12-06 14:23 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2012-12-06 14:23:32 UTC
This issue was reported manually by vv159170.
It already has 1 duplicates 


Build: NetBeans IDE 7.3 Beta 2 (Build 201211062253)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.0-b21, Java(TM) SE Runtime Environment, 1.7.0_04-b22
OS: Windows 7

Stacktrace: 
java.io.IOException: Channel is already closed
   at org.netbeans.modules.nativeexecution.JschSupport$ProtectedOutputStream.checkAlive(JschSupport.java:249)
   at org.netbeans.modules.nativeexecution.JschSupport$ProtectedOutputStream.flush(JschSupport.java:235)
   at org.netbeans.modules.cnd.debugger.common2.debugger.io.IOProxy$InputWriterThread.run(IOProxy.java:165)
Comment 1 Exceptions Reporter 2012-12-06 14:23:33 UTC
Created attachment 128967 [details]
stacktrace
Comment 2 Maria Tishkova 2012-12-07 15:22:09 UTC
fixed in http://hg.netbeans.org/cnd-main/rev/b149f5869bef
Comment 3 Quality Engineering 2012-12-08 03:00:55 UTC
Integrated into 'main-golden', will be available in build *201212080001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/b149f5869bef
User: Maria Tishkova <mromashova@netbeans.org>
Log: fixed bz#223403 java.io.IOException: Channel is already closed
there is no need to print exception on flush/close in finally if it is not printed out when we cannot write in the stream