You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Eoghan Glynn (JIRA)" <ji...@apache.org> on 2009/10/13 18:25:31 UTC

[jira] Updated: (FELIX-1751) [karaf] admin:start silently fails to launch new instance

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

Eoghan Glynn updated FELIX-1751:
--------------------------------

    Description: 
"admin:start foobar" fails silently, i.e. no process is launched for foobar instance

After running the equivalent command directly, I see a FileNotFound on the framework jar:
java.io.FileNotFoundException: ...apache-felix-karaf-.../org/apache/felix/org.apache.felix.framework/2.0.0/org.apache.felix.framework-2.0.0.jar

The path above is missing just the "system" component. This is due to the karaf.default.repository=system property being present in top-level etc/system.properties but missing from instances/foobar/etc/system.properties.

  was:
admin:start foobar fail silently, i.e. no process is launched for foobar instance

After running the equivalent command directly I see a FileNotFound on the framework jar:
java.io.FileNotFoundException: ...apache-felix-karaf-.../org/apache/felix/org.apache.felix.framework/2.0.0/org.apache.felix.framework-2.0.0.jar

The path above is missing just the "system" component. This is due to the karaf.default.repository=system property being present in top-level etc/system.properties but missing from instances/foobar/etc/system.properties.


> [karaf] admin:start silently fails to launch new instance
> ---------------------------------------------------------
>
>                 Key: FELIX-1751
>                 URL: https://issues.apache.org/jira/browse/FELIX-1751
>             Project: Felix
>          Issue Type: Bug
>          Components: Karaf
>    Affects Versions: karaf-1.0.2
>            Reporter: Eoghan Glynn
>             Fix For: karaf-1.0.2
>
>
> "admin:start foobar" fails silently, i.e. no process is launched for foobar instance
> After running the equivalent command directly, I see a FileNotFound on the framework jar:
> java.io.FileNotFoundException: ...apache-felix-karaf-.../org/apache/felix/org.apache.felix.framework/2.0.0/org.apache.felix.framework-2.0.0.jar
> The path above is missing just the "system" component. This is due to the karaf.default.repository=system property being present in top-level etc/system.properties but missing from instances/foobar/etc/system.properties.

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