"java.util.concurrent.CompletionException: com.vmware.photon.controller.model.adapters.vsphere.VsphereAdapterException: The connection with vAPI endpoint can not be established. Cause: null"
provisioning-service-app.log
2024-08-29T07:55:52.740Z WARN provisioning [host='provisioning-service-app-##########-#####' thread='xn-index-queries-4' user='provisioning-###########' org='#########-####-####-####-############' trace='########-####-####-####-############' parent='########-####-####-####-############' span='#########-####-####-####-############'] c.v.xenon.common.ServiceErrorResponse.create:85 - message: Failed to send enum request. Endpoint [/resources/endpoints/#########-####-####-####-############] is in SUSPENDED state., statusCode: 400, serverErrorId: ########-####-####-####-############: Caused by null
provisioning-service-app.log.#:1781:"message": "Failed to send enum request. Endpoint [/resources/endpoints/###########-####-####-####-############] is in SUSPENDED state.",
VMware Aria Automation 8.x
More than 10 consecutives connection failures to the endpoint due to expired vCenter password, vAPI Service issues or expired certificate.
If assistance with this procedure is desired, please open a support request and reference this KB article.
NOTE: Take a non-memory snapshot of all the vRA nodes, also be sure that there are known good backups to restore from.
# vracli dev psql provisioning-db
select document_self_link, name, custom_properties->>'consecutiveFailuresCount' as consecutiveFailuresCount, custom_properties->>'endpointHealthCheckState' as endpointHealthCheckState from endpoint_state;
UPDATE endpoint_state SET custom_properties = jsonb_set(custom_properties, ' {consecutiveFailuresCount}
', '0', true) WHERE document_self_link = '<DOCUMENT_SELF_LINK_VALUE>';
UPDATE endpoint_state SET custom_properties = jsonb_set(custom_properties, '
{endpointHealthCheckState}
', '"AVAILABLE"', true) WHERE document_self_link = '<DOCUMENT_SELF_LINK_VALUE>';
• Re-validate & save the cloud account and wait for the data collection cycle to start.
Example: