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 64EAE200B7C for ; Thu, 8 Sep 2016 16:00:34 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 63BB7160AD0; Thu, 8 Sep 2016 14:00:34 +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 AB22B160AA5 for ; Thu, 8 Sep 2016 16:00:33 +0200 (CEST) Received: (qmail 41206 invoked by uid 500); 8 Sep 2016 14:00:32 -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 41177 invoked by uid 500); 8 Sep 2016 14:00:32 -0000 Delivered-To: apmail-incubator-cloudstack-issues@incubator.apache.org Received: (qmail 41173 invoked by uid 99); 8 Sep 2016 14:00:32 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 Sep 2016 14:00:32 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id A32502C1B7F for ; Thu, 8 Sep 2016 14:00:32 +0000 (UTC) Date: Thu, 8 Sep 2016 14:00:32 +0000 (UTC) From: "Dominic Blais (JIRA)" To: cloudstack-issues@incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CLOUDSTACK-9347) SS VM agent fails to start due to Java error (clone from #8234) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Thu, 08 Sep 2016 14:00:34 -0000 [ https://issues.apache.org/jira/browse/CLOUDSTACK-9347?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15473939#comment-15473939 ] Dominic Blais commented on CLOUDSTACK-9347: ------------------------------------------- I found out the management server package is non-oss while the agents are oss... or the other way around?! I fixed the issue by creating packages from sources (All oss). -- Dominic Blais > SS VM agent fails to start due to Java error (clone from #8234) > ---------------------------------------------------------------- > > Key: CLOUDSTACK-9347 > URL: https://issues.apache.org/jira/browse/CLOUDSTACK-9347 > Project: CloudStack > Issue Type: Bug > Security Level: Public(Anyone can view this level - this is the default.) > Components: SystemVM > Affects Versions: 4.5.0 > Environment: CentOS 6, KVM > Reporter: Dominic Blais > Priority: Critical > Labels: secondary_storage, ssvm > > After an upgrade from 4.4.2 everything appears to go smoothly except the SSVM agent which fails to start: > From the VM's /var/log/cloud.log: > ERROR [cloud.agent.AgentShell] (main:null) Unable to start agent: Resource class not found: com.cloud.storage.resource.PremiumSecondaryStorageResource due to: java.lang.ClassNotFoundException: com.cloud.storage.resource.PremiumSecondaryStorageResource > More here http://fpaste.org/183058/34269811/raw/ > Java is installed: > root@s-386-VM:~# dpkg -l| grep jre > ii openjdk-7-jre-headless:amd64 7u75-2.5.4-1~deb7u1 amd64 OpenJDK Java runtime, using Hotspot JIT (headless) > The HV and management servers are also on openjdk 7 (1.7.0) from CentOS 6 stock. -- This message was sent by Atlassian JIRA (v6.3.4#6332)