[jboss-jira] [JBoss JIRA] (AS7-2730) CLI getting stuck on incorrect password
Radoslav Husar (Commented) (JIRA)
jira-events at lists.jboss.org
Tue Nov 22 07:59:40 EST 2011
[ https://issues.jboss.org/browse/AS7-2730?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12644687#comment-12644687 ]
Radoslav Husar commented on AS7-2730:
-------------------------------------
This happens on empty password string only probably. The exception on the server log is:
{code}
13:51:31,422 ERROR [stderr] (Remoting "rhusar:MANAGEMENT" task-1) Exception in thread "Remoting "rhusar:MANAGEMENT" task-1" java.lang.IllegalArgumentException
13:51:31,422 ERROR [stderr] (Remoting "rhusar:MANAGEMENT" task-1) at javax.security.auth.callback.NameCallback.<init>(NameCallback.java:73)
13:51:31,422 ERROR [stderr] (Remoting "rhusar:MANAGEMENT" task-1) at org.jboss.sasl.digest.DigestMD5Server.validateClientResponse(DigestMD5Server.java:585)
13:51:31,422 ERROR [stderr] (Remoting "rhusar:MANAGEMENT" task-1) at org.jboss.sasl.digest.DigestMD5Server.evaluateResponse(DigestMD5Server.java:258)
13:51:31,422 ERROR [stderr] (Remoting "rhusar:MANAGEMENT" task-1) at org.xnio.sasl.SaslUtils.evaluateResponse(SaslUtils.java:147)
13:51:31,423 ERROR [stderr] (Remoting "rhusar:MANAGEMENT" task-1) at org.jboss.remoting3.remote.ServerConnectionOpenListener$Authentication$1.run(ServerConnectionOpenListener.java:429)
13:51:31,423 ERROR [stderr] (Remoting "rhusar:MANAGEMENT" task-1) at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
13:51:31,423 ERROR [stderr] (Remoting "rhusar:MANAGEMENT" task-1) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
13:51:31,423 ERROR [stderr] (Remoting "rhusar:MANAGEMENT" task-1) at java.lang.Thread.run(Thread.java:662)
{code}
> CLI getting stuck on incorrect password
> ---------------------------------------
>
> Key: AS7-2730
> URL: https://issues.jboss.org/browse/AS7-2730
> Project: Application Server 7
> Issue Type: Bug
> Components: CLI
> Affects Versions: No Release
> Environment: master head 0554563b11a648e9641857780339f05562f13c2f
> Reporter: Radoslav Husar
> Assignee: Darran Lofthouse
> Priority: Critical
>
> # connect
> # press enter twice
> # CLI is stuck
> {code}
> [rhusar at rhusar jboss-as-7.1.0.Alpha2-SNAPSHOT]$ ./bin/jboss-admin.sh
> You are disconnected at the moment. Type 'connect' to connect to the server or 'help' for the list of supported commands.
> [disconnected /] connect
> Authenticating against security realm: ManagementRealm
> Username:
> Password:
> ^C^C
> {code}
> => stuck in that way that even ^C doesnt help
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list