My Solr version is 7.2.0 and Java version: openjdk version "9-internal"
After I run bin/solr start
, it says this:
NOTE: Please install lsof as this script needs it to determine if Solr is listening on port 8983
But I can't install lsof, because I don't have permission from my hosting provider.
However this message is shown:
Started Solr server on port 8983 (pid=1207). Happy searching!
When I try to access admin panel by mydomain.com:8983/solr/, browser cannot connect to the server.
So I suppose that Solr server isn't running even it writes "Happy searching" message, as it can't determine if Solr is listening on port 8983.
Is there any way how to solve lsof problem? But the second question is, why Solr server isn't running?