You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2016/10/20 15:45:58 UTC

[jira] [Commented] (KARAF-4796) Possible NPE while installing features when using framework extensions

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

ASF subversion and git services commented on KARAF-4796:
--------------------------------------------------------

Commit eac82a86a47ae552b0d61dbc018272ab2fffa0ed in karaf's branch refs/heads/master from [~gnt]
[ https://git-wip-us.apache.org/repos/asf?p=karaf.git;h=eac82a8 ]

[KARAF-4796] Possible NPE while installing features when using framework extensions

> Possible NPE while installing features when using framework extensions
> ----------------------------------------------------------------------
>
>                 Key: KARAF-4796
>                 URL: https://issues.apache.org/jira/browse/KARAF-4796
>             Project: Karaf
>          Issue Type: Bug
>            Reporter: Guillaume Nodet
>            Assignee: Guillaume Nodet
>             Fix For: 4.1.0
>
>
> {code}
> java.lang.NullPointerException
> 	at org.apache.karaf.features.internal.service.Deployer.computeBundlesToRefresh(Deployer.java:1027)
> 	at org.apache.karaf.features.internal.service.Deployer.deploy(Deployer.java:339)
> 	at org.apache.karaf.features.internal.service.FeaturesServiceImpl.doProvision(FeaturesServiceImpl.java:1162)
> 	at org.apache.karaf.features.internal.service.FeaturesServiceImpl$1.call(FeaturesServiceImpl.java:1060)
> 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> 	at java.lang.Thread.run(Thread.java:745)
> {code}
> The problem is located in SubsystemResolver#associateFragments if the framework extension is not part of a feature.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)