0
我試圖啓動Solr PHP的服務。 我跑bin/solr start -f
但我發現了這樣的警告:運行Solr PHP無法啓動服務
Starting Solr as the root user is a security risk and not considered best practice. Exiting.
Please consult the Reference Guide. To override this check, start with argument '-force'
所以我在bin/solr -force start -f
添加-force
部分。 但即使如此,我只是得到這個錯誤:
ERROR: start is not supported by this script
我只是不能啓動該服務。