I'm getting the following error after I upgraded to version 1.6. I think HttpClient is the source of the problem and that the following ticket describes the issue in detail:
https://issues.apache.org/jira/browse/CONNECTORS-661

I have turned on HttpClient logging and placed the manifoldcf.log here:
http://folk.uio.no/erlendfg/manifoldcf/manifoldcf.log

The first line indicates that the Solr server requires authentication. Then it seems that the authentication was unsuccessful using the BASIC method.

Then we're getting the following from HttpClient, just like we did as described in CONNECTORS-661: NonRepeatableRequestException: Cannot retry request with a non-repeatable request entity.

There is nothing wrong with my settings. The realm, user ID and password values are all correctly set.

Last time it was something about two HTTP statuses sent (100 and 401), but I can only see the 401 status this time. We have also changed our authentication implementation on our Solr server since then to only rely on Apache, i.e. a setup in httpd.conf. So neither Resin nor mod_caucho should be the problem here.

Erlend

Reply via email to