If you install EAP in such a directory so as to have a white space in your JBOSS_HOME path, e.g. C:\Program Files, jboss-cli.bat won't start and one can see error like this: {noformat} Error: Could not find or load main class Files\jboss-eap-6.2-3\bin\jboss-cli-logging.properties Press any key to continue . . . {noformat} The error is caused by this line in jboss-cli.bat: {code} set "JAVA_OPTS=%JAVA_OPTS% -Djboss.modules.system.pkgs=com.sun.java.swing -Dlogging.configuration=file:%JBOSS_HOME%\bin\jboss-cli-logging.properties" {code} Nobody who normally runs test jobs in hudson workspace could have seen it, because as soon as there are no spaces in JBOSS_HOME path, the error does not occur.
This pull request fixes the issue: https://github.com/jbossas/jboss-eap/pull/712
*** This bug has been marked as a duplicate of bug 1031173 ***