Back to bug 1031173

Who When What Removed Added
Petr Kremensky 2013-11-18 08:45:01 UTC Version unspecified 6.2.0
Severity unspecified high
Petr Kremensky 2013-11-18 08:52:00 UTC CC jcechace
Tomaz Cerar 2013-11-19 15:36:16 UTC CC tcerar
Brian Stansberry 2013-11-19 15:52:23 UTC Status NEW POST
Target Release --- EAP 6.3.0
Brian Stansberry 2013-11-21 21:33:05 UTC CC mbabacek
Petr Kremensky 2013-11-22 06:17:29 UTC Doc Text Cause:
Doc Type Bug Fix Known Issue
Dana Mison 2013-12-02 03:07:11 UTC CC dmison
Doc Text Cause: The `jboss-cli` tool will not launch successfully on the Microsoft Windows operating system if JBoss EAP is installed in a directory that has a space in its path. The following error message is the outcome if JBoss EAP is installed in the directory `C:/JBoss EAP/jboss-eap-6.2`:

----
Error: Could not find or load main class EAP\jboss-eap-6.2\bin\jboss-cli-logging.properties
----

Red Hat recommends not installing JBoss EAP 6 in a directory with a space in its name. This will be fixed in a future release.
Russell Dickenson 2013-12-03 04:41:17 UTC Doc Text The `jboss-cli` tool will not launch successfully on the Microsoft Windows operating system if JBoss EAP is installed in a directory that has a space in its path. The following error message is the outcome if JBoss EAP is installed in the directory `C:/JBoss EAP/jboss-eap-6.2`:

----
Error: Could not find or load main class EAP\jboss-eap-6.2\bin\jboss-cli-logging.properties
----

Red Hat recommends not installing JBoss EAP 6 in a directory with a space in its name. This will be fixed in a future release.
The `jboss-cli` tool will not launch successfully on the Microsoft Windows operating system if JBoss EAP is installed in a directory that has a space in its path. The following error message is the outcome if JBoss EAP is installed in the directory `C:\JBoss EAP\jboss-eap-6.2`:

----
Error: Could not find or load main class EAP\jboss-eap-6.2\bin\jboss-cli-logging.properties
----

Red Hat recommends not installing JBoss EAP 6 in a directory with a space in its name. This will be fixed in a future release.
Dana Mison 2013-12-03 05:47:12 UTC Doc Text The `jboss-cli` tool will not launch successfully on the Microsoft Windows operating system if JBoss EAP is installed in a directory that has a space in its path. The following error message is the outcome if JBoss EAP is installed in the directory `C:\JBoss EAP\jboss-eap-6.2`:

----
Error: Could not find or load main class EAP\jboss-eap-6.2\bin\jboss-cli-logging.properties
----

Red Hat recommends not installing JBoss EAP 6 in a directory with a space in its name. This will be fixed in a future release.
The `jboss-cli` tool will not launch successfully on the Microsoft Windows operating system if JBoss EAP is installed in a directory that has spaces or other special characters such as parentheses in its path. The following error message is the outcome if JBoss EAP is installed in the directory `C:\JBoss EAP\jboss-eap-6.2`:

----
Error: Could not find or load main class EAP\jboss-eap-6.2\bin\jboss-cli-logging.properties
----

This can be worked around by editing the jboss-cli.bat file and editing line 62 of jboss-cli.bat to move the first “ character from the beginning of JAVA_OPTS to after the assignment so it looks like the following.

----
set JAVA_OPTS="%JAVA_OPTS% -Djboss.modules.system.pkgs=com.sun.java.swing -Dlogging.configuration=file:%JBOSS_HOME%\bin\jboss-cli-logging.properties"
----

This error can also be avoided by not installing JBoss EAP 6 in a directory with spaces or parentheses in its name.

This will be fixed in a future release.
Kabir Khan 2013-12-19 14:36:32 UTC Status POST MODIFIED
CC kkhan
Target Milestone --- DR1
Kabir Khan 2014-01-08 12:04:59 UTC Target Milestone DR1 DR0
Paul Gier 2014-02-11 23:54:07 UTC Status MODIFIED ON_QA
Dana Mison 2014-02-12 00:57:17 UTC CC dmison
Petr Kremensky 2014-02-18 14:28:11 UTC Status ON_QA VERIFIED
Lucas Costi 2014-05-07 00:42:07 UTC CC lcosti
Doc Text The `jboss-cli` tool will not launch successfully on the Microsoft Windows operating system if JBoss EAP is installed in a directory that has spaces or other special characters such as parentheses in its path. The following error message is the outcome if JBoss EAP is installed in the directory `C:\JBoss EAP\jboss-eap-6.2`:

----
Error: Could not find or load main class EAP\jboss-eap-6.2\bin\jboss-cli-logging.properties
----

This can be worked around by editing the jboss-cli.bat file and editing line 62 of jboss-cli.bat to move the first “ character from the beginning of JAVA_OPTS to after the assignment so it looks like the following.

----
set JAVA_OPTS="%JAVA_OPTS% -Djboss.modules.system.pkgs=com.sun.java.swing -Dlogging.configuration=file:%JBOSS_HOME%\bin\jboss-cli-logging.properties"
----

This error can also be avoided by not installing JBoss EAP 6 in a directory with spaces or parentheses in its name.

This will be fixed in a future release.
The `jboss-cli` tool would not launch successfully on Microsoft Windows if JBoss EAP was installed in a directory that had spaces or other special characters such as parentheses in its path. For example, the following error message was displayed if JBoss EAP was installed in the directory `C:\JBoss EAP\jboss-eap-6.2`:

----
Error: Could not find or load main class EAP\jboss-eap-6.2\bin\jboss-cli-logging.properties
----

This issue has been fixed in this release by changing how the `jboss-cli` tool declares and uses file paths on Microsoft Windows. As a result, it can be used without workarounds in JBoss EAP installations in directories that have spaces or other special characters in their path on Microsoft Windows systems.
Lucas Costi 2014-05-13 01:06:23 UTC Doc Text The `jboss-cli` tool would not launch successfully on Microsoft Windows if JBoss EAP was installed in a directory that had spaces or other special characters such as parentheses in its path. For example, the following error message was displayed if JBoss EAP was installed in the directory `C:\JBoss EAP\jboss-eap-6.2`:

----
Error: Could not find or load main class EAP\jboss-eap-6.2\bin\jboss-cli-logging.properties
----

This issue has been fixed in this release by changing how the `jboss-cli` tool declares and uses file paths on Microsoft Windows. As a result, it can be used without workarounds in JBoss EAP installations in directories that have spaces or other special characters in their path on Microsoft Windows systems.
The `jboss-cli` tool would not launch successfully on Microsoft Windows if JBoss EAP 6 was installed in a directory that had spaces or other special characters such as parentheses in its path. For example, the following error message was displayed if JBoss EAP 6 was installed in the directory `C:\JBoss EAP\jboss-eap-6.2`:

----
Error: Could not find or load main class EAP\jboss-eap-6.2\bin\jboss-cli-logging.properties
----

This issue has been fixed in this release by changing how the `jboss-cli` tool declares and uses file paths on Microsoft Windows. As a result, it can be used without workarounds in JBoss EAP 6 installations in directories that have spaces or other special characters in their path on Microsoft Windows systems.
Doc Type Known Issue Bug Fix
mark yarborough 2014-06-28 15:30:16 UTC Status VERIFIED CLOSED
Resolution --- CURRENTRELEASE
Last Closed 2014-06-28 11:30:16 UTC
John Skeoch 2014-09-03 04:56:30 UTC CC thauser
Darren Coleman 2015-07-30 09:18:34 UTC Blocks 1058410

Back to bug 1031173