Re: Starting Solr automatically

2019-12-18 Thread Shawn Heisey
On 12/16/2019 9:48 PM, Anuj Bhargava wrote: Often solr stops working. We have to then go to the root directory and give the command *'service solr start*' Is there a way to automatically start solr when it stops. If Solr is stopping, then something went wrong. Something that will probably co

Re: Starting Solr automatically

2019-12-16 Thread Paras Lehana
Hi Anuj, Firstly, you should be checking into the logs for the reason of Solr getting stopped. We had started Solr since a year ago and it's still up. I guess OOM in your case. Secondly, there are many ways to restart solr. For example, if it's registered as a service, make a cron to restart solr

Starting Solr automatically

2019-12-16 Thread Anuj Bhargava
Often solr stops working. We have to then go to the root directory and give the command *'service solr start*' Is there a way to automatically start solr when it stops. Regards, Anuj >