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 267586

Summary: java.util.concurrent.RejectedExecutionException: Endpoint is not open
Product: ide Reporter: sam827
Component: CodeAssignee: issues@ide <issues>
Status: NEW ---    
Severity: normal CC: Charlie3D, flynnk, hajuesch, jgprogram, kaunio, prodigy4440, underking_777
Priority: P3    
Version: 8.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 222545
Attachments: stacktrace

Description sam827 2016-08-15 15:08:01 UTC
Build: NetBeans IDE Dev (Build 201608140002)
VM: Java HotSpot(TM) Client VM, 25.91-b15, Java(TM) SE Runtime Environment, 1.8.0_91-b15
OS: Windows 10

User Comments:
GUEST: This problems occured when I try run web apllication on wildfly 10.0.0 Final.

GUEST: I was deploying an application to wildfly

GUEST: When i was reboot my system

GUEST: ?????? ???????? ??????.

GUEST: open netbeans

GUEST: I don't know

GUEST: execute ear project

GUEST: Ono samo

sam827: it happend when i stoped the Wildfly10 Server.
That wouldn't work and was unkillable using Netbeans8.1 on Windows10.(i could navigate through Wildfly-admin pages on my brower ,while the server is off on Netbeans)
Wildfly10 is still causing me troubles using this Netbeans Version, although some of the Problems got solved ones i installed this Version , but Wildfly10 works just fine using Netbeans8.1 on Ubuntu16.04.1....

GUEST: start ear

GUEST: The erro message just showed on netbeans.




Stacktrace: 
java.util.concurrent.RejectedExecutionException: Endpoint is not open
   at org.jboss.remoting3.EndpointImpl.executorUntick(EndpointImpl.java:202)
   at org.jboss.remoting3.EndpointImpl$TrackingExecutor.execute(EndpointImpl.java:712)
   at org.jboss.remoting3.remote.ClientConnectionOpenListener$Capabilities.handleEvent(ClientConnectionOpenListener.java:460)
   at org.jboss.remoting3.remote.ClientConnectionOpenListener$Capabilities.handleEvent(ClientConnectionOpenListener.java:241)
   at org.xnio.ChannelListeners.invokeChannelListener(ChannelListeners.java:92)
   at org.xnio.channels.TranslatingSuspendableChannel.handleReadable(TranslatingSuspendableChannel.java:199)
Comment 1 sam827 2016-08-15 15:08:03 UTC
Created attachment 161665 [details]
stacktrace