[jboss-jira] [JBoss JIRA] (WFLY-3209) CLI NullPointerException for Ctrl+D when prompted for username.
Darran Lofthouse (JIRA)
issues at jboss.org
Wed Apr 2 09:15:14 EDT 2014
Darran Lofthouse created WFLY-3209:
--------------------------------------
Summary: CLI NullPointerException for Ctrl+D when prompted for username.
Key: WFLY-3209
URL: https://issues.jboss.org/browse/WFLY-3209
Project: WildFly
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: CLI
Reporter: Darran Lofthouse
Assignee: Darran Lofthouse
Fix For: 9.0.0.CR1
{code}
[standalone at localhost:9990 /] [darranl at localhost bin]$ ./jboss-cli.sh
You are disconnected at the moment. Type 'connect' to connect to the server or 'help' for the list of supported commands.
[disconnected /] connect
Username: java.lang.NullPointerException
at org.jboss.aesh.console.Console.pushToStdOut(Console.java:227)
at org.jboss.as.cli.impl.Console$Factory$1.print(Console.java:160)
at org.jboss.as.cli.impl.CommandContextImpl.printLine(CommandContextImpl.java:704)
at org.jboss.as.cli.impl.CommandContextImpl.error(CommandContextImpl.java:722)
at org.jboss.as.cli.impl.CommandContextImpl.handleSafe(CommandContextImpl.java:647)
at org.jboss.as.cli.impl.CommandContextImpl.interact(CommandContextImpl.java:1272)
at org.jboss.as.cli.impl.CliLauncher.main(CliLauncher.java:254)
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)
{code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list