Re: error when post xml data to solr

2008-10-20 Thread cricdigs
cat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447) > at java.lang.Thread.run(Thread.java:619) > ) that prevented it from fulfilling this request. > > == > > i am confused: wstx jar is used for web-service, why does solr use

Re: error when post xml data to solr

2008-09-22 Thread 李学健
thank you chris hostetter, in fact, if i use post.sh script to post xml data to solr, the error will happen; however, i switch to post.jar, everything is ok. i'm confused why post.sh doesn't work Chris Hostetter 写道: : thanks for your reply : : the content of xml file is chinese My mail r

Re: error when post xml data to solr

2008-09-22 Thread Chris Hostetter
: thanks for your reply : : the content of xml file is chinese My mail reader wasn't able to display the chinese characters in your XML example, but the stack trace you posted doesn't seem to indicate any problem with characters in the field value (did you try posting a simple file with only

Re: error when post xml data to solr

2008-09-19 Thread 李学健
Otis -- Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch - Original Message From: 李学健 <[EMAIL PROTECTED]> To: solr-user@lucene.apache.org Sent: Thursday, September 18, 2008 11:27:26 PM Subject: error when post xml data to solr hi, all when i post an xml file to s

Re: error when post xml data to solr

2008-09-18 Thread Otis Gospodnetic
Could you paste the XML you are posting? Otis -- Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch - Original Message > From: 李学健 <[EMAIL PROTECTED]> > To: solr-user@lucene.apache.org > Sent: Thursday, September 18, 2008 11:27:26 PM > Subject: error when pos

error when post xml data to solr

2008-09-18 Thread 李学健
hi, all when i post an xml file to solr, some errors happen as below: == com.ctc.wstx.exc.WstxEOFException: Unexpected EOF in prolog at [row,col {unknown-source}]: [1,0] at com.ctc.wstx.sr.StreamScanner.throwUnexpectedEOF(StreamScanner.java:686) at c