Re: update servlet not working

2007-09-06 Thread Tom Hill
I don't use the java client, but when I switched to 1.2, I'd get that message when I forget to add the content type header, as described in CHANGES.txt > 9. The example solrconfig.xml maps /update to XmlUpdateRequestHandler using the new request dispatcher (SOLR-104). This requires posted co

Re: update servlet not working

2007-09-06 Thread Benjamin Li
oops, sorry, its says "missing content stream" as far as logs go: i have a request log, didn't find anything with stack traces though. where is it? we're using the example one packaged with solr. "GET /solr/update HTTP/1.1" 400 1401 just to make sure, i typed "java -jar post.jar solrfile.xml" th

Re: update servlet not working

2007-09-06 Thread Chris Hostetter
: We are able to navigate to the solr/admin page, but when we try to : POST an xml document via the command line, there is a fatal error. It : seems that the solr/update servlet isnt running, giving a http 400 : error. a 400 could mean a lot of things ... what is the full HTTP response you get ba

update servlet not working

2007-09-06 Thread Benjamin Li
Hi, We have the example solr installed with jetty. We are able to navigate to the solr/admin page, but when we try to POST an xml document via the command line, there is a fatal error. It seems that the solr/update servlet isnt running, giving a http 400 error. does anyone have any clue what is