[
https://issues.apache.org/jira/browse/KARAF-4282?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jean-Baptiste Onofré resolved KARAF-4282.
-----------------------------------------
Resolution: Fixed
> 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: 3.0.5, 4.0.4
> 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)