Re: SOLVED Re: custom writer, working but... a strange exception in logs

2007-06-06 Thread Erik Hatcher
On Jun 6, 2007, at 5:32 PM, Chris Hostetter wrote: : It's the favicon.ico effect. : Nothing in logs when the class is resquested from curl, but with a : browser (here Opera), begin a response with , and it requests for : favicon.ico. HA HA HA HA that's freaking hilarious. One way

Re: SOLVED Re: custom writer, working but... a strange exception in logs

2007-06-06 Thread Chris Hostetter
: It's the favicon.ico effect. : Nothing in logs when the class is resquested from curl, but with a : browser (here Opera), begin a response with , and it requests for : favicon.ico. HA HA HA HA that's freaking hilarious. One way to avoid that might be to register a NOOP request handler

Re: SOLVED Re: custom writer, working but... a strange exception in logs

2007-06-06 Thread Frédéric Glorieux
Frédéric Glorieux a écrit : > I'm baffled. [Yonic] > I don't know why that would be... what is the client sending the request? > If it gets an error, does it retry or something? Good ! Nothing in logs when the class is resquested from curl, Sorry, same idea, but it's a CSS link. --

SOLVED Re: custom writer, working but... a strange exception in logs

2007-06-06 Thread Frédéric Glorieux
> I'm baffled. [Yonic] > I don't know why that would be... what is the client sending the request? > If it gets an error, does it retry or something? Good ! It's the favicon.ico effect. Nothing in logs when the class is resquested from curl, but with a browser (here Opera), begin a response wi

Re: custom writer, working but... a strange exception in logs

2007-06-06 Thread Chris Hostetter
I'm baffled. Would it be possible for you to send a scaled down (but compilable) version of your response writer that demonstrates the problem, along with a snippet that can be added to the example solrconfig.xml to register it and and example request URL that triggers the problem? that way we c

Re: custom writer, working but... a strange exception in logs

2007-06-06 Thread Frédéric Glorieux
Thanks for answer, I'm feeling less guilty. > I don't see a non-null default for HEAD/FOOT... perhaps > do if (HEAD!=null) writer.write(HEAD); > There may be an issue with how you register in solrconfig.xml I get every thing I want from solrconfig.xml, I was suspecting some classloader myst

Re: custom writer, working but... a strange exception in logs

2007-06-06 Thread Yonik Seeley
On 6/6/07, Frédéric Glorieux <[EMAIL PROTECTED]> wrote: I can't figure why, but when writer.write(HEAD) is executed, I see code from StandardRequestHandler executed 2 times in the debugger, first is OK, second hasn't the q parameter. I don't know why that would be... what is the client sending

custom writer, working but... a strange exception in logs

2007-06-06 Thread Frédéric Glorieux
Hi all, At first, lucene user for years, I should really thanks you for Solr. For a start, I wrote a little results writer for an app. It works like what I understand of Solr, except a strange exception I'm not able to puzzle. Version : fresh subversion. 1. Class 2. stacktrace 3. maybe ?