[
https://issues.apache.org/jira/browse/KARAF-4282?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15114214#comment-15114214
]
ASF subversion and git services commented on KARAF-4282:
--------------------------------------------------------
Commit 7a4fed73766f2e9e1949941a0b8583def55e5480 in karaf's branch
refs/heads/karaf-4.0.x from [~jbonofre]
[ https://git-wip-us.apache.org/repos/asf?p=karaf.git;h=7a4fed7 ]
KARAF-4282 - Define karaf.data in bin/shell
> 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)