Cannot stop Solr 6 on server

cancel
Showing results for 
Search instead for 
Did you mean: 
Scorpios
Customer

Cannot stop Solr 6 on server

Hi I need to reindex my Alfresco Solr 6 files due to a timestamp corruption issue.

When I issue alfresco.sh stop solr command it comes back with the message

"Found 1 Solr nodes running! Must either specify a port using -p or -all to stop all Solr nodes on this host."

issuing the following command also produce the same message:

alfresco.sh stop solr -p XXXX where XXXX is my port number

alfresco.sh stop solr -all

 

The 1st command works in our development environment so I am not sure if something is configured differently on our production environment that is causing the issue.

Any suggestions on how to stop solr?

Thnak you.

 

 

1 Reply
angelborroy
Alfresco Employee

Re: Cannot stop Solr 6 on server

Try using SOLR native program to stop the service:

./solr/bin/solr stop
Hyland Developer Evangelist