Issue
I am trying to install Solr 5.3.1 on a server that runs Debian Wheezy 7.9
I ran the install script install_solr_service.sh
but can't start the solr server.
When using solr start
it waits the 30 seconds and then prints:
Still not seeing Solr listening on 8983 after 30 seconds!
tail: cannot open `/opt/solr/server/logs/solr.log' for reading: No such file or directory
When I create the missing log file, the first thing solr start
does is to delete it.
I've tried creating the file with the same permissions and owner/group as the rest of the solr installation, no success.
I've tried starting slr on both ports 8080
and 8983
, no success.
Any Idea?
Solution
As Clemens mentioned in comments, the solution was to simply update java.
Answered By - Barthy