Page 1 of 1
LS error
Posted: Mon Jan 20, 2025 12:17 pm
by tryingtobeIT
Hi
Getting this LS error - screen shot attached. It is not refreshing. It has been sitting at this same screen for at least two minutes.
Re: LS error
Posted: Tue Jan 21, 2025 2:13 pm
by lgute
Hi
@tryingtobeIT,
Thanks for reaching out. Have you tried reloading the page manually? If that doesn't work, I would try removing
/waiting from the url and then hit the enter key.
If that does not work, please try the following and let us know what you get.
Code: Select all
systemctl start elasticsearch
ps aux | grep java
tail -n 50 /var/log/elasticsearch/*.log
curl -XGET 'http://localhost:9200'
java -version
which java
rpm -qa | grep java
cat /etc/*-release