InternalError: Data serialization error
[ERROR]: org.springframework.dao.InvalidDataAccessApiUsageException: Unknown name value [DELETE] for enum class [com.vmware.vcac.catalog.domain.enumeration.ResourceStatus]; nested exception is java.lang.IllegalArgumentException: Unknown name value [DELETE] for enum class [com.vmware.vcac.catalog.domain.enumeration.ResourceStatus]vRealize Automation 7.x
The issue can occurr when a deployment or Virtual machine has its status column in the cat_resource table of the postgres database set to an invalid value.
For instance in the example error message above the value 'DELETE' was in the status column instead of the correct value 'DELETED'.
Typically this issue occurrs after manual manipulation of the database so please advise caution and review any procedures or processes in place that may be responsible.
A database review is necessary to resolve this matter. Please reach out to Broadcom Support for further assistance.