[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 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.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.