[jboss-jira] [JBoss JIRA] (AS7-4086) domain.sh fails to start processes in cygwin
Alexey Loubyansky (JIRA)
jira-events at lists.jboss.org
Wed Mar 7 12:34:36 EST 2012
Alexey Loubyansky created AS7-4086:
--------------------------------------
Summary: domain.sh fails to start processes in cygwin
Key: AS7-4086
URL: https://issues.jboss.org/browse/AS7-4086
Project: Application Server 7
Issue Type: Bug
Affects Versions: 7.1.0.Final
Reporter: Alexey Loubyansky
Assignee: Alexey Loubyansky
Fix For: 7.1.1.Final
The problem is file system paths. The boot java process is started correctly from the domain.sh using JAVA path.
The same JAVA path is passed as a command line argument (jvm and default-jvm) to start other java processes from the running JVM.
Those attempts will fail with an invalid path error.
So, in case of cygwin, the values for jvm and default-jvm have to translated into the absolute paths.
Note, this can't be done to the JAVA path that starts the original JVM, it'll fail to start.
--
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