Quantcast
Channel: Hortonworks » All Topics
Viewing all articles
Browse latest Browse all 5121

Agent Registration Problem

$
0
0

Replies: 1

I am using RHEL 6.5 on AWS. I am trying to install HDP 2.1 using Ambari. I have completed all the steps until “Confirm Hosts” screen on the Client Install wizard. The registrations for all the hosts. The error message is:

(‘WARNING 2014-11-05 11:22:40,762 NetUtil.py:62 – Failed to connect to https://ip-172-31-11-245.ec2.internal:8440/cert/ca due to [Errno 110] Connection timed out
INFO 2014-11-05 11:22:40,762 NetUtil.py:81 – Server at https://ip-172-31-11-245.ec2.internal:8440 is not reachable, sleeping for 10 seconds…
INFO 2014-11-05 11:22:50,773 NetUtil.py:42 – Connecting to the following url https://ip-172-31-11-245.ec2.internal:8440/cert/ca

I tried updgrading openssl as suggested in a previous post on this forum, but did not help.
I have checked all the firewall settings and all ports are accessible.
One thing I notice is that there is nobody listening on port 8440 on the ambari server machine when I check with nmap.
This error is on the ambari-server log:

01:48:39,398 ERROR [qtp849211484-21] ActionDBAccessorImpl:238 – Host {} doesn’t
exists in databaseip-172-31-11-83.ec2.internal
01:48:39,400 ERROR [qtp849211484-21] BaseManagementHandler:62 – Caught a runtime
exception while attempting to create a resource
java.lang.RuntimeException: Host ‘ip-172-31-11-83.ec2.internal’ doesn’t exists i
n database
at org.apache.ambari.server.actionmanager.ActionDBAccessorImpl.persistAc
tions(ActionDBAccessorImpl.java:239)
at org.apache.ambari.server.orm.AmbariJpaLocalTxnInterceptor.invoke(Amba
riJpaLocalTxnInterceptor.java:68)
at org.apache.ambari.server.actionmanager.ActionManager.sendActions(Acti
onManager.java:95)
at org.apache.ambari.server.actionmanager.ActionManager.sendActions(Acti
onManager.java:84)
at org.apache.ambari.server.controller.AmbariManagementControllerImpl.cr
eateAction(AmbariManagementControllerImpl.java:2583)
at org.apache.ambari.server.controller.internal.RequestResourceProvider$
1.invoke(RequestResourceProvider.java:124)
at org.apache.ambari.server.controller.internal.RequestResourceProvider$
1.invoke(RequestResourceProvider.java:121)
at org.apache.ambari.server.controller.internal.AbstractResourceProvider
.createResources(AbstractResourceProvider.java:237)
at org.apache.ambari.server.controller.internal.RequestResourceProvider.
createResources(RequestResourceProvider.java:121)
at org.apache.ambari.server.controller.internal.ClusterControllerImpl.cr
eateResources(ClusterControllerImpl.java:274)
at org.apache.ambari.server.api.services.persistence.PersistenceManagerI
mpl.create(PersistenceManagerImpl.java:75)
at org.apache.ambari.server.api.handlers.CreateHandler.persist(CreateHan
dler.java:36)
at org.apache.ambari.server.api.handlers.BaseManagementHandler.handleReq
uest(BaseManagementHandler.java:72)

………

Any ideas on what could be wrong??

Thanks


Viewing all articles
Browse latest Browse all 5121

Trending Articles