ERROR identity-service [host='identity-service-app-xxxxxxxxxx-xxxxx' thread='reactor-http-epoll- 4' user='' org='' trace='xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx'] c.v.i.common.util.HealthUtilComponent.onErrorMarkDown:70 - nested exception is java.nio.channels.UnresolvedAddressException
Aria Automation 8.18.x
This issue occurs when the identity-service-app pod fails to resolve or establish connectivity with the vIDM. This typically indicates a DNS resolution failure or network connectivity issue between the pod and the vIDM endpoint.
Step 1: Validate Pod and Service Status
kubectl -n prelude get podsStep 2: Access the Identity-service-app Pod
kubectl -n prelude exec -it <identity-service-pod-name> -- bashStep 3: Check Connectivity to vIDM
curl -k https://<vIDM-url>/SAAS/API/1.0/REST/system/health/heartbeatcurl: (6) Could not resolve host: <vIDM-url>Step 4: Troubleshoot DNS/Network
If the issue persists after validating all the steps mentioned above, please proceed to re-register the Identity Manager in Suite Lifecycle Manager.