Hi Experts,
I am unable to complete the Recompose task and it halts with the following error in viewcomposer.log. I can resume the task and it will run for some time and report the same error again shortly after recomposing few VMs.
2013-11-15 05:29:40,393 | VC thread | | FATAL | CommonLib.VcSubsystem.LroVcTask - Got VcFault: VMware.Sim.CommonLib.Exception.SimVcSubsystemException: Another task is already in progress. ---> System.Web.Services.Protocols.SoapException: Another task is already in progress. |
…
2013-11-15 05:29:40,409 | WFE thread 13 | FATAL | ServiceCore.WorkflowEngine.ResyncSingleCloneTask - Action VMware.Sim.ServiceCore.Action.ReconfigVmAction failed. Task 5e9eb5ec-2ebe-4b84-bbbd-18c7cfe2eaa4 finished in Failed state.
When I look at the vSphere client I see that error "Another task is already in progress" is reported for the Reconfigure Virtual Machine task for one of the VMs in the pool. On looking at the hostd.log for the ESXi host is seems that though the VM is powered off for some reason View Composer keeps re-trying to power off the VM which results in error "The attempted operation cannot be performed in the current state (Powered off)."
In the vCenter server logs during the same time stamp a backtrace is reported
2013-11-15T05:29:39.631-05:00 [07228 error 'vmprovvpxdVmprovUtil' opID=f526e4e4] [VpxdVmprovUtil] Unexpected exception received during reconfigure
2013-11-15T05:29:39.631-05:00 [06660 trivia 'vmomi.soapStub[316]'] Request completed [class Vmacore::Http::UserAgentImpl::AsyncSendRequestHelper:000000003D50B5B8]
2013-11-15T05:29:39.631-05:00 [07228 verbose 'commonvpxTaskInfo' opID=f526e4e4] [TaskInfoListener::~TaskInfoListener] Connection number = 5627
2013-11-15T05:29:39.631-05:00 [07228 verbose 'commonvpxTaskInfo' opID=f526e4e4] [TaskInfoPublisher::DecListeners] host:[host-2259] listeners: 6
2013-11-15T05:29:39.631-05:00 [07228 error 'VmProv' opID=f526e4e4 opName=create vmName=vm-11-1186] Unexpected exception (vim.fault.TaskInProgress) while reconfiguring VM. Aborting.
2013-11-15T05:29:39.631-05:00 [07228 error 'VmProv' opID=f526e4e4 opName=create vmName=vm-11-1186] Backtrace: backtrace[00] rip 000000018018977a
--> backtrace[01] rip 0000000180100c98
--> backtrace[02] rip 0000000180101fae
--> backtrace[03] rip 000000018008aeab
--> backtrace[04] rip
.
I don't see any resource contention with the ESXi hosts or VC/DB/AD/View Composer/Connection server VMs. Can you please help me fix this error?
Thanks.