Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 36430200B79 for ; Tue, 23 Aug 2016 14:32:23 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 34EF5160AA5; Tue, 23 Aug 2016 12:32:23 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 79F60160AAD for ; Tue, 23 Aug 2016 14:32:22 +0200 (CEST) Received: (qmail 24711 invoked by uid 500); 23 Aug 2016 12:32:20 -0000 Mailing-List: contact issues-help@cloudstack.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cloudstack.apache.org Delivered-To: mailing list issues@cloudstack.apache.org Received: (qmail 24489 invoked by uid 500); 23 Aug 2016 12:32:20 -0000 Delivered-To: apmail-incubator-cloudstack-issues@incubator.apache.org Received: (qmail 24447 invoked by uid 99); 23 Aug 2016 12:32:20 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 23 Aug 2016 12:32:20 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 9F6692C015F for ; Tue, 23 Aug 2016 12:32:20 +0000 (UTC) Date: Tue, 23 Aug 2016 12:32:20 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: cloudstack-issues@incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CLOUDSTACK-9467) Fresh installation of cloudstack-usage server fails MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Tue, 23 Aug 2016 12:32:23 -0000 [ https://issues.apache.org/jira/browse/CLOUDSTACK-9467?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15432708#comment-15432708 ] ASF GitHub Bot commented on CLOUDSTACK-9467: -------------------------------------------- Github user blueorangutan commented on the issue: https://github.com/apache/cloudstack/pull/1657 @rhtyd a Trillian-Jenkins test job (centos6 mgmt + vmware-55u3) has been kicked to run smoke tests against packages at http://packages.shapeblue.com/cloudstack/pr/1657 > Fresh installation of cloudstack-usage server fails > --------------------------------------------------- > > Key: CLOUDSTACK-9467 > URL: https://issues.apache.org/jira/browse/CLOUDSTACK-9467 > Project: CloudStack > Issue Type: Bug > Security Level: Public(Anyone can view this level - this is the default.) > Reporter: Rohit Yadav > Assignee: Rohit Yadav > Priority: Blocker > Fix For: 4.10.0, 4.9.1, 4.8.2 > > > On fresh installation of cloudstack, the key file is not symlinked to the /etc/cloudstack/management/key file causing the usage server to fail to start: > Caused by: com.cloud.utils.exception.CloudRuntimeException: key File containing secret key not found in the classpath: > at com.cloud.utils.crypt.EncryptionSecretKeyChecker.check(EncryptionSecretKeyChecker.java:83) > at com.cloud.utils.db.DbProperties.getDbProperties(DbProperties.java:80) > at com.cloud.utils.db.TransactionLegacy.(TransactionLegacy.java:999) > The fix is to add a symlink. -- This message was sent by Atlassian JIRA (v6.3.4#6332)