: Ubuntu server (see exception below). The same configuration works when
: injecting from a Windows client to a Windows server.

interesting ... so you're saying that if you use the exact same SolrJ 
code, and just change the host:port, it works on windows?  are you certian 
that the version of Solr is the same on both servers?

can you please show us the SolrJ code?

: I inject using a standard
: org.apache.solr.client.solrj.impl.CommonsHttpSolrServer instance,
: created with the URL of the SOLR server. I do not change the injection
: format and understand that the default injection format is XML, i.e. not

According to the wiki, the BinaryResponseParser became the default in 
Solr/SolrJ starting in SolrJ 1.4 -- if you are a 1.4 client talking to a 
1.3 or older server you have to explicitly say you expect XML responses...

http://wiki.apache.org/solr/Solrj#Setting_XMLResponseParser


-Hoss

Reply via email to