Yesha Vora created AMBARI-19973:
-----------------------------------
Summary: Login to Ambari cluster fails with "Error in retrieving
web client state from ambari server"
Key: AMBARI-19973
URL: https://issues.apache.org/jira/browse/AMBARI-19973
Project: Ambari
Issue Type: Bug
Reporter: Yesha Vora
Priority: Critical
Login operation to cluster is failing with "Error in retrieving web client
state from ambari server".
In this particular cluster, when a user tries to login to Ambari cluster with
correct credentials, the ui page blinks couple of time and then pop up above
error message. Find couple of observations as below.
* Ambari first make an authorization api call, which is passing successfully
with return code HTTP 200 ok.
{code}
Request URL:http://host:8080/api/v1/settings/motd?_=1486758159525
Request Method:GET
Status Code:404 Not Found
Remote Address:xxx:8080{code}
* After that ambari makes Cluster_current_status call which fails with 403 (
Missing authentication Token)
{code}
Request
URL:http://host:8080/api/v1/persist/CLUSTER_CURRENT_STATUS?_=1486758159782
Request Method:GET
Status Code:403 Missing authentication token
Remote Address:xxx:8080{code}
In this case, if authentication is failing, the error message should be more
clear such "Authentication failure"
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)