DEBUG q-452067:h5ui-getProperties:urn:vapi:com.vmware.content.Library:89f75fe5-f844-###:f0fa7528-####:ContentLibrarySpecificCapabilitiesPropertyProviderAdapter:2199288-4no34-h5:70456787 | tomcat-http-42 | ApiMethodSkeleton | Method com.vmware.cont |ent.library.subscriptions.get threw an exception
com.vmware.vapi.std.errors.NotFound: NotFound (com.vmware.vapi.std.errors.not_found) => {
messages = [LocalizableMessage (com.vmware.vapi.std.localizable_message) => {
id = com.vmware.vdcs.cls-main.validate_id_not_found,
defaultMessage = ID DummySubscription of resource type [com.vmware.content.library.Subscriptions] not found.,
args = [DummySubscription, com.vmware.content.library.Subscriptions],
vCenter 8.x
This issue occurs when the Content Library metadata becomes orphaned or references a non-existent subscription ID. This is most common after a vCenter Server has been recreated, restored from a backup that predates the library creation, or when there is a mismatch between the vCenter database (VCDB) and the Content Library service's internal state. The service attempts to look up a subscription record named "DummySubscription" which does not exist in the current database.
To resolve this issue, the stale metadata must be purged by recreating the subscribed library.
service-control --restart vmware-content-libraryIf the issue persists after following the steps mentioned, please contact Broadcom Technical Support for further assistance.
Reference: Creating and managing Broadcom cases
The Subscriber vCenter would show a similar error on /var/log/vmware/content-library/cls.log
ContentLibrarySpecificCapabilitiesPropertyProviderAdapter:7048910-4o66a-h5:##### | tomcat-http-37 | ApiMethodSkeleton | Method implementation threw a VMODL2 error com.vmware.vapi.std.errors.NotFound: NotFound (com.vmware.vapi.std.errors.not_found) => { messages = [LocalizableMessage (com.vmware.vapi.std.localizable_message) => { id = com.vmware.vdcs.cls-main.validate_id_not_found, defaultMessage = ID DummySubscription of resource type [com.vmware.content.library.Subscriptions] not found., args = [DummySubscription, com.vmware.content.library.Subscriptions], params = , localized = }], data = , errorType = NOT_FOUND }