Return-Path: X-Original-To: apmail-ambari-dev-archive@www.apache.org Delivered-To: apmail-ambari-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 0DFD6105BD for ; Thu, 14 May 2015 12:34:00 +0000 (UTC) Received: (qmail 11095 invoked by uid 500); 14 May 2015 12:33:59 -0000 Delivered-To: apmail-ambari-dev-archive@ambari.apache.org Received: (qmail 11062 invoked by uid 500); 14 May 2015 12:33:59 -0000 Mailing-List: contact dev-help@ambari.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ambari.apache.org Delivered-To: mailing list dev@ambari.apache.org Received: (qmail 11050 invoked by uid 99); 14 May 2015 12:33:59 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 14 May 2015 12:33:59 +0000 Date: Thu, 14 May 2015 12:33:59 +0000 (UTC) From: "Andrii Babiichuk (JIRA)" To: dev@ambari.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (AMBARI-11127) Failed to install Ranger KMS MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/AMBARI-11127?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14543604#comment-14543604 ] Andrii Babiichuk commented on AMBARI-11127: ------------------------------------------- +1 fot the patch > Failed to install Ranger KMS > ---------------------------- > > Key: AMBARI-11127 > URL: https://issues.apache.org/jira/browse/AMBARI-11127 > Project: Ambari > Issue Type: Bug > Components: ambari-web > Affects Versions: 2.1.0 > Reporter: Aleksandr Kovalenko > Assignee: Aleksandr Kovalenko > Priority: Critical > Fix For: 2.1.0 > > Attachments: AMBARI-11127.patch > > > {code} > 2015-05-13 20:15:58,078 - Error while executing command 'install': > Traceback (most recent call last): > File "/usr/lib/python2.6/site-packages/resource_management/libraries/script/script.py", line 214, in execute > method(env) > File "/var/lib/ambari-agent/cache/common-services/RANGER_KMS/0.5.0.2.3/package/scripts/kms_server.py", line 33, in install > self.configure(env) > File "/var/lib/ambari-agent/cache/common-services/RANGER_KMS/0.5.0.2.3/package/scripts/kms_server.py", line 52, in configure > import params > File "/var/lib/ambari-agent/cache/common-services/RANGER_KMS/0.5.0.2.3/package/scripts/params.py", line 50, in > has_ranger_admin = len(ranger_admin_hosts) > 0 > 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 'ranger_admin_hosts' was not found in configurations dictionary! > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)