You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Robert Levas (JIRA)" <ji...@apache.org> on 2015/02/19 15:02:11 UTC

[jira] [Created] (AMBARI-9702) Zookeeper start failed after upgrading secured cluster

Robert Levas created AMBARI-9702:
------------------------------------

             Summary: Zookeeper start failed after upgrading secured cluster
                 Key: AMBARI-9702
                 URL: https://issues.apache.org/jira/browse/AMBARI-9702
             Project: Ambari
          Issue Type: Bug
          Components: ambari-server
    Affects Versions: 2.0.0
         Environment: CentOS 6
Upgrade 1.7.0 -> 2.0.0
Secured cluster

            Reporter: Robert Levas
            Assignee: Robert Levas
            Priority: Blocker
             Fix For: 2.0.0


{code}
2015-02-13 11:32:12,437 - Error while executing command 'start':
Traceback (most recent call last):
  File "/usr/lib/python2.6/site-packages/resource_management/libraries/script/script.py", line 184, in execute
    method(env)
  File "/var/lib/ambari-agent/cache/common-services/ZOOKEEPER/3.4.5.2.0/package/scripts/zookeeper_server.py", line 78, in start
    zookeeper_service(action = 'start')
  File "/var/lib/ambari-agent/cache/common-services/ZOOKEEPER/3.4.5.2.0/package/scripts/zookeeper_service.py", line 38, in zookeeper_service
    kinit_cmd = format("{kinit_path_local} -kt {smoke_user_keytab} {smokeuser_principal};")
  File "/usr/lib/python2.6/site-packages/resource_management/libraries/functions/format.py", line 83, in format
    return ConfigurationFormatter().format(format_string, args, **result)
  File "/usr/lib/python2.6/site-packages/resource_management/libraries/functions/format.py", line 47, in format
    result_protected = self.vformat(format_string, args, all_params)
  File "/usr/lib64/python2.6/string.py", line 549, in vformat
    result = self._vformat(format_string, args, kwargs, used_args, 2)
  File "/usr/lib64/python2.6/string.py", line 582, in _vformat
    result.append(self.format_field(obj, format_spec))
  File "/usr/lib64/python2.6/string.py", line 599, in format_field
    return format(value, format_spec)
  File "/usr/lib/python2.6/site-packages/resource_management/libraries/script/config_dictionary.py", line 79, in __getattr__
    raise Fail("Configuration parameter '"+self.name+"' was not found in configurations dictionary!")
Fail: Configuration parameter 'smokeuser_principal_name' was not found in configurations dictionary!
{code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)