[jbossws-issues] [JBoss JIRA] Updated: (JBWS-1992) Entry not found with name: WSEndpointRegistry on AS shutdown

Alessio Soldano (JIRA) jira-events at lists.jboss.org
Tue Mar 18 20:20:50 EDT 2008


     [ http://jira.jboss.com/jira/browse/JBWS-1992?page=all ]

Alessio Soldano updated JBWS-1992:
----------------------------------

        Summary: Entry not found with name: WSEndpointRegistry on AS shutdown  (was: EndpointRecordProcessorDeploymentAspect.unregisterRecordProcessor method throws NPE on AS shutdown)
    Description: 

16:02:56,926 ERROR [WebServiceDeployerPreJSE] Error during undeploy: vfsfile:/opt/svn/jbossas/trunk/build/output/jboss-5.0.0.CR1/server/default/deploy/jaxws-wsrm.war
org.jboss.wsf.spi.deployment.WSFDeploymentException: org.jboss.kernel.spi.registry.KernelRegistryEntryNotFoundException: Entry not found with name: WSEndpointRegistry
        at org.jboss.wsf.spi.deployment.WSFDeploymentException.rethrow(WSFDeploymentException.java:54)
        at org.jboss.wsf.framework.deployment.DeploymentAspectManagerImpl.failsafeDestroy(DeploymentAspectManagerImpl.java:190)
        at org.jboss.wsf.framework.deployment.DeploymentAspectManagerImpl.undeploy(DeploymentAspectManagerImpl.java:162)
        at org.jboss.wsf.container.jboss50.ArchiveDeployerHook.undeploy(ArchiveDeployerHook.java:109)
        at org.jboss.wsf.container.jboss50.AbstractWebServiceDeployer.internalUndeploy(AbstractWebServiceDeployer.java:70)
        at org.jboss.deployers.spi.deployer.helpers.AbstractRealDeployer.undeploy(AbstractRealDeployer.java:112)
        at org.jboss.deployers.plugins.deployers.DeployerWrapper.undeploy(DeployerWrapper.java:187)
        at org.jboss.deployers.plugins.deployers.DeployersImpl.doUninstallParentLast(DeployersImpl.java:1072)
        at org.jboss.deployers.plugins.deployers.DeployersImpl.uninstall(DeployersImpl.java:1027)
        at org.jboss.dependency.plugins.AbstractControllerContext.uninstall(AbstractControllerContext.java:333)
        at org.jboss.dependency.plugins.AbstractController.uninstall(AbstractController.java:1323)
        at org.jboss.dependency.plugins.AbstractController.uninstallContext(AbstractController.java:1009)
        at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:627)
        at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:411)
        at org.jboss.deployers.plugins.deployers.DeployersImpl.process(DeployersImpl.java:423)
        at org.jboss.deployers.plugins.main.MainDeployerImpl.process(MainDeployerImpl.java:506)
        at org.jboss.system.server.profileservice.ProfileServiceBootstrap.unload(ProfileServiceBootstrap.java:360)
        at org.jboss.system.server.profileservice.ProfileServiceBootstrap.unloadProfile(ProfileServiceBootstrap.java:321)
        at org.jboss.system.server.profileservice.ProfileServiceBootstrap.shutdown(ProfileServiceBootstrap.java:149)
        at org.jboss.bootstrap.AbstractServerImpl.shutdownServer(AbstractServerImpl.java:505)
        at org.jboss.bootstrap.AbstractServerImpl$ShutdownHook.run(AbstractServerImpl.java:824)
Caused by: org.jboss.kernel.spi.registry.KernelRegistryEntryNotFoundException: Entry not found with name: WSEndpointRegistry
        at org.jboss.kernel.plugins.registry.AbstractKernelRegistry.getEntry(AbstractKernelRegistry.java:89)
        at org.jboss.wsf.common.KernelAwareSPIFactory.getKernelProvidedSPI(KernelAwareSPIFactory.java:39)
        at org.jboss.wsf.stack.jbws.EndpointRegistryFactoryImpl.getEndpointRegistry(EndpointRegistryFactoryImpl.java:41)
        at org.jboss.wsf.framework.deployment.EndpointRegistryDeploymentAspect.destroy(EndpointRegistryDeploymentAspect.java:53)
        at org.jboss.wsf.framework.deployment.DeploymentAspectManagerImpl.failsafeDestroy(DeploymentAspectManagerImpl.java:186)
        ... 19 more


  was:
16:02:56,746 ERROR [WebServiceDeployerPostJSE] Error during undeploy: vfsfile:/opt/svn/jbossas/trunk/build/output/jboss-5.0.0.CR1/server/default/deploy/jaxws-wsrm.war
org.jboss.wsf.spi.deployment.WSFDeploymentException: java.lang.NullPointerException
        at org.jboss.wsf.spi.deployment.WSFDeploymentException.rethrow(WSFDeploymentException.java:54)
        at org.jboss.wsf.framework.deployment.DeploymentAspectManagerImpl.failsafeDestroy(DeploymentAspectManagerImpl.java:190)
        at org.jboss.wsf.framework.deployment.DeploymentAspectManagerImpl.undeploy(DeploymentAspectManagerImpl.java:162)
        at org.jboss.wsf.container.jboss50.ArchiveDeployerHook.undeploy(ArchiveDeployerHook.java:109)
        at org.jboss.wsf.container.jboss50.AbstractWebServiceDeployer.internalUndeploy(AbstractWebServiceDeployer.java:70)
        at org.jboss.deployers.spi.deployer.helpers.AbstractRealDeployer.undeploy(AbstractRealDeployer.java:112)
        at org.jboss.deployers.plugins.deployers.DeployerWrapper.undeploy(DeployerWrapper.java:187)
        at org.jboss.deployers.plugins.deployers.DeployersImpl.doUninstallParentLast(DeployersImpl.java:1072)
        at org.jboss.deployers.plugins.deployers.DeployersImpl.uninstall(DeployersImpl.java:1027)
        at org.jboss.dependency.plugins.AbstractControllerContext.uninstall(AbstractControllerContext.java:333)
        at org.jboss.dependency.plugins.AbstractController.uninstall(AbstractController.java:1323)
        at org.jboss.dependency.plugins.AbstractController.uninstallContext(AbstractController.java:1009)
        at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:627)
        at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:411)
        at org.jboss.deployers.plugins.deployers.DeployersImpl.process(DeployersImpl.java:423)
        at org.jboss.deployers.plugins.main.MainDeployerImpl.process(MainDeployerImpl.java:506)
        at org.jboss.system.server.profileservice.ProfileServiceBootstrap.unload(ProfileServiceBootstrap.java:360)
        at org.jboss.system.server.profileservice.ProfileServiceBootstrap.unloadProfile(ProfileServiceBootstrap.java:321)
        at org.jboss.system.server.profileservice.ProfileServiceBootstrap.shutdown(ProfileServiceBootstrap.java:149)
        at org.jboss.bootstrap.AbstractServerImpl.shutdownServer(AbstractServerImpl.java:505)
        at org.jboss.bootstrap.AbstractServerImpl$ShutdownHook.run(AbstractServerImpl.java:824)
Caused by: java.lang.NullPointerException
        at org.jboss.wsf.framework.deployment.EndpointRecordProcessorDeploymentAspect.unregisterRecordProcessor(EndpointRecordProcessorDeploymentAspect.java:118)
        at org.jboss.wsf.framework.deployment.EndpointRecordProcessorDeploymentAspect.destroy(EndpointRecordProcessorDeploymentAspect.java:89)
        at org.jboss.wsf.framework.deployment.DeploymentAspectManagerImpl.failsafeDestroy(DeploymentAspectManagerImpl.java:186)
        ... 19 more
16:02:56,926 ERROR [WebServiceDeployerPreJSE] Error during undeploy: vfsfile:/opt/svn/jbossas/trunk/build/output/jboss-5.0.0.CR1/server/default/deploy/jaxws-wsrm.war
org.jboss.wsf.spi.deployment.WSFDeploymentException: org.jboss.kernel.spi.registry.KernelRegistryEntryNotFoundException: Entry not found with name: WSEndpointRegistry
        at org.jboss.wsf.spi.deployment.WSFDeploymentException.rethrow(WSFDeploymentException.java:54)
        at org.jboss.wsf.framework.deployment.DeploymentAspectManagerImpl.failsafeDestroy(DeploymentAspectManagerImpl.java:190)
        at org.jboss.wsf.framework.deployment.DeploymentAspectManagerImpl.undeploy(DeploymentAspectManagerImpl.java:162)
        at org.jboss.wsf.container.jboss50.ArchiveDeployerHook.undeploy(ArchiveDeployerHook.java:109)
        at org.jboss.wsf.container.jboss50.AbstractWebServiceDeployer.internalUndeploy(AbstractWebServiceDeployer.java:70)
        at org.jboss.deployers.spi.deployer.helpers.AbstractRealDeployer.undeploy(AbstractRealDeployer.java:112)
        at org.jboss.deployers.plugins.deployers.DeployerWrapper.undeploy(DeployerWrapper.java:187)
        at org.jboss.deployers.plugins.deployers.DeployersImpl.doUninstallParentLast(DeployersImpl.java:1072)
        at org.jboss.deployers.plugins.deployers.DeployersImpl.uninstall(DeployersImpl.java:1027)
        at org.jboss.dependency.plugins.AbstractControllerContext.uninstall(AbstractControllerContext.java:333)
        at org.jboss.dependency.plugins.AbstractController.uninstall(AbstractController.java:1323)
        at org.jboss.dependency.plugins.AbstractController.uninstallContext(AbstractController.java:1009)
        at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:627)
        at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:411)
        at org.jboss.deployers.plugins.deployers.DeployersImpl.process(DeployersImpl.java:423)
        at org.jboss.deployers.plugins.main.MainDeployerImpl.process(MainDeployerImpl.java:506)
        at org.jboss.system.server.profileservice.ProfileServiceBootstrap.unload(ProfileServiceBootstrap.java:360)
        at org.jboss.system.server.profileservice.ProfileServiceBootstrap.unloadProfile(ProfileServiceBootstrap.java:321)
        at org.jboss.system.server.profileservice.ProfileServiceBootstrap.shutdown(ProfileServiceBootstrap.java:149)
        at org.jboss.bootstrap.AbstractServerImpl.shutdownServer(AbstractServerImpl.java:505)
        at org.jboss.bootstrap.AbstractServerImpl$ShutdownHook.run(AbstractServerImpl.java:824)
Caused by: org.jboss.kernel.spi.registry.KernelRegistryEntryNotFoundException: Entry not found with name: WSEndpointRegistry
        at org.jboss.kernel.plugins.registry.AbstractKernelRegistry.getEntry(AbstractKernelRegistry.java:89)
        at org.jboss.wsf.common.KernelAwareSPIFactory.getKernelProvidedSPI(KernelAwareSPIFactory.java:39)
        at org.jboss.wsf.stack.jbws.EndpointRegistryFactoryImpl.getEndpointRegistry(EndpointRegistryFactoryImpl.java:41)
        at org.jboss.wsf.framework.deployment.EndpointRegistryDeploymentAspect.destroy(EndpointRegistryDeploymentAspect.java:53)
        at org.jboss.wsf.framework.deployment.DeploymentAspectManagerImpl.failsafeDestroy(DeploymentAspectManagerImpl.java:186)
        ... 19 more



I'm updating both the title and the description since, as I said in the referenced forum thread, the first exception about the endpoint record stuff cannot be reproduced. Thus the issue now is only the second exception, which led me to trying moving the WSEndpointRegistry to the container code base (and that proved not to be a solution).

> Entry not found with name: WSEndpointRegistry on AS shutdown
> ------------------------------------------------------------
>
>                 Key: JBWS-1992
>                 URL: http://jira.jboss.com/jira/browse/JBWS-1992
>             Project: JBoss Web Services
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: jbossws-native
>            Reporter: Richard Opalka
>         Assigned To: Alessio Soldano
>             Fix For: jbossws-native-2.0.4
>
>
> 16:02:56,926 ERROR [WebServiceDeployerPreJSE] Error during undeploy: vfsfile:/opt/svn/jbossas/trunk/build/output/jboss-5.0.0.CR1/server/default/deploy/jaxws-wsrm.war
> org.jboss.wsf.spi.deployment.WSFDeploymentException: org.jboss.kernel.spi.registry.KernelRegistryEntryNotFoundException: Entry not found with name: WSEndpointRegistry
>         at org.jboss.wsf.spi.deployment.WSFDeploymentException.rethrow(WSFDeploymentException.java:54)
>         at org.jboss.wsf.framework.deployment.DeploymentAspectManagerImpl.failsafeDestroy(DeploymentAspectManagerImpl.java:190)
>         at org.jboss.wsf.framework.deployment.DeploymentAspectManagerImpl.undeploy(DeploymentAspectManagerImpl.java:162)
>         at org.jboss.wsf.container.jboss50.ArchiveDeployerHook.undeploy(ArchiveDeployerHook.java:109)
>         at org.jboss.wsf.container.jboss50.AbstractWebServiceDeployer.internalUndeploy(AbstractWebServiceDeployer.java:70)
>         at org.jboss.deployers.spi.deployer.helpers.AbstractRealDeployer.undeploy(AbstractRealDeployer.java:112)
>         at org.jboss.deployers.plugins.deployers.DeployerWrapper.undeploy(DeployerWrapper.java:187)
>         at org.jboss.deployers.plugins.deployers.DeployersImpl.doUninstallParentLast(DeployersImpl.java:1072)
>         at org.jboss.deployers.plugins.deployers.DeployersImpl.uninstall(DeployersImpl.java:1027)
>         at org.jboss.dependency.plugins.AbstractControllerContext.uninstall(AbstractControllerContext.java:333)
>         at org.jboss.dependency.plugins.AbstractController.uninstall(AbstractController.java:1323)
>         at org.jboss.dependency.plugins.AbstractController.uninstallContext(AbstractController.java:1009)
>         at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:627)
>         at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:411)
>         at org.jboss.deployers.plugins.deployers.DeployersImpl.process(DeployersImpl.java:423)
>         at org.jboss.deployers.plugins.main.MainDeployerImpl.process(MainDeployerImpl.java:506)
>         at org.jboss.system.server.profileservice.ProfileServiceBootstrap.unload(ProfileServiceBootstrap.java:360)
>         at org.jboss.system.server.profileservice.ProfileServiceBootstrap.unloadProfile(ProfileServiceBootstrap.java:321)
>         at org.jboss.system.server.profileservice.ProfileServiceBootstrap.shutdown(ProfileServiceBootstrap.java:149)
>         at org.jboss.bootstrap.AbstractServerImpl.shutdownServer(AbstractServerImpl.java:505)
>         at org.jboss.bootstrap.AbstractServerImpl$ShutdownHook.run(AbstractServerImpl.java:824)
> Caused by: org.jboss.kernel.spi.registry.KernelRegistryEntryNotFoundException: Entry not found with name: WSEndpointRegistry
>         at org.jboss.kernel.plugins.registry.AbstractKernelRegistry.getEntry(AbstractKernelRegistry.java:89)
>         at org.jboss.wsf.common.KernelAwareSPIFactory.getKernelProvidedSPI(KernelAwareSPIFactory.java:39)
>         at org.jboss.wsf.stack.jbws.EndpointRegistryFactoryImpl.getEndpointRegistry(EndpointRegistryFactoryImpl.java:41)
>         at org.jboss.wsf.framework.deployment.EndpointRegistryDeploymentAspect.destroy(EndpointRegistryDeploymentAspect.java:53)
>         at org.jboss.wsf.framework.deployment.DeploymentAspectManagerImpl.failsafeDestroy(DeploymentAspectManagerImpl.java:186)
>         ... 19 more

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jbossws-issues mailing list