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 253689 - org.xnio.BrokenPipeException: Remote side closed the message stream
Summary: org.xnio.BrokenPipeException: Remote side closed the message stream
Status: NEW
Alias: None
Product: serverplugins
Classification: Unclassified
Component: WildFly (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: ehsavoie
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-07-23 14:23 UTC by misterm
Modified: 2015-07-23 14:23 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 218723


Attachments
stacktrace (4.27 KB, text/plain)
2015-07-23 14:23 UTC, misterm
Details

Note You need to log in before you can comment on or make changes to this bug.
Description misterm 2015-07-23 14:23:24 UTC
Build: NetBeans IDE Dev (Build 20150721-1f9bde712944)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.40-b25, Java(TM) SE Runtime Environment, 1.8.0_40-b26
OS: Windows 8

User Comments:
misterm: Debugging a project




Stacktrace: 
org.xnio.BrokenPipeException: Remote side closed the message stream
   at org.jboss.remoting3.remote.OutboundMessage$1.accept(OutboundMessage.java:124)
   at org.xnio.streams.BufferPipeOutputStream.send(BufferPipeOutputStream.java:122)
   at org.xnio.streams.BufferPipeOutputStream.send(BufferPipeOutputStream.java:110)
   at org.xnio.streams.BufferPipeOutputStream.getBuffer(BufferPipeOutputStream.java:74)
   at org.xnio.streams.BufferPipeOutputStream.write(BufferPipeOutputStream.java:92)
   at org.jboss.remoting3.remote.OutboundMessage.write(OutboundMessage.java:272)
Comment 1 misterm 2015-07-23 14:23:26 UTC
Created attachment 154823 [details]
stacktrace