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 - java.util.concurrent.RejectedExecutionException: Endpoint is not open
Summary: java.util.concurrent.RejectedExecutionException: Endpoint is not open
Status: NEW
Alias: None
Product: ide
Classification: Unclassified
Component: Code (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: issues@ide
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-08-15 15:08 UTC by sam827
Modified: 2018-04-10 01:50 UTC (History)
7 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 222545


Attachments
stacktrace (1.24 KB, text/plain)
2016-08-15 15:08 UTC, sam827
Details

Note You need to log in before you can comment on or make changes to this bug.
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