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 251683 - java.io.IOException: Channel closed
Summary: java.io.IOException: Channel closed
Status: RESOLVED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: WildFly (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Petr Hejl
URL:
Keywords:
: 253084 (view as bug list)
Depends on:
Blocks:
 
Reported: 2015-04-06 22:57 UTC by Michel Graciano
Modified: 2015-09-26 12:58 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 214181


Attachments
stacktrace (3.96 KB, text/plain)
2015-04-06 22:57 UTC, Michel Graciano
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Michel Graciano 2015-04-06 22:57:31 UTC
Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.40-b25, Java(TM) SE Runtime Environment, 1.8.0_40-b25
OS: Linux

User Comments:
GUEST: Killed WildFly in task manager

hmichel: Probably side effect when Wildfly process was killed in the terminal




Stacktrace: 
java.io.IOException: Channel closed
   at org.jboss.as.protocol.mgmt.AbstractMessageHandler.handleChannelClosed(AbstractMessageHandler.java:367)
   at org.jboss.as.controller.client.impl.RemotingModelControllerClient$2.handleClose(RemotingModelControllerClient.java:137)
   at org.jboss.as.controller.client.impl.RemotingModelControllerClient$2.handleClose(RemotingModelControllerClient.java:134)
   at org.jboss.remoting3.spi.SpiUtils.safeHandleClose(SpiUtils.java:54)
   at org.jboss.remoting3.spi.AbstractHandleableCloseable$CloseHandlerTask.run(AbstractHandleableCloseable.java:501)
   at org.jboss.remoting3.spi.AbstractHandleableCloseable.runCloseTask(AbstractHandleableCloseable.java:406)
Comment 1 Michel Graciano 2015-04-06 22:57:33 UTC
Created attachment 153066 [details]
stacktrace
Comment 2 Petr Hejl 2015-06-23 20:17:05 UTC
*** Bug 253084 has been marked as a duplicate of this bug. ***
Comment 3 Petr Hejl 2015-09-25 09:54:30 UTC
Fixed in web-main 9a12da4e84c3.
Please do not use Exceptions.printStackTrace as the first choice but as the last one (or logging with WARNING level).
Comment 4 Quality Engineering 2015-09-26 12:58:28 UTC
Integrated into 'main-silver', will be available in build *201509261150* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/9a12da4e84c3
User: Petr Hejl <phejl@netbeans.org>
Log: #251683 - java.io.IOException: Channel closed