On Tuesday, October 10, 2017 at 3:49:33 AM UTC-4, Ruck Zuck wrote: > > from a fresh installed DSpace 6.2 with solr running (e.g. wget ' > http://localhost:8080/solr/search/select?q=*%3A*&wt=json&indent=true' > works), there seems > to be an authorization problem for dspace, bin/dspace > solr-reindex-statistics and also the xmlui shows a solrj exception : > org.apache.solr.client.solrj.impl.HttpSolrServer$RemoteSolrException: > Expected mime type application/octet-stream but got text/html - the client > retrieves an > error document from solr. > > HTTP Status 403 – Forbidden / The server understood the request but > refuses to authorize it. > > I have no idea on where to look for this. The setting within dspace.cfg > seems are solr.server = http://localhost:8080/solr. Could this be a > config problem somewhere else ? > >
It likely is somewhere else. 'solr.server' is used in config/modules/discovery.cfg, config/modules/solr-statistics.cfg, and config/modules.oai.cfg. All of these and 'solr.server' itself can be overridden in 'config/local.cfg'. I'd check all of those. Perhaps a core name (such as "search") has been lost from one of the configured URLs that build on 'solr.server'. -- You received this message because you are subscribed to the Google Groups "DSpace Technical Support" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/dspace-tech. For more options, visit https://groups.google.com/d/optout.
