There was an unexpected problem configuring the Solr Search search engine: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at servername:8983/solr: Solr instance is not running in SolrCloud mode.. (Please review your log file for more information.)
-cloud パラメーターを付け忘れたときに発生します。solr stop -all コマンドで停止した後、solr start -cloud コマンドで起動してください。