[
https://issues.jboss.org/browse/AS7-4804?page=com.atlassian.jira.plugin.s...
]
Jimmy Wilson moved JBPAPP-9010 to AS7-4804:
-------------------------------------------
Project: Application Server 7 (was: JBoss Enterprise Application Platform)
Key: AS7-4804 (was: JBPAPP-9010)
Workflow: GIT Pull Request workflow (was: jira)
Affects Version/s: 7.1.2.Final (EAP)
(was: EAP 6.0.0 ER 7)
Component/s: (was: Scripts and Commands)
Security: (was: Public)
Fix Version/s: 7.1.3.Final (EAP)
(was: TBD EAP 6)
Docs QE Status: (was: NEW)
Impossible to use jdr.bat script utility on some Windows machines
-----------------------------------------------------------------
Key: AS7-4804
URL:
https://issues.jboss.org/browse/AS7-4804
Project: Application Server 7
Issue Type: Bug
Affects Versions: 7.1.2.Final (EAP)
Environment: Windows
Reporter: Vladimir Rastseluev
Assignee: Jesse Jaggars
Fix For: 7.1.3.Final (EAP)
Running $EAP_HOME/bin/jdr.bat script doesn't create a report, throwing on some
windows machines this error message:
Unrecognized option: -Djboss.home.dir=%JBOSS_HOME%
This is caused by last command in jdr.bat file:
"%JAVA%" ^
-jar "%JBOSS_HOME%\jboss-modules.jar" ^
-mp "%JBOSS_MODULEPATH%" ^
org.jboss.as.jdr ^
-Djboss.home.dir="%JBOSS_HOME%" ^
%*
Placing -Djboss.home.dir="%JBOSS_HOME%" row after " -jar *" leads
to recognizing this system property as program parameter.
--
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