-
Bug
-
Resolution: Done
-
Blocker
-
7.1.0.DR8
-
None
-
Regression
-
-
-
-
-
-
-
Not Required
Description of problem:
- Redirection (<, <<) do not work in CLI
- This is regression against EAP 6.4.0, 7.0.0 and 7.1.0.DR7
- Bugzilla from 6x: https://bugzilla.redhat.com/show_bug.cgi?id=961425
- Customer cases (EAP 6x):
Steps to reproduce:
- cd bin
- ./standalone.sh &
- ./jboss-cli.sh -c command=/core-service=management/security-realm=ApplicationRealm/authentication=local:remove
- ./jboss-cli.sh -c command=/core-service=management/security-realm=ManagementRealm/authentication=local:remove
- ./jboss-cli.sh -c command=:shutdown
- ./add-user.sh -u bob -p admin123$ -s
- ./standalone.sh &
./jboss-cli.sh -c <<EOF bob admin123$ batch :shutdown run-batch EOF
Actual results:
[mkopecky@dhcp-10-40-4-133 bin]$ ./jboss-cli.sh -c <<EOF > bob > admin123$ > batch > :shutdown > run-batch > EOF Authenticating against security realm: ManagementRealm Username: bob Password: batch :shutdown No connection to the controller. run-batch The command is not available in the current context (e.g. required subsystems or connection to the controller might be unavailable). [standalone@localhost:9990 / #] Task org.jboss.aesh.console.Console$5@13526e59 rejected from java.util.concurrent.ThreadPoolExecutor@2235eaab[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1] [mkopecky@dhcp-10-40-4-133 bin]$
Expected results:
":shutdown" command will be executed
- is cloned by
-
WFCORE-2049 Redirection (<, <<) do not work in CLI
- Resolved
- is incorporated by
-
JBEAP-7572 (7.1.0) Upgrade to WildFly Core 3.0.0.Alpha17
- Closed
- relates to
-
JBEAP-670 Redirection (<, <<) do not work in CLI
- Closed
-
JBEAP-10397 WildFly Elytron Tool, Redirection (<, <<) do not work in wildfly-elytron-tool
- Closed