Bug 1117088 - CLI goes dead when hitting tab in module-options
Summary: CLI goes dead when hitting tab in module-options
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: JBoss Enterprise Application Platform 6
Classification: JBoss
Component: CLI
Version: 6.2.4
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
: ---
Assignee: Alexey Loubyansky
QA Contact: Petr Kremensky
Russell Dickenson
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2014-07-08 02:20 UTC by Hisanobu Okuda
Modified: 2018-12-06 17:13 UTC (History)
1 user (show)

Fixed In Version:
Clone Of:
: 1117121 (view as bug list)
Environment:
Last Closed: 2014-07-16 11:04:40 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Hisanobu Okuda 2014-07-08 02:20:55 UTC
Description of problem:
CLI goes dead when hitting tab in module-options.

Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1. start EAP 6.2.4 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:

Comment 2 Petr Kremensky 2014-07-16 11:04:40 UTC
This issue is reported against a version which is no longer maintained, which means that it will not receive a fix. As a result we are closing this bug.

Thank you for reporting this bug and we are sorry it could not be fixed.

See BZ1117121


Note You need to log in before you can comment on or make changes to this bug.