Accessing the Dashboard > Overview page errors with "Failed to download field. The list of fields is incomplete".
Runtime logs indicate an issue with the Truststore:
["SslCertificateManagerScheduler-thread-1"/###.###.###.### ERROR] [com.vmware.loginsight.database.dao.CACertificateDO] [Unable to get alias of certificate. no data in keystore stream]
["SslCertificateManagerScheduler-thread-1"/###.###.###.### ERROR] [com.vmware.loginsight.database.dao.CACertificateDO] [Unable to get custom CA certificates after checkAndRestoreTruststore was called. no data in keystore stream]
["SslCertificateManagerScheduler-thread-1"/###.###.###.### ERROR] [com.vmware.loginsight.commons.security.UrlConnectionManager] [Failed to create trust manager]
java.security.KeyStoreException: Failed to load default trust store
Aria Operations for Logs 8.18.x
The truststore may be corrupted on the node in Aria Operations for Logs.
Copy the truststore from a working Aria Operations for Logs node:
Log into the broken node as root:
cd /usr/java/jre-vmware/lib/security
mv cacerts cacerts.bad.backup
scp root@<IP of working node>:/usr/java/jre-vmware/lib/security/cacerts .