oai 导入时出现 DSpace 错误
DSpace error with oai import
配置我的 DSpace 服务器后,它工作正常,但是当我查看 OAI 识别页面 (http://repositorio.puce.edu.ec/oai/request?verb=Identify) so we can be harvested, it says that the repository is localhost instead of my URL. I investigated and found out that to update this, I have to run this command: dspace/bin/dspace oai import -c but when I run that command is gives me the following error: Solr server (http://repositorio.puce.edu.ec/solr/oai) 时,将其打开。
我可以看到 Solr Admin(出于安全原因,从外面看不到)所以我不知道应该打开什么或如何打开?
感谢您的帮助。
我以前遇到过这个错误。
查看我的 oai.cfg 文件,我使用 localhost 进行一些设置,而我的 public 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
如果您需要更改配置,请务必在重新启动服务后清除缓存。
配置我的 DSpace 服务器后,它工作正常,但是当我查看 OAI 识别页面 (http://repositorio.puce.edu.ec/oai/request?verb=Identify) so we can be harvested, it says that the repository is localhost instead of my URL. I investigated and found out that to update this, I have to run this command: dspace/bin/dspace oai import -c but when I run that command is gives me the following error: Solr server (http://repositorio.puce.edu.ec/solr/oai) 时,将其打开。
我可以看到 Solr Admin(出于安全原因,从外面看不到)所以我不知道应该打开什么或如何打开?
感谢您的帮助。
我以前遇到过这个错误。
查看我的 oai.cfg 文件,我使用 localhost 进行一些设置,而我的 public 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
如果您需要更改配置,请务必在重新启动服务后清除缓存。