This repository has been archived by the owner on Jul 1, 2021. It is now read-only.
RbVmomi deserialization fails on managed object type ContentLibrary
#205
Labels
ContentLibrary
#205
Describe the bug
Running a simple WaitForUpdates event catcher (watching latestPage from the eventManager) [ref] and observed an exception when a scheduled "Sync Library" task ran. When we caught this event an exception was raised by deserialization because it couldn't find the
ContentLibrary
type. Further investigation shows that there was a task with anentity
ofManagedObjectReference:ContentLibrary clib-2895
To Reproduce
Steps to reproduce the behavior:
vim.serviceContent.taskManager.recentTask.first.info
Expected behavior
Given that
ContentLibrary
isn't a registeredManagedEntity
in the Managed Object Types I expect this is one of those special types that has to be merged into the vmodl.dbScreenshots
![Screenshot from 2020-12-07 15-12-10](https://user-images.githubusercontent.com/12851112/101400486-fcab3900-389e-11eb-879f-213653140e4f.png)
The task in the vSphere client:
TaskInfo from the MOB:
![Screenshot from 2020-12-07 15-07-15](https://user-images.githubusercontent.com/12851112/101400592-219fac00-389f-11eb-9862-fef1fa076e16.png)
Platform:
The text was updated successfully, but these errors were encountered: