-
Bug
-
Resolution: Duplicate
-
Critical
-
None
-
4.0.0.Alpha8
-
CLI, IO, Management, Server
-
None
NullPointerException is shown in server shutdown with an open CLI connection in current WFLY master since WFCORE 4.0.0.Alpha7.
Start the server and open a CLI connection, then stop server with Ctrl + C. We will see
13:15:09,136 ERROR [org.jboss.threads.errors] (management task-1) Thread Thread[management task-1,5,main] threw an uncaught exception: java.lang.NullPointerException at org.jboss.as.server.mgmt.ManagementWorkerService.stopDone(ManagementWorkerService.java:72) at org.xnio.XnioWorker$1.run(XnioWorker.java:138) at org.jboss.threads.EnhancedQueueExecutor.safeRun(EnhancedQueueExecutor.java:1979) at org.jboss.threads.EnhancedQueueExecutor.completeTermination(EnhancedQueueExecutor.java:1755) at org.jboss.threads.EnhancedQueueExecutor.tryDeallocateThread(EnhancedQueueExecutor.java:1578) at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1393) at java.lang.Thread.run(Thread.java:748)
I assign this to David as it seems this is caused by WFCORE-3397 and https://github.com/wildfly/wildfly-core/pull/3072 Please feel free to reassign to correct person.
- duplicates
-
WFCORE-3572 NullPointerException during server reload
- Resolved
- is caused by
-
XNIO-318 XNIO worker apparently terminated twice
- Resolved
- is duplicated by
-
WFCORE-3573 [jdk9] NPE on service stop
- Resolved
- is incorporated by
-
WFCORE-3574 Upgrade XNIO to 3.6.1.Final
- Resolved
- relates to
-
WFCORE-3397 Integrate improved thread pool implementation
- Resolved