This article provides steps to work around the issue when reverting to a snapshot in vCenter Server fails with This object has already been deleted or has not been completely created. error.
Symptoms:
- Reverting to a snapshot in vCenter Server fails with the error:
This object has already been deleted or has not been completely created.
- Unable to power on or migrate a cloned virtual machine
- In vCenter Server logs, you see entries similar to:
13421:[2011-03-08 09:50:53.257 02580 info 'App' opID=3DB842F7-0000013A] [VpxLRO] -- ERROR task-489263 -- vm-9273 -- vim.vm.Snapshot.revert: vmodl.fault.ManagedObjectNotFound:
13422-Result:
13423-(vmodl.fault.ManagedObjectNotFound) {
13424- dynamicType = <unset>,
13425- faultCause = (vmodl.MethodFault) null,
13426: obj = 'vim.vm.Snapshot:snapshot-133808',
13427- msg = "",
- In ESX logs, you see entries similar to:
[2011-03-08 09:50:47.127 F4F51B90 info 'Vmomi'] Throw vmodl.fault.ManagedObjectNotFound
[2011-03-08 09:50:47.127 F4F51B90 info 'Vmomi'] Result:
(vmodl.fault.ManagedObjectNotFound) {
dynamicType = <unset>,
faultCause = (vmodl.MethodFault) null,
obj = 'vim.vm.Snapshot:576-snapshot-4',
msg = "",
}
Note: The preceding log excerpts are only examples. Date, time, and environmental variables may vary depending on your environment.