Dave Cahill created CLOUDSTACK-1336: ---------------------------------------
Summary: 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 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.<init>(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