: Ya you are right! After I change it to UTF-8 the error still there... I
: looked at the log, this is what it appears,
:
: 127.0.0.1 -  -  [10/06/2007:03:52:06 +0000] "POST /solr/update HTTP/1.1" 500
: 4022

thta looks like the access log .. not the error log. Solr is logging the
details of what went wrong (and it should be putting those details in the
body of hte response as well).  Either find where your servlet container
is logging Solr's messages or change your client to tell you what the body
of the 500 error says

(the log file is the most useful because there may be other errors in it
you should be aware of as well not specific to this request)



-Hoss

Reply via email to