无法浏览solr架构。获取以下错误:

无法浏览solr架构。获取以下错误:,solr,solr5,fedora-commons,Solr,Solr5,Fedora Commons,我试图从web控制台检查solr模式,但在访问该模式时也出现了错误。从日志中: INFO: 2016-04-11 06:19:16 0:0:0:0:0:0:0:1 - 0:0:0:0:0:0:0:1 8983 POST /solr/schema/fields - 500 486 558 50 http://myserver.net:8983 curl/7.19.7 (x86_64-red

我试图从web控制台检查solr模式,但在访问该模式时也出现了错误。从日志中:

INFO: 2016-04-11        06:19:16        0:0:0:0:0:0:0:1 -       0:0:0:0:0:0:0:1 8983    POST    /solr/schema/fields     -       500     486     558     50      http://myserver.net:8983   curl/7.19.7 (x86_64-redhat-linux-gnu) libcurl/7.19.7 NSS/3.18 Basic ECC zlib/1.2.3 libidn/1.18 libssh2/1.4.2    -
36865524 ERROR (qtp59559151-18) [   x:fedora] o.a.s.h.RequestHandlerBase java.nio.file.NoSuchFileException: /opt/HWEEArchive/solr/solr-5.5.0/server/solr/fedora/data/index/segments_18
    at sun.nio.fs.UnixException.translateToIOException(UnixException.java:86)
    at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:102)
    at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:107)
    at sun.nio.fs.UnixFileAttributeViews$Basic.readAttributes(UnixFileAttributeViews.java:55)
    at sun.nio.fs.UnixFileSystemProvider.readAttributes(UnixFileSystemProvider.java:144

36865527 INFO  (qtp59559151-18) [   x:fedora] o.a.s.c.S.Request [fedora]  webapp=/solr path=/admin/luke params={show=index&numTerms=0&wt=json&_=1460355771692} status=500 QTime=7
36865530 ERROR (qtp59559151-18) [   x:fedora] o.a.s.s.HttpSolrCall null:java.nio.file.NoSuchFileException: /opt/HWEEArchive/solr/solr-5.5.0/server/solr/fedora/data/index/segments_18
    at sun.nio.fs.UnixException.translateToIOException(UnixException.java:86)
    at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:102)
    at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:107)
    at sun.nio.fs.UnixFileAttributeViews$Basic.readAttributes(UnixFileAttributeViews.java:55)
    at sun.nio.fs.UnixFileSystemProvider.readAttributes(UnixFileSystemProvider.java:144

好的,我找到了。这是许可问题。我以前使用root运行solr,现在使用solr user。我已经修复了所有solr目录的文件权限。然后它开始工作。

好的,我找到了。这是许可问题。我以前使用root运行solr,现在使用solr user。我已经修复了所有solr目录的文件权限。但是,不知道哪个目录包含该模式。有什么想法吗?