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

Summary: org.xnio.BrokenPipeException: Remote side closed the message stream
Product: serverplugins Reporter: misterm <misterm>
Component: WildFlyAssignee: ehsavoie <ehsavoie>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 218723
Attachments: stacktrace

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