RE: connection closed on first attempt to send to IIS WebDav server

2013-12-17 Thread Boxer, Aaron
From: Oleg Kalnichevski [ol...@apache.org] Sent: Tuesday, December 17, 2013 3:27 AM To: HttpClient User Discussion Subject: Re: connection closed on first attempt to send to IIS WebDav server On Tue, 2013-12-17 at 03:41 +, Boxer, Aaron wrote: > Oleg, >

Re: HttpClient 4.3.1 error

2013-12-17 Thread Oleg Kalnichevski
On Tue, 2013-12-17 at 02:22 -0500, S.L wrote: > Hello All, > > I am using the HttpClient 4.3.1 in my project via solrj , it seems that a > call to solr is resulting in a no filed found error as can be seen in the > exception stack trace below. > > Please advise. > > failed with: java.lang.NoSuch

Re: HttpClient 4.3.1 error

2013-12-17 Thread Johannes Kienzle
This happens when you have an older version of HttpClient on your classpath which is loaded before 4.3.1. Make sure to use the same version throughout your projects. > On Dec 16, 2013, at 23:23, "S.L" wrote: > > Hello All, > > I am using the HttpClient 4.3.1 in my project via solrj , it seems tha

Re: connection closed on first attempt to send to IIS WebDav server

2013-12-17 Thread Oleg Kalnichevski
On Tue, 2013-12-17 at 03:41 +, Boxer, Aaron wrote: > Oleg, > > I managed to make the error go away by using "pre-emptive authentication" on > the client: > > " When enabling preemptive authentication using > Sardine.enablePreemptiveAuthentication(String host), sending an > authentication h