Re: [dspace-tech] SOLR exception

2016-09-30 Thread helix84
You should use HTTP, not HTTPS to communicate with Solr on localhost. There's really no reason not to, such communication doesn't leave your server. If you don't use an HTTP connector at all, you can define one and restrict it only for localhost communication via firewall. Regards, ~~helix84 Co

Re: [dspace-tech] SOLR exception

2016-09-30 Thread Francisco Monreal
Thanks, now it works but it appears other error: Server refused connection at: http://localhost:8080/solr/search We use port 443 for https connection. Therefore, after this error we have changed the settings and we have put this: solr-statistics.cfg: server = https://localhost/solr/statistics

Re: [dspace-tech] SOLR exception

2016-09-30 Thread helix84
Hi Francisco, this indicates that DSpace can't connect to Solr. It expects a binary response, but instead gets a HTML page with HTTP code 403 Forbidden. You can read about the localhost restriction here [1]. [2] describes how to fix it. [1] https://wiki.duraspace.org/display/DSPACE/Solr#Solr-Co

[dspace-tech] SOLR exception

2016-09-30 Thread Francisco Monreal
Hello everyone We have just updated to version 5.4 and gives an error when starting the application. The trace error is enormous and end appears: *= org.apache.solr .client.solrj.impl.HttpSolrServer $ RemoteSolrException: Expected mime type applicati