Return-Path: X-Original-To: apmail-cloudstack-issues-archive@www.apache.org Delivered-To: apmail-cloudstack-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 3A74710B55 for ; Thu, 29 Aug 2013 05:42:54 +0000 (UTC) Received: (qmail 54619 invoked by uid 500); 29 Aug 2013 05:42:53 -0000 Delivered-To: apmail-cloudstack-issues-archive@cloudstack.apache.org Received: (qmail 54556 invoked by uid 500); 29 Aug 2013 05:42:52 -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 54540 invoked by uid 500); 29 Aug 2013 05:42:52 -0000 Delivered-To: apmail-incubator-cloudstack-issues@incubator.apache.org Received: (qmail 54536 invoked by uid 99); 29 Aug 2013 05:42:51 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 Aug 2013 05:42:51 +0000 Date: Thu, 29 Aug 2013 05:42:51 +0000 (UTC) From: "Kelven Yang (JIRA)" To: cloudstack-issues@incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CLOUDSTACK-4546) [Vmware] - Unable to deploy guest VM 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-4546?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13753329#comment-13753329 ] Kelven Yang commented on CLOUDSTACK-4546: ----------------------------------------- I looked at the log and checked the NFS directory template/tmpl/1/7/ec126276-4909-33fe-9044-ba52f1e1d1b6.ova in the secondary storage is corrupted. > [Vmware] - Unable to deploy guest VM > ------------------------------------ > > Key: CLOUDSTACK-4546 > URL: https://issues.apache.org/jira/browse/CLOUDSTACK-4546 > Project: CloudStack > Issue Type: Bug > Security Level: Public(Anyone can view this level - this is the default.) > Components: Management Server > Affects Versions: 4.2.1 > Environment: MS 10.223.195.52 build 554 > host ESXi 5.0 > Vcenter DC d1 c1 host1 > Reporter: angeline shen > Priority: Blocker > Fix For: 4.2.1 > > Attachments: management-server.log.gz > > > 1. advance zone. After guest VM template downloaded, unable to deploy guest VM: > 2013-08-28 17:02:09,697 DEBUG [agent.manager.AgentAttache] (AgentManager-Handler-9:null) Seq 2-390135955: No more commands found > 2013-08-28 17:02:09,706 INFO [storage.volume.VolumeServiceImpl] (Job-Executor-16:job-16 = [ fadabfa8-3d60-4d6f-9016-4e430107faff ]) releasing lock for VMTemplateStoragePool 5 > 2013-08-28 17:02:09,706 WARN [utils.db.Merovingian2] (Job-Executor-16:job-16 = [ fadabfa8-3d60-4d6f-9016-4e430107faff ]) Was unable to find lock for the key template_spool_ref5 and thread id 1874961927 > 2013-08-28 17:02:09,706 DEBUG [cloud.storage.VolumeManagerImpl] (Job-Executor-16:job-16 = [ fadabfa8-3d60-4d6f-9016-4e430107faff ]) Unable to create Vol[7|vm=6|ROOT]:Unable to copy template to primary storage due to exception:Exception: javax.xml.ws.soap.SOAPFaultException > Message: > Error returned by expat parser: not well-formed (invalid token) > while parsing serialized value of type string > at line 1, column 189 > while parsing call information for method CreateImportSpec > at line 1, column 110 > while parsing SOAP body > at line 1, column 102 > while parsing SOAP envelope > at line 1, column 38 > while parsing HTTP request for method createImportSpec > on object of type vim.OvfManager > at line 1, column 0 > 2013-08-28 17:02:09,706 INFO [cloud.vm.VirtualMachineManagerImpl] (Job-Executor-16:job-16 = [ fadabfa8-3d60-4d6f-9016-4e430107faff ]) Unable to contact resource. > com.cloud.exception.StorageUnavailableException: Resource [StoragePool:3] is unreachable: Unable to create Vol[7|vm=6|ROOT]:Unable to copy template to primary storage due to exception:Exception: javax.xml.ws.soap.SOAPFaultException > Message: > Error returned by expat parser: not well-formed (invalid token) > while parsing serialized value of type string > at line 1, column 189 > while parsing call information for method CreateImportSpec > at line 1, column 110 > while parsing SOAP body > at line 1, column 102 > while parsing SOAP envelope > at line 1, column 38 > while parsing HTTP request for method createImportSpec > on object of type vim.OvfManager > at line 1, column 0 > at com.cloud.storage.VolumeManagerImpl.recreateVolume(VolumeManagerImpl.java:2534) > at com.cloud.storage.VolumeManagerImpl.prepare(VolumeManagerImpl.java:2582) > at com.cloud.vm.VirtualMachineManagerImpl.advanceStart(VirtualMachineManagerImpl.java:888) > at com.cloud.vm.VirtualMachineManagerImpl.start(VirtualMachineManagerImpl.java:578) > at org.apache.cloudstack.engine.cloud.entity.api.VMEntityManagerImpl.deployVirtualMachine(VMEntityManagerImpl.java:227) > at org.apache.cloudstack.engine.cloud.entity.api.VirtualMachineEntityImpl.deploy(VirtualMachineEntityImpl.java:209) > at com.cloud.vm.UserVmManagerImpl.startVirtualMachine(UserVmManagerImpl.java:3406) > at com.cloud.vm.UserVmManagerImpl.startVirtualMachine(UserVmManagerImpl.java:2966) > at com.cloud.vm.UserVmManagerImpl.startVirtualMachine(UserVmManagerImpl.java:2952) > at com.cloud.utils.component.ComponentInstantiationPostProcessor$InterceptorDispatcher.intercept(ComponentInstantiationPostProcessor.java:125) > at org.apache.cloudstack.api.command.user.vm.DeployVMCmd.execute(DeployVMCmd.java:420) > at com.cloud.api.ApiDispatcher.dispatch(ApiDispatcher.java:158) > at com.cloud.async.AsyncJobManagerImpl$1.run(AsyncJobManagerImpl.java:531) > at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471) > at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334) > at java.util.concurrent.FutureTask.run(FutureTask.java:166) > at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110) > at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) > at java.lang.Thread.run(Thread.java:679) > 2013-08-28 17:02:09,710 DEBUG [cloud.vm.VirtualMachineManagerImpl] (Job-Executor-16:job-16 = [ fadabfa8-3d60-4d6f-9016-4e430107faff ]) Cleaning up resources for the vm VM[User|0f23e751-453f-4bfa-b1f3-f9cf9bc62ef7] in Starting state > 2013-08-28 17:02:09,712 DEBUG [agent.transport.Request] (Job-Executor-16:job-16 = [ fadabfa8-3d60-4d6f-9016-4e430107faff ]) Seq 1-2118517001: Sending { Cmd , MgmtId: 7343890761426, via: 1, Ver: v1, Flags: 100111, [{"com.cloud.agent.api.StopCommand":{"isProxy":false,"executeInSequence":true,"vmName":"i-2-6-VM","wait":0}}] } > 2013-08-28 17:02:09,712 DEBUG [agent.transport.Request] (Job-Executor-16:job-16 = [ fadabfa8-3d60-4d6f-9016-4e430107faff ]) Seq 1-2118517001: Executing: { Cmd , MgmtId: 7343890761426, via: 1, Ver: v1, Flags: 100111, [{"com.cloud.agent.api.StopCommand":{"isProxy":false,"executeInSequence":true,"vmName":"i-2-6-VM","wait":0}}] } > 2013-08-28 17:02:09,712 DEBUG [agent.manager.DirectAgentAttache] (DirectAgent-47:null) Seq 1-2118517001: Executing request > 2013-08-28 17:02:09,712 INFO [vmware.resource.VmwareResource] (DirectAgent-47:10.223.51.3) Executing resource StopCommand: {"isProxy":false,"executeInSequence":true,"vmName":"i-2-6-VM","wait":0} > 2013-08-28 17:02:09,712 DEBUG [vmware.mo.HostMO] (DirectAgent-47:10.223.51.3) find VM i-2-6-VM on host > 2013-08-28 17:02:09,712 INFO [vmware.mo.HostMO] (DirectAgent-47:10.223.51.3) VM i-2-6-VM not found in host cache > 2013-08-28 17:02:09,712 DEBUG [vmware.mo.HostMO] (DirectAgent-47:10.223.51.3) load VM cache on host > 2013-08-28 17:02:09,773 INFO [vmware.resource.VmwareResource] (DirectAgent-47:10.223.51.3) VM i-2-6-VM is no longer in vSphere > 2013-08-28 17:02:09,773 DEBUG [agent.manager.DirectAgentAttache] (DirectAgent-47:null) Seq 1-2118517001: Response Received: > 2013-08-28 17:02:09,774 DEBUG [agent.transport.Request] (DirectAgent-47:null) Seq 1-2118517001: Processing: { Ans: , MgmtId: 7343890761426, via -- 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