[teiid-issues] [JBoss JIRA] Commented: (TEIID-397) Console Error after changing Root Admin password

Steven Hawkins (JIRA) jira-events at lists.jboss.org
Mon Mar 9 11:44:22 EDT 2009


    [ https://jira.jboss.org/jira/browse/TEIID-397?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12456222#action_12456222 ] 

Steven Hawkins commented on TEIID-397:
--------------------------------------

This is not specific to CCE, moving to Teiid.  This is a general problem with the console attempting too many retries based upon cached credentials.  It will happen anytime reauthentication is forced and the same console session is used.  We should break out of the retry loop when an authentication error happens.

> Console Error after changing Root Admin password
> ------------------------------------------------
>
>                 Key: TEIID-397
>                 URL: https://jira.jboss.org/jira/browse/TEIID-397
>             Project: Teiid
>          Issue Type: Bug
>          Components: Console
>    Affects Versions: 6.0.0
>         Environment: Windows client running against Windows Server
>            Reporter: Warren Gibson
>             Fix For: 6.1.0
>
>
> 1.  Went into Security/Summary and changed MetaMatrixAdmin password.
> 2.  Bounced the server.
> 3.  Console hung for about 10 minutes and finally returned with the below Error message.
> 4.  Console was unstable.
> 5.  Shut down Console and Restarted and everything seemed to be fine with the new password.
> com.metamatrix.console.util.ExternalException[0]: com.metamatrix.api.exception.ComponentCommunicationException[0]: com.metamatrix.common.comm.exception.ConnectionException[0]: com.metamatrix.api.exception.security.LogonException[0]: [MetaMatrixAuthenticationException]The username "metamatrixadmin" and/or password and/or payload token could not be authenticated by any membership domain.
> 	at com.metamatrix.platform.security.session.service.SessionServiceImpl.authenticateUser(SessionServiceImpl.java:431)
> 	at com.metamatrix.platform.security.session.service.SessionServiceImpl.createSession(SessionServiceImpl.java:624)
> 	at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source)
> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> 	at java.lang.reflect.Method.invoke(Method.java:585)
> 	at com.metamatrix.platform.service.proxy.SingleInvokationProxy.invoke(SingleInvokationProxy.java:48)
> 	at $Proxy7.createSession(Unknown Source)
> 	at com.metamatrix.platform.security.session.service.LogonHelper.logon(LogonHelper.java:69)
> 	at sun.reflect.GeneratedMethodAccessor7.invoke(Unknown Source)
> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> 	at java.lang.reflect.Method.invoke(Method.java:585)
> 	at com.metamatrix.platform.service.proxy.ProxyManager$WrappedDelegator.invoke(ProxyManager.java:41)
> 	at $Proxy8.logon(Unknown Source)
> 	at com.metamatrix.common.comm.platform.socket.SocketLogon.logon(SocketLogon.java:133)
> 	at sun.reflect.GeneratedMethodAccessor7.invoke(Unknown Source)
> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> 	at java.lang.reflect.Method.invoke(Method.java:585)
> 	at com.metamatrix.core.proxy.ServiceInvocation.invokeOn(ServiceInvocation.java:91)
> 	at com.metamatrix.core.proxy.DefaultTerminalServiceInterceptor.invoke(DefaultTerminalServiceInterceptor.java:29)
> 	at com.metamatrix.core.proxy.ServiceInvocation.invokeNext(ServiceInvocation.java:87)
> 	at com.metamatrix.common.comm.platform.server.MessageServiceAgent.receiveLocal(MessageServiceAgent.java:90)
> 	at com.metamatrix.common.comm.platform.server.MessageServiceAgent.receive(MessageServiceAgent.java:114)
> 	at com.metamatrix.common.comm.platform.server.MessageFilterServiceAgent.receive(MessageFilterServiceAgent.java:99)
> 	at com.metamatrix.platform.admin.apiimpl.RuntimeStateListenerAgent.receive(RuntimeStateListenerAgent.java:103)
> 	at com.metamatrix.common.comm.platform.socket.SocketVMController.receive(SocketVMController.java:388)
> 	at com.metamatrix.common.comm.platform.socket.server.ServerSynchronousWorkItem.process(ServerSynchronousWorkItem.java:36)
> 	at com.metamatrix.common.comm.platform.socket.server.SocketServerWorker.process(SocketServerWorker.java:35)
> 	at com.metamatrix.common.queue.QueueWorker.run(QueueWorker.java:64)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the teiid-issues mailing list