[jboss-jira] [JBoss JIRA] (AS7-6217) Do not try to remove already removed endpoint service

Richard Opalka (JIRA) jira-events at lists.jboss.org
Wed Dec 19 08:55:08 EST 2012


Richard Opalka created AS7-6217:
-----------------------------------

             Summary: Do not try to remove already removed endpoint service
                 Key: AS7-6217
                 URL: https://issues.jboss.org/browse/AS7-6217
             Project: Application Server 7
          Issue Type: Feature Request
          Components: Web Services
            Reporter: Richard Opalka
            Assignee: Richard Opalka
             Fix For: 7.2.0.Alpha1


org.jboss.wsf.spi.deployment.WSFDeploymentException: org.jboss.msc.service.ServiceNotFoundException: Service service jboss.ws.endpoint."ws.deployment".HeyWebService not found
  at org.jboss.wsf.spi.deployment.WSFDeploymentException.rethrow(WSFDeploymentException.java:52)
  at org.jboss.ws.common.deployment.DeploymentAspectManagerImpl.failsafeStop(DeploymentAspectManagerImpl.java:184)
  at org.jboss.ws.common.deployment.DeploymentAspectManagerImpl.undeploy(DeploymentAspectManagerImpl.java:169)
  at org.jboss.as.webservices.publish.EndpointPublisherImpl.destroy(EndpointPublisherImpl.java:220)
  at org.jboss.servlet.hello.HelloWorldServlet.destroy(HelloWorldServlet.java:85)
  at org.apache.catalina.core.StandardWrapper.unload(StandardWrapper.java:1373)
  at org.apache.catalina.core.StandardWrapper.stop(StandardWrapper.java:1669)
  at org.apache.catalina.core.StandardContext.stop(StandardContext.java:3906)
  at org.jboss.as.web.deployment.WebDeploymentService.doStop(WebDeploymentService.java:171)
  at org.jboss.as.web.deployment.WebDeploymentService.access$100(WebDeploymentService.java:60)
  at org.jboss.as.web.deployment.WebDeploymentService$2.run(WebDeploymentService.java:113)
  at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:439)
  at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
  at java.util.concurrent.FutureTask.run(FutureTask.java:138)
  at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
  at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
  at java.lang.Thread.run(Thread.java:662)
  at org.jboss.threads.JBossThread.run(JBossThread.java:122)
Caused by: org.jboss.msc.service.ServiceNotFoundException: Service service jboss.ws.endpoint."ws.deployment".HeyWebService not found
  at org.jboss.msc.service.ServiceContainerImpl.getRequiredService(ServiceContainerImpl.java:447)
  at org.jboss.as.webservices.service.EndpointService.uninstall(EndpointService.java:198)
  at org.jboss.as.webservices.deployers.EndpointServiceDeploymentAspect.stop(EndpointServiceDeploymentAspect.java:63)
  at org.jboss.ws.common.deployment.DeploymentAspectManagerImpl.failsafeStop(DeploymentAspectManagerImpl.java:180)
... 16 more


--
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: http://www.atlassian.com/software/jira


More information about the jboss-jira mailing list