You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Andrii Babiichuk (JIRA)" <ji...@apache.org> on 2013/12/12 13:14:06 UTC

[jira] [Created] (AMBARI-4049) Registration fail of host should be handled more gracefully

Andrii Babiichuk created AMBARI-4049:
----------------------------------------

             Summary: Registration fail of host should be handled more gracefully
                 Key: AMBARI-4049
                 URL: https://issues.apache.org/jira/browse/AMBARI-4049
             Project: Ambari
          Issue Type: Bug
          Components: client
    Affects Versions: 1.4.3
            Reporter: Andrii Babiichuk
            Assignee: Andrii Babiichuk
             Fix For: 1.4.3


Steps to reproduce:
1. Open cluster installer
2. Type hosts names, with one inexistent host name
3. Proceed to Confirm Hosts step
4. Hit Retry Failed
Result:
Although bootstrap finished registration with error, button Next is still disabled.
Bootstrap error response:
{code}
{"status":"ERROR","hostsStatus":[],"log":"\n\nTraceback (most recent call last):\n  File \"/usr/lib/python2.6/site-packages/ambari_server/bootstrap.py\", line 583, in <module>\n    main(sys.argv)\n  File \"/usr/lib/python2.6/site-packages/ambari_server/bootstrap.py\", line 561, in main\n    passwordFile = onlyargs[9]\nIndexError: list index out of range\n"}
{code}



--
This message was sent by Atlassian JIRA
(v6.1.4#6159)