Solr运行正常,但当我试图打开我的控制台“localhost:8983”时,我得到“SolrCore初始化失败”

时间:2016-02-17 12:31:50

标签: apache solr configuration centos solrcloud

我正在使用CentOs-6.7(已安装的Java最新版本)并从http://a.mbbsindia.com/lucene/solr/5.3.2/下载了solr-5.3.2.tgz。然后我解压缩到我的目录/opt/solr-5.3.2然后我使用命令启动solr

bin/solr start -e cloud -noprompt

之后solr开始很好没有任何问题,然后我检查端口正在听得很好并建立。启动solr后,在我的打印下面。

Welcome to the SolrCloud example!

Starting up 2 Solr nodes for your example SolrCloud cluster.

Creating Solr home directory /opt/solr-5.3.2/example/cloud/node1/solr
Cloning /opt/solr-5.3.2/example/cloud/node1 into
   /opt/solr-5.3.2/example/cloud/node2

Starting up Solr on port 8983 using command:
bin/solr start -cloud -p 8983 -s "example/cloud/node1/solr"

Waiting up to 30 seconds to see Solr running on port 8983 [\]
Started Solr server on port 8983 (pid=8560). Happy searching!

Starting up Solr on port 7574 using command:
bin/solr start -cloud -p 7574 -s "example/cloud/node2/solr" -z localhost:9983

Waiting up to 30 seconds to see Solr running on port 7574 [\]
Started Solr server on port 7574 (pid=8776). Happy searching!

Connecting to ZooKeeper at localhost:9983 ...
Uploading /opt/solr-5.3.2/server/solr/configsets/data_driven_schema_configs/conf for config gettingstarted to ZooKeeper at localhost:9983

Creating new collection 'gettingstarted' using command:
http://localhost:8983/solr/admin/collections?action=CREATE&name=gettingstarted&numShards=2&replicationFactor=2&maxShardsPerNode=2&collection.configName=gettingstarted

{
  "responseHeader":{
    "status":0,
    "QTime":22130},
  "success":{"":{
      "responseHeader":{
        "status":0,
        "QTime":20693},
      "core":"gettingstarted_shard2_replica2"}}}

Enabling auto soft-commits with maxTime 3 secs using the Config API

POSTing request to Config API: http://localhost:8983/solr/gettingstarted/config
{"set-property":{"updateHandler.autoSoftCommit.maxTime":"3000"}}
Successfully set-property updateHandler.autoSoftCommit.maxTime to 3000


SolrCloud example running, please visit: http://localhost:8983/solr

现在问题是当我尝试使用http://localhost:8983/solrhttp://localhost:8983打开solr控制台时,收到错误

"SolrCore Initialization Failures"

并且还失去了连接。

注意:核对表

端口正在侦听

使用命令

创建核心

多次重启

1 个答案:

答案 0 :(得分:0)

最后我得到了解决问题的方法,

首先需要删除(卸载)与solr服务器相关的所有数据。 使用find命令搜索名称Solr

Find -name *solr*

然后下载了最新的zip文件solr-5.3.2.tgz 使用tar -xvf solr-5.3.2.tgz

解压缩

然后将解压缩的文件夹移至/opt/solr-5.3.2 然后启动solr服务器

  

bin / solr start -e cloud -noprompt

现在solr没有任何问题

我的问题

我正在检查lynx浏览器以检查它是否正常工作。 在那个终端浏览器中,我遇到了那种错误,但工作正常

注意

请检查其他一些远程浏览器 比如10.23.0.45:8983/solr