# systemctl status loginsight
* loginsight.service - VMware Aria Operations for Logs
Loaded: loaded (/lib/systemd/system/loginsight.service; enabled; vendor preset: enabled)
Active: failed (Result: exit-code) since date; #min ago
Process: 1234 ExecStop=/usr/lib/loginsight/application/bin/loginsight stop (code=exited, status=0/SUCCESS)
Process: 1234 ExecStart=/usr/lib/loginsight/application/bin/loginsight start (code=exited, status=1/FAILURE)
Main PID: 1234 (code=exited, status=1/FAILURE)
# journalctl -u loginsight -e
systemd[1]: Started VMware Aria Operations for Logs.
loginsight[1234]: Traceback (most recent call last):
...
loginsight[1234]: self.config = StrataConfig(os.path.join(home, "application", "etc", "loginsight-config-base.xml"))
...
loginsight[1234]: xml.parsers.expat.ExpatError: not well-formed (invalid token): line 1, column 19
systemd[1]: loginsight.service: Main process exited, code=exited, status=1/FAILURE
systemd[1]: loginsight.service: Failed with result 'exit-code'.
VMware Aria Operations for Logs 8.x
The loginsight-config-base.xml file which is required for successful service start is corrupted.
systemctl stop loginsight
scp root@other-node:/usr/lib/loginsight/application/etc/loginsight-config-base.xml* /usr/lib/loginsight/application/etc/
Note: Replace other-node with the IP or FQDN of a working node in the cluster
systemctl start loginsight