[jboss-jira] [JBoss JIRA] (AS7-3543) Remove EndpointRegistryDeploymentAspect

Richard Opalka (JIRA) jira-events at lists.jboss.org
Sat Feb 4 00:17:49 EST 2012


     [ https://issues.jboss.org/browse/AS7-3543?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Richard Opalka resolved AS7-3543.
---------------------------------

    Resolution: Done

    
> Remove EndpointRegistryDeploymentAspect
> ---------------------------------------
>
>                 Key: AS7-3543
>                 URL: https://issues.jboss.org/browse/AS7-3543
>             Project: Application Server 7
>          Issue Type: Bug
>          Components: Web Services
>    Affects Versions: 7.1.0.CR1, 7.1.0.CR1b
>            Reporter: Richard Opalka
>            Assignee: Richard Opalka
>             Fix For: 7.1.0.Final
>
>
> Our EndpointRegistryDeploymentAspect relies on AS7 runtime services that are not available on server shut down.
> The reason is runtime MSC services EndpointRegistryDeploymentAspect is depending on are stopped before aspect
> stop() method is being called.
> ---
> 10:16:29,835 ERROR [org.jboss.as.server.deployment] JBAS015892: Deployment unit processor org.jboss.as.webservices.deployers.AspectDeploymentProcessor at 90acb9b unexpectedly threw an exception during undeploy phase INSTALL of deployment "jaxws-samples-oneway.war": java.lang.IllegalStateException: Endpoint not registered: jboss.ws:context=jaxws-samples-oneway,endpoint=TestService
> 	at org.jboss.ws.common.management.DefaultEndpointRegistry.unregister(DefaultEndpointRegistry.java:104)
> 	at org.jboss.ws.common.deployment.EndpointRegistryDeploymentAspect.stop(EndpointRegistryDeploymentAspect.java:63)
> 	at org.jboss.as.webservices.deployers.AspectDeploymentProcessor.undeploy(AspectDeploymentProcessor.java:102)
> 	at org.jboss.as.server.deployment.DeploymentUnitPhaseService.safeUndeploy(DeploymentUnitPhaseService.java:167) [jboss-as-server-7.1.0.Final-SNAPSHOT.jar:7.1.0.Final-SNAPSHOT]
> 	at org.jboss.as.server.deployment.DeploymentUnitPhaseService.stop(DeploymentUnitPhaseService.java:161) [jboss-as-server-7.1.0.Final-SNAPSHOT.jar:7.1.0.Final-SNAPSHOT]
> 	at org.jboss.msc.service.ServiceControllerImpl$StopTask.stopService(ServiceControllerImpl.java:1911) [jboss-msc-1.0.2.GA.jar:1.0.2.GA]
> 	at org.jboss.msc.service.ServiceControllerImpl$StopTask.run(ServiceControllerImpl.java:1874) [jboss-msc-1.0.2.GA.jar:1.0.2.GA]
> 	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) [:1.6.0_29]
> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) [:1.6.0_29]
> 	at java.lang.Thread.run(Thread.java:662) [:1.6.0_29]

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jboss-jira mailing list