]
Tomaz Cerar moved WFLY-909 to WFCORE-1382:
------------------------------------------
Project: WildFly Core (was: WildFly)
Key: WFCORE-1382 (was: WFLY-909)
Component/s: Scripts
(was: Scripts)
AS fails to start with colon in path
------------------------------------
Key: WFCORE-1382
URL:
https://issues.jboss.org/browse/WFCORE-1382
Project: WildFly Core
Issue Type: Bug
Components: Scripts
Reporter: James Livingston
standalone.sh and domain.sh create the module path passed to JBoss Modules -mp option
with:
JBOSS_MODULEPATH="$JBOSS_HOME/modules"
The value passed to -mp is a File.pathSeparator (colon on Linux and semicolon on Windows)
delimited list of paths, not a single path, so this does not work correctly when
JBOSS_HOME contains a colon on Linux, which is a legal but rare character to use in a
path.