[jboss-jira] [JBoss JIRA] (AS7-4809) AS fails to start with colon in path
James Livingston (JIRA)
jira-events at lists.jboss.org
Mon May 14 20:14:17 EDT 2012
James Livingston created AS7-4809:
-------------------------------------
Summary: AS fails to start with colon in path
Key: AS7-4809
URL: https://issues.jboss.org/browse/AS7-4809
Project: Application Server 7
Issue Type: Bug
Affects Versions: 7.1.1.Final
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.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list