Re: exceptionhandling error-reporting?

2010-04-06 Thread Alexander Rothenberg
On Monday 05 April 2010 20:14:44 Chris Hostetter wrote: define crashes ? ... presumabl you are tlaking about the client crashing because it can't parse theerro response, correct? ... the best suggestion given the current state of Solr is to make hte client smart enough to not attempt parsing

Re: exceptionhandling error-reporting?

2010-04-06 Thread Michael Lackhoff
On 06.04.2010 17:49 Alexander Rothenberg wrote: On Monday 05 April 2010 20:14:44 Chris Hostetter wrote: define crashes ? ... presumabl you are tlaking about the client crashing because it can't parse theerro response, correct? ... the best suggestion given the current state of Solr is to make

Re: exceptionhandling error-reporting?

2010-04-05 Thread Chris Hostetter
: This client uses a simple user-agent that requires JSON-syntax while parsing : searchresults from solr, but when solr drops an exception, tomcat returns an : error-500 page to the client and it crashes. define crashes ? ... presumabl you are tlaking about the client crashing because it

exceptionhandling error-reporting?

2010-03-30 Thread Alexander Rothenberg
Hi, we have setup solr 1.4 running in tomcat 6.2 on centos 5.3. Ouer webserver communicate with solr using the perl-module WebService::Solr (available on CPAN). This client uses a simple user-agent that requires JSON-syntax while parsing searchresults from solr, but when solr drops an