"Nothing to start" when trying to start Apache Solr "Nothing to start" when trying to start Apache Solr apache apache

"Nothing to start" when trying to start Apache Solr


According to http://lucene.apache.org/solr/quickstart.html the command to start Solr 5.2.1 is

bin/solr start -e cloud -noprompt

The reference to start.jar is from an older tutorial to a start.jar in the examples folder.


Add --module=http parameter.

Like this: $ java -jar start.jar --module=http

bin/solr does exactly that, except it shows complete disrespect for Linux Standard Base (LSB). I would not recommend to use it.