由于访问权限,无法在 solr 5.2.x 上创建核心

由于访问权限,无法在 solr 5.2.x 上创建核心

我已经在 Ubuntu 14.04 LTS 上安装了 solr 5.2.1,Java 8.0_51

不知为何,系统不允许我创建核心。 不能通过 webmin 界面创建,也不能通过 CLI 创建。

这似乎是访问权限问题。因此我创建了数据和 conf 目录,并将所有者更改为 solr:solr。将基本 conf 示例复制到 conf 目录。

现在核心已经创建,但是 Web 界面显示此错误:

SolrCore Initialization Failures
test: org.apache.solr.common.SolrException:org.apache.solr.common.SolrException: Could not load conf for core test: Error loading solr config from /var/solr/data/test/conf/solrconfig.xml
new_core: org.apache.solr.common.SolrException:org.apache.solr.common.SolrException: Could not load conf for core new_core: Error loading solr config from /var/solr/data/new_core/conf/solrconfig.xml

这是设置的权利:

merlin@rabbit:/var/solr/data$ l -l /var/solr/data/test/conf/
total 80
-rw-r--r-- 1 solr solr    33 May 28 18:10 _rest_managed.json
-rw-r--r-- 1 solr solr  3974 May 28 18:10 currency.xml
drwxr-xr-x 2 solr solr  4096 Aug  7 10:34 lang/
-rw-r--r-- 1 solr solr   873 May 28 18:10 protwords.txt
-rw-r--r-- 1 solr solr 29206 May 28 18:10 schema.xml
-rw-r--r-- 1 solr solr 22555 Jun 10 16:02 solrconfig.xml
-rw-r--r-- 1 solr solr   781 May 28 18:10 stopwords.txt
-rw-r--r-- 1 solr solr  1119 May 28 18:10 synonyms.txt

在我看来一切都很好,这是一个标准安装。有人知道如何解决这个问题吗?提前感谢您的帮助。

相关内容