[ ########-####-####-####-############ ] Internal Server Error- class com.vmware.ssdc.val.types.StoragePodVALRef cannot be cast to class com.vmware.ssdc.val.types.DatastoreVALRef (com.vmware.ssdc.val.types.StoragePodVALRef and com.vmware.ssdc.val.types.DatastoreVALRef are in unnamed module of loader java.net.FactoryURLClassLoader @50f8360d)
VCF Automation 9.0
This is caused if the storage policy used to create VCFA content library has storage pods instead of normal datastores
sudo su rootkubectl get pods -n prelude | grep tenant-managerkubectl exec -it vcfapostgres-0 -n prelude -- /bin/bash
psql -U postgres tenantmanager
select * from catalog; --> This will list all the content libraries visible in the UIupdate catalog set status = 'FAILED' where status = 'NOT_READY'; --> This will update all the content libraries where the status is NOT READYNote: Optionally, you can select the option force delete box and delete the content library.