+++ This bug was initially created as a clone of Bug #1117088 +++ Description of problem: CLI goes dead when hitting tab in module-options. Version-Release number of selected component (if applicable): EAP 6.3.0.ER9 How reproducible: Always Steps to Reproduce: 1. start EAP 6.3.0 in domain mode 2. start jboss-cli.sh 3. type "/profile=full/subsystem=security/security-domain=test/authentication=classic/:add(login-modules=[{code="UsersRoles",flag=required,module-options=[(" 4. hit tab key. 5. The following error appears and cli goes dead. [domain@localhost:9999 /] /profile=full/subsystem=security/security-domain=test/authentication=classic/:add(login-modules=[{code="UsersRoles",flag=required,module-options=[(java.lang.IllegalArgumentException at org.jboss.dmr.ModelValue.getKeys(ModelValue.java:128) at org.jboss.dmr.ModelNode.keys(ModelNode.java:1291) at org.jboss.as.cli.impl.ValueTypeCompleter$ValueTypeCallbackHandler.getCandidates(ValueTypeCompleter.java:309) at org.jboss.as.cli.impl.ValueTypeCompleter.complete(ValueTypeCompleter.java:83) at org.jboss.as.cli.operation.OperationRequestCompleter.complete(OperationRequestCopleter.java:224) at org.jboss.as.cli.CommandCompleter.complete(CommandCompleter.java:95) at org.jboss.as.cli.impl.Console$Factory$1$1.complete(Console.java:102) at org.jboss.aesh.console.Console.complete(Console.java:1155) at org.jboss.aesh.console.Console.parseOperation(Console.java:550) at org.jboss.aesh.console.Console.read(Console.java:452) at org.jboss.aesh.console.Console.read(Console.java:346) at org.jboss.as.cli.impl.Console$Factory$1.readLine(Console.java:178) at org.jboss.as.cli.impl.CommandContextImpl.interact(CommandContextImpl.java:1204) at org.jboss.as.cli.impl.CliLauncher.main(CliLauncher.java:263) at org.jboss.as.cli.CommandLineMain.main(CommandLineMain.java:34) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at org.jboss.modules.Module.run(Module.java:312) at org.jboss.modules.Main.main(Main.java:460) [hokuda@localhost eap624]$ Actual results: Expected results: Additional info:
Alexey Loubyansky <alex> updated the status of jira WFLY-3595 to Resolved
Backport: https://github.com/jbossas/jboss-eap/pull/1522
Verified on EAP 6.4.0.DR1.1