]
Stuart Douglas resolved WFLY-2617.
----------------------------------
Resolution: Done
IllegalStateException: UT010002: Deployments can only be removed when
in undeployed state, but state was STARTED
----------------------------------------------------------------------------------------------------------------
Key: WFLY-2617
URL:
https://issues.jboss.org/browse/WFLY-2617
Project: WildFly
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: Web (Undertow)
Reporter: Radoslav Husar
Assignee: Stuart Douglas
Fix For: 8.0.0.Final
When shutting down WFly with multiple deployments deployed.
{noformat}
13:07:10,978 INFO [org.wildfly.extension.undertow] (MSC service thread 1-7) JBAS017535:
Unregister web context: /clusterbench
13:07:10,981 INFO [org.wildfly.extension.undertow] (MSC service thread 1-8) JBAS017535:
Unregister web context: /clusterbench2
13:07:10,987 WARN [org.jboss.msc.service.fail] (MSC service thread 1-7) MSC000004:
Failure during stop of service
jboss.undertow.deployment.default-server.default-host./clusterbench:
java.lang.IllegalStateException: UT010002: Deployments can only be removed when in
undeployed state, but state was STARTED
at
io.undertow.servlet.core.ServletContainerImpl.removeDeployment(ServletContainerImpl.java:66)
at
org.wildfly.extension.undertow.deployment.UndertowDeploymentService.stopContext(UndertowDeploymentService.java:118)
at
org.wildfly.extension.undertow.deployment.UndertowDeploymentService.stop(UndertowDeploymentService.java:100)
at
org.jboss.msc.service.ServiceControllerImpl$StopTask.stopService(ServiceControllerImpl.java:2056)
[jboss-msc-1.2.0.CR1.jar:1.2.0.CR1]
at
org.jboss.msc.service.ServiceControllerImpl$StopTask.run(ServiceControllerImpl.java:2017)
[jboss-msc-1.2.0.CR1.jar:1.2.0.CR1]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
[rt.jar:1.7.0_45]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
[rt.jar:1.7.0_45]
at java.lang.Thread.run(Thread.java:744) [rt.jar:1.7.0_45]
{noformat}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: