You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Xtra Coder (JIRA)" <ji...@apache.org> on 2014/05/21 14:07:38 UTC

[jira] [Created] (FELIX-4520) NullPointerException in "fileinstall" thread - ResolverImpl.calculatePackageSpaces(ResolverImpl.java:553), felix framework v4.2.1

Xtra Coder created FELIX-4520:
---------------------------------

             Summary: NullPointerException in "fileinstall" thread - ResolverImpl.calculatePackageSpaces(ResolverImpl.java:553), felix framework v4.2.1
                 Key: FELIX-4520
                 URL: https://issues.apache.org/jira/browse/FELIX-4520
             Project: Felix
          Issue Type: Bug
          Components: Framework
            Reporter: Xtra Coder


I've got this NPE while updating a bundle in deploy folder (I'm running my staff under Karaf 3.0). Occurs in the following excerpt of org.apache.felix.framework.resolver.ResolverImpl - wire.getProviderWiring() is null

                // Wrap the capability as a hosted capability if it comes
                // from a fragment, since we will need to know the host.
                BundleCapability c = wire.getCapability();
                if (!c.getRevision().equals(wire.getProviderWiring().getRevision()))
                {
                    c = new WrappedCapability(
                        wire.getProviderWiring().getRevision(),
                        (BundleCapabilityImpl) c);
                }
 
Initial startup of the system goes without problems. Let me known if some more details required from my side.



--
This message was sent by Atlassian JIRA
(v6.2#6252)