]
Tomaz Cerar reassigned WFLY-2328:
---------------------------------
Assignee: Tomaz Cerar (was: Alessio Soldano)
Unable to deploy WS after (unrelated) http-listener changes
-----------------------------------------------------------
Key: WFLY-2328
URL:
https://issues.jboss.org/browse/WFLY-2328
Project: WildFly
Issue Type: Bug
Components: Web Services
Affects Versions: 8.0.0.Beta1
Reporter: Josef Cacek
Assignee: Tomaz Cerar
Priority: Critical
Attachments: jaxws-basic-pojo.war
WS tests fail in basic integration testsuite if they run after
{{testsuite/integration/basic/src/test/java/org/jboss/as/test/integration/management/api/web/ListenerTestCase.java}}
(which usually doesn't happen on our TeamCity, but it's the case on my machine).
The logfile contains:
{code}
13:39:14,409 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) JBAS017519:
Undertow HTTP listener test-listener listening on localhost/127.0.0.1:8181
13:39:14,576 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) JBAS017521:
Undertow HTTP listener test-listener suspending
13:39:14,577 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) JBAS017520:
Undertow HTTP listener test-listener stopped, was bound to localhost/127.0.0.1:8181
13:39:14,943 INFO [org.jboss.as.server.deployment] (MSC service thread 1-2) JBAS015876:
Starting deployment of "jaxws-basic-pojo.war" (runtime-name:
"jaxws-basic-pojo.war")
13:39:15,247 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-4) MSC000001:
Failed to start service jboss.deployment.unit."jaxws-basic-pojo.war".INSTALL:
org.jboss.msc.service.StartException in service
jboss.deployment.unit."jaxws-basic-pojo.war".INSTALL: JBAS018733: Failed to
process phase INSTALL of deployment "jaxws-basic-pojo.war"
at
org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:166)
[wildfly-server-8.0.0.Beta1.jar:8.0.0.Beta1]
at
org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1944)
[jboss-msc-1.2.0.Beta2.jar:1.2.0.Beta2]
at
org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1877)
[jboss-msc-1.2.0.Beta2.jar:1.2.0.Beta2]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
[rt.jar:1.7.0_25]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
[rt.jar:1.7.0_25]
at java.lang.Thread.run(Thread.java:724) [rt.jar:1.7.0_25]
Caused by: java.lang.IllegalStateException
at org.jboss.msc.value.InjectedValue.getValue(InjectedValue.java:47)
[jboss-msc-1.2.0.Beta2.jar:1.2.0.Beta2]
at org.wildfly.extension.undertow.WebServerService.getPort(WebServerService.java:64)
at org.jboss.as.webservices.config.WebServerInfoImpl.getPort(WebServerInfoImpl.java:36)
at
org.jboss.ws.common.management.AbstractServerConfig.getConnectorPort(AbstractServerConfig.java:207)
at
org.jboss.ws.common.management.AbstractServerConfig.getWebServicePort(AbstractServerConfig.java:170)
at
org.jboss.ws.common.deployment.EndpointAddressDeploymentAspect$PortValue.getPortValue(EndpointAddressDeploymentAspect.java:198)
at
org.jboss.ws.common.deployment.EndpointAddressDeploymentAspect$PortValue.getValue(EndpointAddressDeploymentAspect.java:191)
at
org.jboss.ws.common.deployment.EndpointAddressDeploymentAspect.start(EndpointAddressDeploymentAspect.java:77)
at
org.jboss.as.webservices.deployers.AspectDeploymentProcessor.deploy(AspectDeploymentProcessor.java:75)
at
org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:159)
[wildfly-server-8.0.0.Beta1.jar:8.0.0.Beta1]
... 5 more
13:39:15,260 ERROR [org.jboss.as.controller.management-operation]
(management-handler-thread - 4) JBAS014613: Operation ("deploy") failed -
address: (\{"deployment" => "jaxws-basic-pojo.war"\}) - failure
description: \{"JBAS014671: Failed services" =>
\{"jboss.deployment.unit.\"jaxws-basic-pojo.war\".INSTALL" =>
"org.jboss.msc.service.StartException in service
jboss.deployment.unit.\"jaxws-basic-pojo.war\".INSTALL: JBAS018733: Failed to
process phase INSTALL of deployment \"jaxws-basic-pojo.war\"
Caused by: java.lang.IllegalStateException"\}\}
13:39:15,263 ERROR [org.jboss.as.server] (management-handler-thread - 4) JBAS015870:
Deploy of deployment "jaxws-basic-pojo.war" was rolled back with the following
failure message:
\{"JBAS014671: Failed services" =>
\{"jboss.deployment.unit.\"jaxws-basic-pojo.war\".INSTALL" =>
"org.jboss.msc.service.StartException in service
jboss.deployment.unit.\"jaxws-basic-pojo.war\".INSTALL: JBAS018733: Failed to
process phase INSTALL of deployment \"jaxws-basic-pojo.war\"
Caused by: java.lang.IllegalStateException"\}\}
13:39:15,274 INFO [org.jboss.as.server.deployment] (MSC service thread 1-7) JBAS015877:
Stopped deployment jaxws-basic-pojo.war (runtime-name: jaxws-basic-pojo.war) in 11ms
13:39:15,275 INFO [org.jboss.as.controller] (management-handler-thread - 4) JBAS014774:
Service status report
JBAS014777: Services which failed to start: service
jboss.deployment.unit."jaxws-basic-pojo.war".INSTALL
{code}
--
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: