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 3858D180FD for ; Tue, 7 Jul 2015 21:10:06 +0000 (UTC) Received: (qmail 23234 invoked by uid 500); 7 Jul 2015 21:10:06 -0000 Delivered-To: apmail-ambari-dev-archive@ambari.apache.org Received: (qmail 23207 invoked by uid 500); 7 Jul 2015 21:10:06 -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 23193 invoked by uid 99); 7 Jul 2015 21:10:06 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Jul 2015 21:10:06 +0000 Date: Tue, 7 Jul 2015 21:10:06 +0000 (UTC) From: "Hudson (JIRA)" To: dev@ambari.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (AMBARI-12278) Pre RU - install failed and attempts to re-install continue to fail 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-12278?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14617424#comment-14617424 ] Hudson commented on AMBARI-12278: --------------------------------- ABORTED: Integrated in Ambari-branch-2.1 #179 (See [https://builds.apache.org/job/Ambari-branch-2.1/179/]) AMBARI-12278. Pre RU - install failed and attempts to re-install continue to fail (dlysnichenko) (dlysnichenko: http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=069a34cedf035cbfd5a6ace0f2a113c69f60a5ec) * ambari-server/src/test/python/custom_actions/TestInstallPackages.py * ambari-server/src/main/resources/custom_actions/scripts/install_packages.py * ambari-common/src/main/python/resource_management/libraries/functions/hdp_select.py * ambari-common/src/main/python/resource_management/libraries/functions/repo_version_history.py > Pre RU - install failed and attempts to re-install continue to fail > ------------------------------------------------------------------- > > Key: AMBARI-12278 > URL: https://issues.apache.org/jira/browse/AMBARI-12278 > Project: Ambari > Issue Type: Bug > Components: ambari-server > Reporter: Dmitry Lysnichenko > Assignee: Dmitry Lysnichenko > Fix For: 2.1.0 > > Attachments: AMBARI-12278.2.patch, AMBARI-12278.3.patch, AMBARI-12278.patch > > > This is the error I see: > {code} > 2015-07-01 08:07:10,323 - Failure while computing actual version. Error: Could not determine actual version. This stack's root directory (/usr/hdp) exists but was not able to determine the actual repository version installed. Try reinstalling packages again. > Traceback (most recent call last): > File "/var/lib/ambari-agent/cache/custom_actions/scripts/install_packages.py", line 299, in install_packages > self.compute_actual_version() > File "/var/lib/ambari-agent/cache/custom_actions/scripts/install_packages.py", line 254, in compute_actual_version > raise Fail(msg) > Fail: Could not determine actual version. This stack's root directory (/usr/hdp) exists but was not able to determine the actual repository version installed. Try reinstalling packages again. > Traceback (most recent call last): > File "/var/lib/ambari-agent/cache/custom_actions/scripts/install_packages.py", line 367, in > InstallPackages().execute() > File "/usr/lib/python2.6/site-packages/resource_management/libraries/script/script.py", line 216, in execute > method(env) > File "/var/lib/ambari-agent/cache/custom_actions/scripts/install_packages.py", line 154, in actionexecute > raise Fail("Failed to distribute repositories/install packages") > resource_management.core.exceptions.Fail: Failed to distribute repositories/install packages > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)