Carlos Villegas created KARAF-6166:
--------------------------------------
Summary: instance:create/start does not work
Key: KARAF-6166
URL: https://issues.apache.org/jira/browse/KARAF-6166
Project: Karaf
Issue Type: Bug
Components: karaf
Affects Versions: 4.2.3
Reporter: Carlos Villegas
An instance created by the instance:create command doesn't start. The create
command itself succeeds but the instance won't start.
The reason is that some of the generated config files in the instance's etc
directory still contain variables of the form {{@@felix.framework.version@@}},
which haven't been replaced with the proper values.
Apart from that, if I fix the configuration files manually after creation, the
instance won't run on java 9+. I think some of the boostrap jar files needed
for java 9+ are not added to the classpath in the instance start script and the
instance:start command.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)