/var/log/vmware/wcp/wcpsvc.log shows following error messages:
error wcp [kubelifecycle/pman_client.go:397] [opID=XXXXXXXXX:Enable:domain-cXX] supervisor content is being processed
error wcp [content/catalog.go:863] [opID=XXXXXXXXX:Enable:domain-cXX] catalog is not ready
error wcp [kubelifecycle/kube_instance.go:3129] [opID=XXXXXXXXX:Enable:domain-cXX] unable to find desired version <version> image info. err: supervisor content is being processed
error wcp [kubelifecycle/kube_instance.go:3148] [opID=XXXXXXXXX:Enable:domain-cXX] Unable to find image info of desired version: <version> error: supervisor content is being processed
error wcp [kubelifecycle/pman_client.go:435] [opID=XXXXXXXXX:Enable:domain-cXX] unable to import depot and set solution err: supervisor content is being processed
error wcp [kubelifecycle/pman_client.go:397] [opID=XXXXXXXXX:Enable:domain-cXX] supervisor content is being processed
VMware Cloud Foundation 9.0.0 and 9.0.1
The VMware engineering team is already aware of this situation and the issue will be fixed in future releases
ssh root@<vc-ip>sudo -u wcp /opt/vmware/vpostgres/current/bin/psql --username wcpuser --dbname VCDB --host /var/run/vpostgresSELECT * FROM supervisor_content_source_configs;VCDB=> select * from supervisor_content_source_configs;
id | library | status | state | phase |
messages
| create_timestamp | last_update_timestamp
----+--------------------------------------+--------+-------+-------+---------------------------------------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------------------------------------------+------------------+-----------------------
XX | XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX | ERROR | APPLY | ERROR | [{"Message": {"Id": "vcenter.wcp.content.library.processing.error", "Args": ["XXXXXXXXXXXXXXXXXXXXXXXXXX", "malformed Supervisor O
VF template name "], "Params": null, "Localized": null, "DefaultMessage": "Error processing Content Library XXXXXXXXXXXXX
, Error: malformed Supervisor OVF template name "}, "Severity": "ERROR"}] | timestamp | timestamp (1 row)
DELETE FROM supervisor_content_source_configs WHERE id=XX;exit vmon-cli --restart wcpYou should now be able to access the Supervisor Management page.