Andrii Babiichuk created AMBARI-9810:
----------------------------------------
Summary: Install wizard: request to start host check failed
Key: AMBARI-9810
URL: https://issues.apache.org/jira/browse/AMBARI-9810
Project: Ambari
Issue Type: Bug
Components: ambari-web
Affects Versions: 2.0.0
Reporter: Andrii Babiichuk
Assignee: Andrii Babiichuk
Priority: Critical
Fix For: 2.0.0
Steps to reproduce:
1. Launch Install Wizard
2. Proceed to Confirm Hosts (with manual host registration).
At least one host should fail registration
then POST request to /api/v1/requests failed, because data contains failed host.
{code}
{
"status" : 500,
"message" : "An internal system exception occurred: Host not found,
hostname=hn"
}
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)