-
Bug
-
Resolution: Done
-
Blocker
-
7.1.0.DR14
-
None
This CLI command [1] was working with EAP 7.1.0.DR13 and previous versions of EAP including EAP 7.0, but stopped working with jboss-cli.bat from EAP 7.1.0.DR14 with [2].
As this is regression marking as blocker. Workaround for customer would mean need to update all its commands in scripts to use quotes and quotes escaping.
[1]
jboss-cli.bat --connect --controller=127.0.0.1:9990 --commands=:read-attribute(name=server-state)
Note we execute this command from JVM as list =>
["jboss-cli.bat", "--connect", "--controller=127.0.0.1:9990", "--commands=:read-attribute(name=server-state)"].execute()
, thus by JVM it should be provided as individual parameters.
[2]
else was unexpected at this time.
Most likely the regression is caused by fix for JBEAP-8808
- causes
-
JBEAP-9911 jboss-cli.bat script is unable to start on Windows, if JBOSS_HOME folder contains '!' character
- Closed
- is cloned by
-
WFCORE-2561 Regression when executing CLI command directly from command line on Windows
- Resolved
- is incorporated by
-
JBEAP-9679 (7.1.0) Upgrade to WildFly Core to 3.0.0.Beta10
- Closed
- is related to
-
JBEAP-8808 Error applying patch through CLI
- Closed