You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "Scott Leschke (JIRA)" <ji...@apache.org> on 2016/08/05 20:16:20 UTC

[jira] [Created] (KARAF-4648) Feature service-wrapper creates invalid SERVICENAME-wrapper.conf file

Scott Leschke created KARAF-4648:
------------------------------------

             Summary: Feature service-wrapper creates invalid SERVICENAME-wrapper.conf file
                 Key: KARAF-4648
                 URL: https://issues.apache.org/jira/browse/KARAF-4648
             Project: Karaf
          Issue Type: Bug
          Components: karaf-feature
    Affects Versions: 4.0.5
         Environment: Windows  KARAF_BASE defined to be outside of KARAF_HOME hierarchy.
            Reporter: Scott Leschke
            Priority: Minor


Note: KARAF_BASE is defined to be outside the KARAF_HOME hierarchy.

After installing service-wrapper, ran wrapper:install command per the docs.  That worked fine. When we tried to start the service though it failed.  Upon review, I saw that the {service-name}-wrapper.conf file had the following lines in it.  This file is created under KARAF_BASE/etc.
 
wrapper.java.classpath.2=%KARAF_HOME%/lib/wrapper/*.jar
wrapper.java.library.path.1=%KARAF_HOME%/lib/wrapper/

Replacing KARAF_HOME with KARAF_BASE as shown below allowed the service to start.
 
wrapper.java.classpath.2=%KARAF_BASE%/lib/wrapper/*.jar
wrapper.java.library.path.1=%KARAF_BASE%/lib/wrapper/




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