You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "Jean-Baptiste Onofré (JIRA)" <ji...@apache.org> on 2016/01/20 10:09:39 UTC

[jira] [Created] (KARAF-4282) Wrapper set KARAF_DATA to null in the generated wrapper.conf file

Jean-Baptiste Onofré created KARAF-4282:
-------------------------------------------

             Summary: Wrapper set KARAF_DATA to null in the generated wrapper.conf file
                 Key: KARAF-4282
                 URL: https://issues.apache.org/jira/browse/KARAF-4282
             Project: Karaf
          Issue Type: Bug
          Components: karaf-os-integration
    Affects Versions: 4.0.4, 3.0.5
            Reporter: Jean-Baptiste Onofré
            Assignee: Jean-Baptiste Onofré
             Fix For: 4.1.0, 3.0.6, 4.0.5


If you call wrapper:install from the karaf console everthing works fine.
However if you call bin/shell "wrapper:install ..." the wrapper.conf is wrong.

{code}
#********************************************************************
# Wrapper Properties
#********************************************************************
set.default.JAVA_HOME=C:\Program Files\inovel\merlin-server\bin\..\opt\jdk
set.default.KARAF_HOME=C:\Program Files\inovel\merlin-server\bin\..
set.default.KARAF_BASE=C:\Program Files\inovel\merlin-server\bin\..
set.default.KARAF_DATA=null
set.default.KARAF_ETC=C:\Program Files\inovel\merlin-server\bin\..\etc
{code} 
 
We see the the null in KARAF_DATA, which is wrong.
We tested this with the current karaf 4.0.4 and a karaf 3.0.x on Windows 7



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