You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Guillaume Nodet (JIRA)" <ji...@apache.org> on 2009/09/08 10:34:57 UTC

[jira] Resolved: (FELIX-1566) Possible NPE when uninstalling a feature

     [ https://issues.apache.org/jira/browse/FELIX-1566?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Guillaume Nodet resolved FELIX-1566.
------------------------------------

    Resolution: Fixed
      Assignee: Guillaume Nodet

Committing to https://svn.apache.org/repos/asf/felix/trunk ...
	M	karaf/features/core/src/main/java/org/apache/felix/karaf/features/internal/FeaturesServiceImpl.java
Committed r812386


> Possible NPE when uninstalling a feature
> ----------------------------------------
>
>                 Key: FELIX-1566
>                 URL: https://issues.apache.org/jira/browse/FELIX-1566
>             Project: Felix
>          Issue Type: Bug
>          Components: Karaf
>            Reporter: Guillaume Nodet
>            Assignee: Guillaume Nodet
>             Fix For: karaf-1.0.0
>
>
> karaf@root> features:uninstall nmr-audit 
> java.lang.NullPointerException
> 	at org.apache.felix.karaf.features.internal.FeaturesServiceImpl.uninstallFeature(FeaturesServiceImpl.java:304)
> 	at org.apache.felix.karaf.features.internal.FeaturesServiceImpl.uninstallFeature(FeaturesServiceImpl.java:287)
> 	at org.apache.felix.karaf.features.command.UninstallFeatureCommand.doExecute(UninstallFeatureCommand.java:35)
> 	at org.apache.felix.karaf.features.command.FeaturesCommandSupport.doExecute(FeaturesCommandSupport.java:39)
> 	at org.apache.felix.karaf.gshell.console.OsgiCommandSupport.execute(OsgiCommandSupport.java:41)
> 	at org.apache.felix.gogo.commands.basic.AbstractCommand.execute(AbstractCommand.java:34)
> 	at org.apache.felix.gogo.runtime.shell.CommandProxy.execute(CommandProxy.java:45)
> 	at org.apache.felix.gogo.runtime.shell.Closure.execute(Closure.java:211)
> 	at org.apache.felix.gogo.runtime.shell.Closure.executeStatement(Closure.java:146)
> 	at org.apache.felix.gogo.runtime.shell.Pipe.run(Pipe.java:91)
> 	at org.apache.felix.gogo.runtime.shell.Closure.execute(Closure.java:75)
> 	at org.apache.felix.gogo.runtime.shell.CommandSessionImpl.execute(CommandSessionImpl.java:71)
> 	at org.apache.felix.karaf.gshell.console.jline.Console.run(Console.java:115)
> 	at java.lang.Thread.run(Thread.java:637)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.