You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@aries.apache.org by "Guillaume Nodet (Commented) (JIRA)" <ji...@apache.org> on 2011/11/24 16:01:41 UTC

[jira] [Commented] (ARIES-788) Possible NPE when destroying the blueprint container

    [ https://issues.apache.org/jira/browse/ARIES-788?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13156744#comment-13156744 ] 

Guillaume Nodet commented on ARIES-788:
---------------------------------------

Another one:

{code}

ERROR: Bundle org.apache.aries.blueprint [7] Error stopping bundle. (java.lang.NullPointerException)
java.lang.NullPointerException
	at org.apache.aries.blueprint.container.BlueprintContainerImpl.destroy(BlueprintContainerImpl.java:817)
	at org.apache.aries.blueprint.container.BlueprintExtender.destroyContext(BlueprintExtender.java:246)
	at org.apache.aries.blueprint.container.BlueprintExtender.stop(BlueprintExtender.java:172)
	at org.apache.felix.framework.util.SecureAction.stopActivator(SecureAction.java:663)
	at org.apache.felix.framework.Felix.stopBundle(Felix.java:2361)
	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)
{code}

                
> 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