I don't know why this script worked on CentOS, but it did.
Also I managed to make it work with uncommenting following two lines:
SOLR_SSL_TRUST_STORE=/opt/solr/server/etc/solr-ssl.keystore.jks
SOLR_SSL_TRUST_STORE_PASSWORD=[password]
I don't know where did I find that these need to be uncommente
Hi,
AFAICT the Solr 5.5.4 install_solr_service.sh doesn’t support Centos (support
was added in 6.3: SOLR-9475). How did you make it work?
I’m guessing there are permissions problems in your installation directory,
such that the account being used to start Solr doesn’t have execute and/or read