[ https://issues.apache.org/jira/browse/KARAF-954?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13142298#comment-13142298
]
Gert Vanthienen commented on KARAF-954:
---------------------------------------
@Fernando: The key differentiator is the OS - in this issue, the reporter is using Windows
which requires the quotes. For ESB-1557 and KARAF-816, the OS is Linux/Unix, for which there
shouldn't be quotes in those parameters. From my tests, the *nix variants are OK now - Jean-Baptiste
was planning to give things another go on Windows with the spaces in the path.
> Double quotes missing in generated karaf-wrapper.conf
> -----------------------------------------------------
>
> Key: KARAF-954
> URL: https://issues.apache.org/jira/browse/KARAF-954
> Project: Karaf
> Issue Type: Bug
> Components: karaf-os-integration
> Affects Versions: 2.2.4
> Environment: Windows 7, 64bit
> Reporter: Markus Stier
> Assignee: Jean-Baptiste Onofré
> Fix For: 2.2.5, 3.0.0
>
>
> Double quotes around path names are missing in generated karaf-wrapper.conf in version
2.2.4. Were present in 2.2.2.
> with 2.2.4:
> wrapper.java.additional.7=-Djava.endorsed.dirs=%JAVA_HOME%/jre/lib/endorsed;%JAVA_HOME%/lib/endorsed;%KARAF_HOME%/lib/endorsed
> wrapper.java.additional.8=-Djava.ext.dirs=%JAVA_HOME%/jre/lib/ext;%JAVA_HOME%/lib/ext;%KARAF_HOME%/lib/ext
> with 2.2.2:
> wrapper.java.additional.7=-Djava.endorsed.dirs="%JAVA_HOME%/jre/lib/endorsed;%JAVA_HOME%/lib/endorsed;%KARAF_HOME%/lib/endorsed"
> wrapper.java.additional.8=-Djava.ext.dirs="%JAVA_HOME%/jre/lib/ext;%JAVA_HOME%/lib/ext;%KARAF_HOME%/lib/ext"
> The missing quotes lead to NoClassDefFound exceptions due to invalid path definitions.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
|