Re: Problem with ping handler, SolrJ 4.1-SNAPSHOT, Solr 3.5.0

2012-12-03 Thread Shawn Heisey
On 11/8/2012 3:25 PM, Dyer, James wrote: Could this be a side-effect from SOLR-4019, in branch_4.0 this was commit r1405894 ? Prior to this commit, PingRequestHandler would throw a SolrException for 503/Bad Request. The change is that the exception isn't actually thrown but rather sent in pla

Re: Problem with ping handler, SolrJ 4.1-SNAPSHOT, Solr 3.5.0

2012-11-08 Thread Shawn Heisey
On 11/8/2012 3:25 PM, Dyer, James wrote: Shawn, Could this be a side-effect from SOLR-4019, in branch_4.0 this was commit r1405894 ? Prior to this commit, PingRequestHandler would throw a SolrException for 503/Bad Request. The change is that the exception isn't actually thrown but rather sen

RE: Problem with ping handler, SolrJ 4.1-SNAPSHOT, Solr 3.5.0

2012-11-08 Thread Dyer, James
tent Group (615) 213-4311 -Original Message- From: Shawn Heisey [mailto:s...@elyograg.org] Sent: Tuesday, November 06, 2012 1:25 AM To: solr-user@lucene.apache.org Subject: Problem with ping handler, SolrJ 4.1-SNAPSHOT, Solr 3.5.0 If I send a ping request to Solr 4.1 from SolrJ 4.1, it works

Re: Problem with ping handler, SolrJ 4.1-SNAPSHOT, Solr 3.5.0

2012-11-08 Thread Shawn Heisey
On 11/6/2012 12:25 AM, Shawn Heisey wrote: If I use this exact same code to talk to a Solr 3.5.0 server (older version of the SOLR-1972 patch applied) with the ping handler in the "enabled" state, I get the following exception. The /admin/ping handler works in a browser on both Solr versions:

Problem with ping handler, SolrJ 4.1-SNAPSHOT, Solr 3.5.0

2012-11-05 Thread Shawn Heisey
If I send a ping request to Solr 4.1 from SolrJ 4.1, it works. I don't have an exact revision number from branch_4x, I don't know how to get it from SolrJ. The 4.1 server is running solr-impl 4.1-SNAPSHOT 1401798M with the patch from SOLR-1972 applied, and it's somewhat newer than SolrJ. Ja