在配置了我的DSpace服务器之后,它的工作正常,但是当我查看OAI标识页面(http://repositorio.puce.edu.ec/oai/request?verb=Identify)以便我们能够被捕获时,它说存储库是本地主机而不是我的URL。我调查并发现,要更新这个命令,我必须运行以下命令: dspace/bin/dspace导入-c,但是当我运行该命令时,会出现以下错误: Solr服务器(http://repositorio.puce.edu.ec/solr/oai)关闭,打开它。
我可以看到Solr (由于安全原因无法从外部看到它),所以我不知道应该打开什么,也不知道怎么做?
谢谢你的帮助。
发布于 2015-06-01 17:19:38
我在过去遇到过这个错误。
查看我的oai.cfg文件,我使用localhost作为一些设置,而我的公共URL用于其他设置。
solr.url=http://localhost/solr/oai
# OAI persistent identifier prefix.
# Format - oai:PREFIX:HANDLE
identifier.prefix = repository.library.georgetown.edu
# Base url for bitstreams
bitstream.baseUrl = https://repository.library.georgetown.edu如果需要进行配置更改,请确保在重新启动服务后清除缓存。
https://stackoverflow.com/questions/30578374
复制相似问题