Re: Authenticated Indexing Not working

2009-05-04 Thread Allahbaksh Asadullah
Hi, My error is as below. If authentication error while indexing with authentication enable (Basic GET/POST) org.apache.solr.client.solrj.SolrServerException: org.apache.commons.httpclient.ProtocolException: Unbuffered entity enclosing request can not be repeated. at org.apache.solr.client.solr

Re: Authenticated Indexing Not working

2009-04-29 Thread Allahbaksh Asadullah
Hi, I followed the procedure given at http://blog.comtaste.com/2009/02/securing_your_solr_server_on_t.html Regards, Allahbaksh On 4/28/09, Shalin Shekhar Mangar wrote: > On Sun, Apr 26, 2009 at 11:04 AM, Allahbaksh Asadullah < > allahbaks...@gmail.com> wrote: > >> HI Otis, >> I am using HTTPClien

Re: Authenticated Indexing Not working

2009-04-27 Thread Shalin Shekhar Mangar
On Sun, Apr 26, 2009 at 11:04 AM, Allahbaksh Asadullah < allahbaks...@gmail.com> wrote: > HI Otis, > I am using HTTPClient for authentication. When I use the server with > Authentication for searching it works fine. But when I use it for > indexing it throws error. > What is the error? Is it thro

Re: Authenticated Indexing Not working

2009-04-25 Thread Allahbaksh Asadullah
HI Otis, I am using HTTPClient for authentication. When I use the server with Authentication for searching it works fine. But when I use it for indexing it throws error. Regards, Allahbaksh On 4/25/09, Otis Gospodnetic wrote: > > My guess is you could provide the credentials to the underlying Htt

Re: Authenticated Indexing Not working

2009-04-25 Thread Otis Gospodnetic
My guess is you could provide the credentials to the underlying HttpClient (used by SolrJ), and let it do the authentication. I don't have the API handy, sorry. But this may slow things down and I have to wonder if you really really need authentication there or whether using HTTP authenticatio