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
gt; > Otis -- > Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch > > > > - Original Message >> From: Allahbaksh Asadullah >> To: solr-user@lucene.apache.org >> Sent: Saturday, April 25, 2009 9:31:35 AM >> Subject: Authenticated Indexing

Re: Authenticated Indexing Not working

2009-04-25 Thread Otis Gospodnetic
HTTP authentication is the best way to do it. Otis -- Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch - Original Message > From: Allahbaksh Asadullah > To: solr-user@lucene.apache.org > Sent: Saturday, April 25, 2009 9:31:35 AM > Subject: Authenticated Indexing Not workin

Authenticated Indexing Not working

2009-04-25 Thread Allahbaksh Asadullah
Hi, I have configured basic authentication in Solr using web.xml. It is working fine when I search using SolrJ. But when I try to index with Authentication enabled using SolrJ it is throwing exception. Is secured indexing is not enabled? How I am suppose to use secured indexing. Regards, Allahbak