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 252240 - Failure with WildFly 9X:java.util.concurrent.RejectedExecutionException
Summary: Failure with WildFly 9X:java.util.concurrent.RejectedExecutionException
Status: RESOLVED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: WildFly (show other bugs)
Version: 8.0.2
Hardware: PC Windows 7
: P2 normal (vote)
Assignee: ehsavoie
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-05-05 08:24 UTC by sreimers
Modified: 2015-05-05 11:52 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description sreimers 2015-05-05 08:24:54 UTC
Trying to start WildFly 9x from the Services/Server/.. node works, but the state of the server (running, stopped) is not reflected correctly. Instead the following exception is shown:

java.util.concurrent.RejectedExecutionException: Task org.xnio.AbstractIoFuture$1@7d6492c7 rejected from org.xnio.XnioWorker$TaskPool@73a3731b[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 0]
	at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2047)
	at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:823)
	at java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:1369)
	at org.xnio.XnioWorker.execute(XnioWorker.java:741)
	at org.xnio.AbstractIoFuture.runNotifier(AbstractIoFuture.java:354)
	at org.xnio.AbstractIoFuture.runAllNotifiers(AbstractIoFuture.java:233)
	at org.xnio.AbstractIoFuture.setCancelled(AbstractIoFuture.java:291)
	at org.xnio.FutureResult.setCancelled(FutureResult.java:98)
	at org.xnio.ssl.JsseXnioSsl$4.handleCancelled(JsseXnioSsl.java:162)
	at org.xnio.ssl.JsseXnioSsl$4.handleCancelled(JsseXnioSsl.java:160)
	at org.xnio.IoFuture$HandlingNotifier.notify(IoFuture.java:204)
[catch] at org.xnio.AbstractIoFuture$1.run(AbstractIoFuture.java:211)
	at org.xnio.nio.WorkerThread.safeRun(WorkerThread.java:560)
	at org.xnio.nio.WorkerThread.run(WorkerThread.java:462)
Comment 1 ehsavoie 2015-05-05 11:52:02 UTC
WF9 is detected as AS7 so the management port is wrong. Use current lnightly build