-
Bug
-
Resolution: Done
-
Minor
-
EAP_EWP 5.1.0
-
JBoss EAP 5.1.0
-
-
Release Notes
-
Workaround Exists
-
-
Low
-
-
Documented as Resolved Issue
-
NEW
If the JBOSS_HOME path contains "( )" in the path then the run.bat fails to execute. For example if the JBOSS_HOME is set to "c:\Program Files (test)\JBoss" then the run.bat fails to execute with the following error message:-
\Jboss-5.1.0\bin\run.conf.bat was unexpected at this time.
This error is due to not having the double quotes in the echo statements below:-
if exist "%RUN_CONF%" (
echo Calling %RUN_CONF%
call "%RUN_CONF%" %*
) else (
echo Config file not found %RUN_CONF%
)