[jboss-jira] [JBoss JIRA] (WFLY-7468) NPE in remoting when http-listener is disabled and reload is performed
Stuart Douglas (JIRA)
issues at jboss.org
Thu Nov 3 19:00:00 EDT 2016
[ https://issues.jboss.org/browse/WFLY-7468?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Stuart Douglas moved JBEAP-6878 to WFLY-7468:
---------------------------------------------
Project: WildFly (was: JBoss Enterprise Application Platform)
Key: WFLY-7468 (was: JBEAP-6878)
Workflow: GIT Pull Request workflow (was: CDW with loose statuses v1)
Component/s: Remoting
(was: Remoting)
Affects Version/s: (was: 7.1.0.DR7)
> NPE in remoting when http-listener is disabled and reload is performed
> ----------------------------------------------------------------------
>
> Key: WFLY-7468
> URL: https://issues.jboss.org/browse/WFLY-7468
> Project: WildFly
> Issue Type: Bug
> Components: Remoting
> Reporter: Stuart Douglas
> Assignee: David Lloyd
> Priority: Minor
>
> When I set {{http-listener}} as not enabled in Undertow subsystem and perform reload operation, during the server shutdown I can see following NPE exception/warning in the server log:
> {code}
> 19:26:59,020 WARN [org.jboss.msc.service.fail] (MSC service thread 1-4) MSC000004: Failure during stop of service jboss.remoting.remoting-http-upgrade-service.http-remoting-connector: java.lang.NullPointerException
> at org.jboss.as.remoting.RemotingHttpUpgradeService.stop(RemotingHttpUpgradeService.java:154)
> at org.jboss.msc.service.ServiceControllerImpl$StopTask.stopService(ServiceControllerImpl.java:2071)
> at org.jboss.msc.service.ServiceControllerImpl$StopTask.run(ServiceControllerImpl.java:2032)
> at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> at java.lang.Thread.run(Thread.java:745)
> {code}
> Such exception is not present when I keep {{http-listener}} enabled before reload operation.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
More information about the jboss-jira
mailing list