When attempting to access the VMware Identity Manager (vIDM) or Aria products you encounter the following error:
Identity Manager encountered an error.
Contact your admin and provide the information displayed below.
Message
An unexpected error occurred. If this error persists, please contact your administrator.
Error Code 500
In the System Diagnostics dashboard, the Clocks section shows a warning state, indicating one or more nodes are not synchronized with the cluster.
VMware Identity Manager 3.3.7This issue occurs when the systemd-timesyncd service interferes with time synchronization or when the clock drift between nodes exceeds the allowable threshold for cluster operations.
Complete the following steps on all Identity Manager nodes simultaneously to ensure synchronization:
systemd-timesyncd service to prevent conflicts:
systemctl stop systemd-timesyncd && systemctl disable systemd-timesyncd
ntpd service:
systemctl start ntpd
date
systemctl stop ntpd
ntpdate -u <NTP_IP_OR_FQDN>
systemctl start ntpd