Return-Path: X-Original-To: apmail-incubator-cloudstack-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-cloudstack-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 20D2CE652 for ; Wed, 20 Feb 2013 06:25:14 +0000 (UTC) Received: (qmail 99563 invoked by uid 500); 20 Feb 2013 06:25:13 -0000 Delivered-To: apmail-incubator-cloudstack-dev-archive@incubator.apache.org Received: (qmail 99512 invoked by uid 500); 20 Feb 2013 06:25:12 -0000 Mailing-List: contact cloudstack-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cloudstack-dev@incubator.apache.org Delivered-To: mailing list cloudstack-dev@incubator.apache.org Received: (qmail 99478 invoked by uid 99); 20 Feb 2013 06:25:12 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Feb 2013 06:25:12 +0000 Date: Wed, 20 Feb 2013 06:25:12 +0000 (UTC) From: "Animesh Chaturvedi (JIRA)" To: cloudstack-dev@incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (CLOUDSTACK-1336) System VM ISO building broken 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/CLOUDSTACK-1336?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Animesh Chaturvedi updated CLOUDSTACK-1336: ------------------------------------------- Assignee: Alex Huang > System VM ISO building broken > ----------------------------- > > Key: CLOUDSTACK-1336 > URL: https://issues.apache.org/jira/browse/CLOUDSTACK-1336 > Project: CloudStack > Issue Type: Bug > Security Level: Public(Anyone can view this level - this is the default.) > Components: ISO > Affects Versions: 4.2.0 > Reporter: Dave Cahill > Assignee: Alex Huang > Fix For: 4.2.0 > > > Investigating a template download failure on my SSVM yesterday, I found this error: > root@s-1-VM:~# tail /var/log/cloud/cloud.out > 09:33:58,224 WARN Script:452 - Unable to find script listvmtmplt.sh > 09:33:58,231 WARN NfsSecondaryStorageResource:1577 - Caught problem while configuring DownloadManager > javax.naming.ConfigurationException: Unable to find the listvmtmplt.sh > at com.cloud.storage.template.DownloadManagerImpl.configure(DownloadManagerImpl.java:924) > at com.cloud.storage.resource.NfsSecondaryStorageResource.configure(NfsSecondaryStorageResource.java:1573) > at com.cloud.agent.Agent.(Agent.java:163) > at com.cloud.agent.AgentShell.launchAgent(AgentShell.java:544) > at com.cloud.agent.AgentShell.launchAgentFromClassInfo(AgentShell.java:499) > at com.cloud.agent.AgentShell.launchAgent(AgentShell.java:415) > at com.cloud.agent.AgentShell.start(AgentShell.java:574) > at com.cloud.agent.AgentShell.main(AgentShell.java:616) > 09:33:58,240 ERROR AgentShell:591 - Unable to start agent: Unable to configure NfsSecondaryStorageResource > listvmtmplt.sh wasn't present on the vm, so I checked my old systemvm.iso (listvmtmplt.sh was present in systemvm.zip) and new one (listvmtmplt.sh not present in systemvm.zip). Detailed logs / info below. > I did a fresh checkout of master, rebuilt, and again listvmtmplt.sh was not present. > Build command: > mvn -P developer,systemvm clean install > Comparison of systemvm.zip contents in systemvm.iso, old versus new: > http://pastebin.com/bhUit3kv -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira