I am receiving this error when provisioning a VM from vRA.
Error Message:
Error processing [PowerOn], error details:
[] - A general system error occurred: No connection could be made because the target machine actively refused it
Stack Trace:
at DynamicOps.Vrm.Agent.vSphere.VSphereTaskRequest`1.WaitForTaskToComplete(ManagedObjectReference taskMoRef, TimeSpan timeout)
at DynamicOps.Vrm.Agent.vSphere.VSphereTaskRequest`1.ExecuteImpl()
at DynamicOps.Vrm.Agent.vSphere.VSphereHypervisorServiceProvider.PowerOn(VSphereVirtualMachine machine)
at DynamicOps.Vrm.Agent.BaseHypervisorAgent`3.PowerOn(WorkItem workItem, PropertyBagHelper propertyBagHelper)
at DynamicOps.Vrm.Agent.BaseHypervisorAgent`3.ProcessWorkitem(WorkItem workItem, String task, PropertyBagHelper propertyBag)
at DynamicOps.Vrm.Agent.vSphere.VSphereAgentService.ProcessWorkitem(WorkItem workItem, String task, PropertyBagHelper propertyBag)
at DynamicOps.Vrm.Agent.BaseAgent.ProcessWorkitem(WorkItem workItem)
It was initially working fine and I was able to provision the VMs successfully. However, this error came after the Infra team renamed the clusters in the vCenter.
I am not sure if this error is related to vCenter changes?
From the vCenter, I can see that the VM has been provisioned (cloned) successfully. However, it is not able to POWER ON.
Error from vCenter:
Name | Target | Status |
Power On virtual machine | TMD004 | A general system error occurred: No connection could be made because the target machine actively refused it |
After this error, the vCenter will delete the VM.