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 2019/03/18 10:15:00 UTC

[jira] [Commented] (KARAF-6197) Dot at the end of PATH_WITH_JAVA in karaf-wrapper.conf break PATH variable

    [ https://issues.apache.org/jira/browse/KARAF-6197?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16794903#comment-16794903 ] 

Jean-Baptiste Onofré commented on KARAF-6197:
---------------------------------------------

Thanks for spotting this, I'm fixing. A simple workaround is to update the {{karaf-wrapper.conf}}.

> Dot at the end of PATH_WITH_JAVA in karaf-wrapper.conf break PATH variable
> --------------------------------------------------------------------------
>
>                 Key: KARAF-6197
>                 URL: https://issues.apache.org/jira/browse/KARAF-6197
>             Project: Karaf
>          Issue Type: Bug
>          Components: karaf
>    Affects Versions: 4.2.3
>         Environment: Child processes under Linux and Unix.
>            Reporter: Christian Brüssow
>            Assignee: Jean-Baptiste Onofré
>            Priority: Major
>             Fix For: 4.3.0, 4.2.5
>
>
> The improvement KARAF-6108 introduced a bug, which breaks the PATH variable, by adding a "." (dot) at the end of the new variable PATH_WITH_JAVA, without any separator:
> {code:java}
> set.default.PATH_WITH_JAVA=%JAVA_HOME%%WRAPPER_FILE_SEPARATOR%bin%WRAPPER_PATH_SEPARATOR%%PATH%.
> set.PATH=%PATH_WITH_JAVA%{code}
>  On a CentOS 7 e.g. PATH will end now in "...:/usr/bin."
> All child processes spawned by the JVM of karaf will no longer find any executbale below "/usr/bin", which breaks most of our scripts, because "/bin" as a fallback is not part of the PATH under CentOS for processes started as a service/daemon. E.g. a simple "ls" call will no longer work now.
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)