Created 12-04-2017 05:37 AM
While performing Cluster setup using Ambari2.6.0 i have stuck at step 3 "Confirm hosts"
The host registration shows success for both of my nodes but the additional checks is loading infinitely. Checking in the ambari-server.log it shows the below error:
Also when i check my postgres db at this point
select * from hosts; returns 2 rows (both my nodes)
select * from clusters; returns 0 rows
01 Dec 2017 13:31:06,807 INFO [ambari-client-thread-68] Configuration:3210 - Ambari properties config file changed. 01 Dec 2017 13:31:06,807 INFO [ambari-client-thread-68] Configuration:3235 - Ambari properties config file changed. 01 Dec 2017 13:31:06,842 WARN [ambari-action-scheduler] ExecutionCommandWrapper:225 - Unable to lookup the cluster by ID; assuming that there is no cluster and therefore no configs for this execution command: Cluster not found, clusterName=clusterID=-1 01 Dec 2017 13:31:06,842 WARN [ambari-action-scheduler] ExecutionCommandWrapper:225 - Unable to lookup the cluster by ID; assuming that there is no cluster and therefore no configs for this execution command: Cluster not found, clusterName=clusterID=-1 01 Dec 2017 13:31:06,861 WARN [ambari-action-scheduler] ExecutionCommandWrapper:225 - Unable to lookup the cluster by ID; assuming that there is no cluster and therefore no configs for this execution command: Cluster not found, clusterName=clusterID=-1 01 Dec 2017 13:31:06,861 WARN [ambari-action-scheduler] ExecutionCommandWrapper:225 - Unable to lookup the cluster by ID; assuming that there is no cluster and therefore no configs for this execution command: Cluster not found, clusterName=clusterID=-1
Created 12-04-2017 05:52 AM
.
Message:
Clusternot found, clusterName=clusterID=-1
Sometimes this happens because of inconsistent DB update .. the cluster ID is not mapped properly due to various reasons.
.
I will suggest please try once again, that will be quick.
# ambari-server stop # ambari-server reset # ambari-server start
The "ambari-server reset" will clean the ambari Database, So if you want to take ambari DB backup for later review then please take ambari DB dump for backup.
HCC thread with similar issue: https://community.hortonworks.com/questions/136297/ambari-status-preparing-in-confirmation-of-hosts....
Created 12-04-2017 05:59 AM
i have tried this multiple time but did not work.
Created 12-04-2017 06:04 AM
In that case we will have to review the complete ambari-server log to find out what it the issue.
Can you pelase attach the complete ambari-server.log?
Created 12-04-2017 06:53 AM
Sure.. This is the complete log. There is always an error saying
But there is a thread that i am running parallely for the above error as most of them said that this error has mostly nothing to do with "unable to find cluster by ID" error.ambari-server.txt
Created 12-06-2017 05:22 AM
I have checked all the services that has to be enabled/disabled but still unable to proceed in Ambari installation wizard.
Yum local repository is working, Also tried with only one node
I am confused on where i am going wrong as i have been installing this for the past 2-3 weeks.
Created 12-04-2017 06:50 AM
Sure.. This is the complete log. There is always an error saying
Could not load repo results java.net.UnknownHostException: public-repo-1.hortonworks.comambari-server.txt
But there is a thread that i am running parallely for the above error as most of them said that this error has mostly nothing to do with "unable to find cluster by ID" error.