[jboss-osgi-issues] [JBoss JIRA] (JBOSGI-643) NPE on unregister service during shutdown

Thomas Diesler (JIRA) jira-events at lists.jboss.org
Fri Apr 19 10:53:53 EDT 2013


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

Thomas Diesler resolved JBOSGI-643.
-----------------------------------

    Resolution: Done


Fixed in jbosgi-framework-3.0.0.CR21
                
> NPE on unregister service during shutdown
> -----------------------------------------
>
>                 Key: JBOSGI-643
>                 URL: https://issues.jboss.org/browse/JBOSGI-643
>             Project: JBoss OSGi
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: Core Framework
>            Reporter: Thomas Diesler
>            Assignee: Thomas Diesler
>             Fix For: JBossOSGi 2.0.0
>
>
> {code}
> 10:31:54,446 WARN  [org.jboss.msc.service.fail] (MSC service thread 1-7) MSC000004: Failure during stop of service jboss.deployment.unit."org.apache.aries.jndi:org.apache.aries.jndi:1.0.0".Activate: java.lang.NullPointerException
> 	at org.jboss.osgi.framework.internal.FrameworkEventsImpl.fireServiceEvent(FrameworkEventsImpl.java:589)
> 	at org.jboss.osgi.framework.internal.ServiceManagerImpl.unregisterService(ServiceManagerImpl.java:307)
> 	at org.jboss.osgi.framework.internal.ServiceStateImpl.unregisterInternal(ServiceStateImpl.java:201)
> 	at org.jboss.osgi.framework.internal.UserBundleState.removeServicesAndListeners(UserBundleState.java:780)
> 	at org.jboss.osgi.framework.internal.UserBundleState.stopInternalNow(UserBundleState.java:675)
> 	at org.jboss.osgi.framework.internal.UserBundleState.stopInternal(UserBundleState.java:634)
> 	at org.jboss.osgi.framework.internal.BundleManagerPlugin.stopBundle(BundleManagerPlugin.java:574)
> 	at org.jboss.as.osgi.deployment.BundleActivateProcessor$BundleActivateService.stop(BundleActivateProcessor.java:138)
> 	at org.jboss.msc.service.ServiceControllerImpl$StopTask.stopService(ServiceControllerImpl.java:2082) [jboss-msc-1.1.2.Final.jar:1.1.2.Final]
> 	at org.jboss.msc.service.ServiceControllerImpl$StopTask.run(ServiceControllerImpl.java:2043) [jboss-msc-1.1.2.Final.jar:1.1.2.Final]
> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) [rt.jar:1.7.0_13]
> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) [rt.jar:1.7.0_13]
> 	at java.lang.Thread.run(Thread.java:722) [rt.jar:1.7.0_13]
> {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: http://www.atlassian.com/software/jira


More information about the jboss-osgi-issues mailing list