Bugzilla – Bug 6416
erroneous error on recovery with terminations
Last modified: 2008-10-15 09:32:40
You need to log in before you can comment on or make changes to this bug.
When recovery after a container restart happens and a VM was meant to be terminated in the meantime, this error happens: ====== ERROR service.InstanceHome [ServiceThread-7,find:183] creatorID may not be null org.nimbustools.api.services.rm.ManageException: creatorID may not be null ====== This should not happen, there's an inconsistency in the object cache for the WSRF messaging layer because of the termination.
Committed: Fix for Bug #6392 Fix for Bug #6394 Fix for Bug #6416 Erroneous errors involving destruction coupled with status queries. All the same cause, missing removal step in the workspace service object cache manager.