Re: org.apache.solr.common.SolrException: parsing error

2012-04-10 Thread Chris Hostetter

We need a lot more info ... starting with what your client code looks 
like.

: I post a *.doc file to the solr server, but I always get the error:
: org.apache.solr.common.SolrException: parsing error
:   at
: 
org.apache.solr.client.solrj.impl.BinaryResponseParser.processResponse(BinaryResponseParser.java:43)
:   at
: 
org.apache.solr.client.solrj.impl.CommonsHttpSolrServer.request(CommonsHttpSolrServer.java:512)
:   at
: 
org.apache.solr.client.solrj.impl.CommonsHttpSolrServer.request(CommonsHttpSolrServer.java:254)
:   at
: 
org.apache.solr.client.solrj.impl.StreamingUpdateSolrServer.request(StreamingUpdateSolrServer.java:202)


-Hoss


org.apache.solr.common.SolrException: parsing error

2012-03-22 Thread qingwei201314
I post a *.doc file to the solr server, but I always get the error:
org.apache.solr.common.SolrException: parsing error
at
org.apache.solr.client.solrj.impl.BinaryResponseParser.processResponse(BinaryResponseParser.java:43)
at
org.apache.solr.client.solrj.impl.CommonsHttpSolrServer.request(CommonsHttpSolrServer.java:512)
at
org.apache.solr.client.solrj.impl.CommonsHttpSolrServer.request(CommonsHttpSolrServer.java:254)
at
org.apache.solr.client.solrj.impl.StreamingUpdateSolrServer.request(StreamingUpdateSolrServer.java:202)


Why? Could anyone tell me how to solved it?

Thanks very much.


--
View this message in context: 
http://lucene.472066.n3.nabble.com/org-apache-solr-common-SolrException-parsing-error-tp384p384.html
Sent from the Solr - User mailing list archive at Nabble.com.