Cassandra and Loginsight services are running, however Ui will not load
Following error is encountered in the /var/log/vmware/loginsight/ui-runtime.log:
Aria Operations For Logs 8.18.x
This issue is caused by an incorrect entry in config.xml file,specifically one that is missing the closing </config> tag. The file in question is identified by its version number, for example, version #152.
Note: Valid snapshot of all the nodes is mandatory
Resolution Steps:
Access the Appliance:
SSH into the problematic Aria Operations for Logs node.
Navigate to the Configuration File Directory:
Go to the following directory:
Identify the Configuration File:
Look for the configuration file corresponding to the version mentioned in the logs (e.g., config-150.xml).
Review the File for Syntax Issues:
Check the file for any syntax issues, especially for an unmatched <config> tag, as indicated by the error message.
Compare with Working Configuration Files:
In the same directory, locate other working configuration files that don’t show this error. Compare the problematic file with a working one using the vimdiff command:
Use this command to compare the problematic XML file with other configuration files in the same directory.
Replace the Problematic File:
After identifying the issue, replace the problematic file with an older, working version.
Once replaced, copy the file and use WinSCP to push it across all nodes in the cluster.
Apply the Changes:
Ensure the corrected configuration file is applied across all nodes in your Aria Operations for Logs setup.
Restart the Cassandra Service:
After applying the changes, restart the Cassandra service on all nodes.
Verify the Fix:
Check the logs to confirm the error no longer appears, and ensure the Cassandra service is running without any issues.