-
Bug
-
Resolution: Done
-
Major
-
7.1.0.DR7
-
None
-
User Experience
-
-
-
-
-
CLI operations produce java.lang.IllegalArgumentException upon calling operations with wrong parameter amount or names. This happens with all the CLI operations.
Examples:
[standalone@localhost:9990 /] :read-children-names(aaaaa
Failed to handle ':read-children-names(aaaaa': java.lang.IllegalArgumentException
[standalone@localhost:9990 /] /deployment=jboss-kitchensink-ear.ear:add-content(content=[{uri=abc, target-path=test.txt}])
Failed to handle '/deployment=jboss-kitchensink-ear.ear:add-content(content=[{uri=abc, target-path=test.txt}])': java.lang.IllegalArgumentException
[standalone@localhost:9990 /] /subsystem=logging/log-file=server.log:read-log-file(xxx
Failed to handle '/subsystem=logging/log-file=server.log:read-log-file(xxx': java.lang.IllegalArgumentException
The message is not informative. It is not particularly obvious that the operation failed due to wrong number of parameters or parameter names at first glance.
- is cloned by
-
WFCORE-1982 CLI operations produce java.lang.IllegalArgumentException upon inputting wrong parameters
- Resolved
- is incorporated by
-
JBEAP-7028 (7.1.0) Upgrade to WildFly Core 3.0.0.Alpha13
- Closed