You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Ludovic HOCHET (Created) (JIRA)" <ji...@apache.org> on 2012/04/05 19:00:25 UTC

[jira] [Created] (FELIX-3445) NPE in ResolverImpl.calculatePackageSpaces (533)

NPE in ResolverImpl.calculatePackageSpaces (533)
------------------------------------------------

                 Key: FELIX-3445
                 URL: https://issues.apache.org/jira/browse/FELIX-3445
             Project: Felix
          Issue Type: Bug
          Components: Framework
    Affects Versions: framework-4.0.2
         Environment: Windows XP, Java 7u3, fileinstall-3.1.10
            Reporter: Ludovic HOCHET


The following exception occurs shortly after some modules are loaded by fileinstall. The code talks about fragments, none of the modules loaded should have fragments.

java.lang.NullPointerException<br>
                at org.apache.felix.framework.resolver.ResolverImpl.calculatePackageSpaces(ResolverImpl.java:533)<br>
                at org.apache.felix.framework.resolver.ResolverImpl.calculatePackageSpaces(ResolverImpl.java:609)<br>
                at org.apache.felix.framework.resolver.ResolverImpl.resolve(ResolverImpl.java:181)<br>
                at org.apache.felix.framework.StatefulResolver.resolve(StatefulResolver.java:168)<br>
                at org.apache.felix.framework.Felix.resolveBundleRevision(Felix.java:3819)<br>
                at org.apache.felix.framework.Felix.startBundle(Felix.java:1868)<br>
                at org.apache.felix.framework.BundleImpl.start(BundleImpl.java:944)<br>
                at org.jvnet.hk2.osgiadapter.OSGiModuleImpl.start(OSGiModuleImpl.java:169)<br>
                at org.jvnet.hk2.osgiadapter.OSGiModuleImpl$2$1$1.loadClass(OSGiModuleImpl.java:344)<br>
                at com.sun.hk2.component.LazyInhabitant.loadClass(LazyInhabitant.java:128)<br>
                at com.sun.hk2.component.LazyInhabitant.fetch(LazyInhabitant.java:113)<br>
                at com.sun.hk2.component.EventPublishingInhabitant.get(EventPublishingInhabitant.java:135)<br>
                at com.sun.hk2.component.AbstractInhabitantImpl.get(AbstractInhabitantImpl.java:86)<br>
                at ... <proprietary 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