I am trying to set up Solr 8.11.1 on a new server that is running RHEL 8 along with Java 11 openjdk. I followed all of the steps listed in the Solr guide (https://solr.apache.org/guide/8_11/taking-solr-to-production.html)
I pretty much was able to follow the guide with no issue up until the part where it checks the progress (where I'm supposed to start solr). That's when I try to start Solr and see the error "java.lang.IllegalStateException: /opt/solr-8.11.1/server/NONE is not a valid keystore"..."Caused by: javax.servlet.UnavailableException: Error processing the request. CoreContainer is either not initialized or shutting down." I ran the install script that comes packaged with Solr and which the guide says to run. I kept all the default values. So I'm not sure why I'm getting this issue. The odd thing is that I was able to install Solr 7.7 with similar steps provided on Solr's site and got it to work with no issues. So only Solr 8 is not working for me. I've tried a few of the Solr 8.X versions, but all gave me the same error and the logs aren't providing any other relevant message besides the ones I mentioned above. Any ideas on why I'm getting it and how to resolve it? Thank you in advance!
