Debian - Solr doesn't start and log file is getting deleted

前端 未结 1 1385
慢半拍i
慢半拍i 2020-12-22 09:21

I just downloaded the newest version of Solr from http://www.eu.apache.org/dist/lucene/solr/5.3.1/solr-5.3.1.tgz

Then I unpacked it with tar zxvf solr-5.3.1.tgz

相关标签:
1条回答
  • 2020-12-22 09:59

    I don't think the log file is being deleted - it's probably just never created. Solr and Lucene 5.3 require Java 7, so if the Java6 VM is the JVM used for starting Solr - it's going to fail.

    You can use ./solr start -f to get Solr to run in the foreground to catch any errors, but if the logging sub system never starts, it might not do much good.

    0 讨论(0)
提交回复
热议问题