You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Same problem today on already clean instance. The message is counter-productive. If there is no solr running and no solr even downloaded, let alone installed, it should not be talking about a solr presumed to be running.
$ ps -ef |grep solr
503 34521 529 0 4:34PM ttys002 0:00.00 grep solr
$ be solr_wrapper clean
Please stop solr before cleaning
$ be solr_wrapper dir
/var/folders/6q/13dm9dcn1qx_gw9x66lhl7jc0000gq/T/solr-6.5.1
$ ls -l /var/folders/6q/13dm9dcn1qx_gw9x66lhl7jc0000gq/T/solr-6.5.1
ls: /var/folders/6q/13dm9dcn1qx_gw9x66lhl7jc0000gq/T/solr-6.5.1: No such file or directory
Run
solr_wrapper clean
twice. The first was successful. The error message on the second run was:Please stop solr before cleaning
Of course, by that point no solr is running (or even installed) so that is unhelpful.
The text was updated successfully, but these errors were encountered: