Possible NPE when destroying the blueprint container
----------------------------------------------------

                 Key: ARIES-788
                 URL: https://issues.apache.org/jira/browse/ARIES-788
             Project: Aries
          Issue Type: Bug
          Components: Blueprint
    Affects Versions: blueprint.core-0.4
            Reporter: Guillaume Nodet
            Assignee: Guillaume Nodet
             Fix For: blueprint-core-0.4.1


{code}

karaf@root> ^D
ERROR: Bundle org.apache.karaf.features.core [11] EventDispatcher: Error during 
dispatch. (java.lang.NullPointerException)
java.lang.NullPointerException
        at 
org.apache.aries.blueprint.container.ReferenceListRecipe$ServiceDispatcher.destroy(ReferenceListRecipe.java:187)
        at 
org.apache.aries.blueprint.container.ReferenceListRecipe.untrack(ReferenceListRecipe.java:146)
        at 
org.apache.aries.blueprint.container.AbstractServiceReferenceRecipe.serviceRemoved(AbstractServiceReferenceRecipe.java:280)
        at 
org.apache.aries.blueprint.container.AbstractServiceReferenceRecipe.serviceChanged(AbstractServiceReferenceRecipe.java:252)
        at 
org.apache.felix.framework.util.EventDispatcher.invokeServiceListenerCallback(EventDispatcher.java:932)
        at 
org.apache.felix.framework.util.EventDispatcher.fireEventImmediately(EventDispatcher.java:793)
        at 
org.apache.felix.framework.util.EventDispatcher.fireServiceEvent(EventDispatcher.java:543)
        at org.apache.felix.framework.Felix.fireServiceEvent(Felix.java:4252)
        at org.apache.felix.framework.Felix.access$000(Felix.java:74)
        at org.apache.felix.framework.Felix$1.serviceChanged(Felix.java:390)
        at 
org.apache.felix.framework.ServiceRegistry.unregisterService(ServiceRegistry.java:148)
        at 
org.apache.felix.framework.ServiceRegistrationImpl.unregister(ServiceRegistrationImpl.java:127)
        at 
org.apache.felix.framework.ServiceRegistry.unregisterServices(ServiceRegistry.java:191)
        at org.apache.felix.framework.Felix.stopBundle(Felix.java:2386)
        at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1214)
        at 
org.apache.felix.framework.FrameworkStartLevelImpl.run(FrameworkStartLevelImpl.java:295)
        at java.lang.Thread.run(Thread.java:680)

gnodet:(git)karaf[trunk]/assemblies/apache-karaf/target/assembly$ 
{code}

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

        

Reply via email to