Cheng Fang created AS7-5560:
-------------------------------
Summary: jboss-cli.bat --debug option not shifted properly
Key: AS7-5560
URL:
https://issues.jboss.org/browse/AS7-5560
Project: Application Server 7
Issue Type: Feature Request
Components: Scripts
Affects Versions: 7.2.0.Alpha1
Reporter: Cheng Fang
Assignee: Brian Stansberry
Windows only.
After appending debug options to JAVA_OPTS, the original --debug xxxx is not stripped out,
and is passed to JBoss Modules, which failed:
{noformat}
C:\jboss-as7\jboss-as-7.2.0.Alpha1-SNAPSHOT\bin>"C:\Program
Files\Java\jdk1.6.0_31\bin\java" -XX:+TieredCompilation -XX:
+UseCompressedOops -Dprogram.name=-d
-Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=n "-Dorg.jboss.boot.l
og.file=C:\jboss-as7\jboss-as-7.2.0.Alpha1-SNAPSHOT\standalone\log\boot.log"
"-Dlogging.configuration=file:C:\jboss-as7
\jboss-as-7.2.0.Alpha1-SNAPSHOT\standalone/configuration/logging.properties" -jar
"C:\jboss-as7\jboss-as-7.2.0.Alpha
1-SNAPSHOT\jboss-modules.jar" -mp
"C:\jboss-as7\jboss-as-7.2.0.Alpha1-SNAPSHOT\modules" -jaxpmodule
"javax.xml.j
axp-provider" org.jboss.as.standalone
-Djboss.home.dir="C:\jboss-as7\jboss-as-7.2.0.Alpha1-SNAPSHOT" -d
Listening for transport dt_socket at address: 8787
{noformat}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira