Hi,

When I tried to index in solr 3.5 i got the following exception

org.apache.solr.client.solrj.SolrServerException: Error executing query
        at
org.apache.solr.client.solrj.request.QueryRequest.process(QueryRequest.java:95)
        at com.quartz.test.FullImport.callIndex(FullImport.java:80)
        at
com.quartz.test.GetObjectTypes.checkObjectTypeProp(GetObjectTypes.java:245)
        at com.quartz.test.GetObjectTypes.execute(GetObjectTypes.java:640)
        at com.quartz.test.QuartzSchedMain.main(QuartzSchedMain.java:55)
Caused by: java.lang.RuntimeException: Invalid version or the data in not in
'javabin' format
        at 
org.apache.solr.common.util.JavaBinCodec.unmarshal(JavaBinCodec.java:99)
        at
org.apache.solr.client.solrj.impl.BinaryResponseParser.processResponse(BinaryResponseParser.java:39)
        at
org.apache.solr.client.solrj.impl.CommonsHttpSolrServer.request(CommonsHttpSolrServer.java:466)
        at
org.apache.solr.client.solrj.impl.CommonsHttpSolrServer.request(CommonsHttpSolrServer.java:243)
        at
org.apache.solr.client.solrj.request.QueryRequest.process(QueryRequest.java:89)



I placed the latest solrj 3.5 jar in the example/solr/lib directory and then
re-started the same but still I am getting the above mentioned exception. 

Please let me know if I am missing anything.


--
View this message in context: 
http://lucene.472066.n3.nabble.com/Error-Indexing-in-solr-3-5-tp3746735p3746735.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to