Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
[org.apache.solr.client.solrj.impl.HttpSolrServer$RemoteSolrException 1
很难说,只有这么少的信息,但我猜你已经配置了 DSpace 以在环回接口(127.0.0.1 或 ::1)以外的地址上联系 Solr(solr.server),但没有禁用Solr 中的过滤器仅接受来自环回接口的请求 (LocalHostRestrictionFilter.localhost)。