I am creating the cluster in Marklogic AWS AMi instance.I initiated the host successfully and added the node to the Cluster. After that , I had verified the host status from the Node-1 Admin UI and its connected . However when i am accessing the url (http://node-2:8001) from the browser , i am getting the 504 error from the browser response. When i verified the logs /var/opt/marklogic/Logs/Errorlog.txt -node2 , i had seen the following error from the error logs.
ErrorLog.txt:2018-11-06 15:46:55.007 Error: AppRequestTask::run:XDMP-
WRONGHOST: Host 17757088108171649752(marklogic-node1) thinks it is
really host 6376803667935202073(marklogic-node2)
I am not really sure why i had this error and did not find any thing from the documentation other than xdmp:wrong-hsot message. Could some one provide some insight why i got the error and how to resolve it .