Re: SolrJ (Trunk) Invalid version or the data in not in 'javabin' format

2011-02-01 Thread Em
Well, I deleted all the solrj-lib stuff from my application's >> Webcontent-directory and inserted the solrj-lib from the freshly compiled >> solr 4.0 - trunk. >> However, when trying to query Solr 4.0 it shows me a >> RuntimeException: >> Invalid version or the

Re: SolrJ (Trunk) Invalid version or the data in not in 'javabin' format

2011-01-31 Thread Em
Hi, I will give you feedback today. There occured another issue with our current Solr-installation that I have to fix. Thanks for your effort! Regards -- View this message in context: http://lucene.472066.n3.nabble.com/SolrJ-Trunk-Invalid-version-or-the-data-in-not-in-javabin-format

Re: SolrJ (Trunk) Invalid version or the data in not in 'javabin' format

2011-01-30 Thread Koji Sekiguchi
rying to query Solr 4.0 it shows me a RuntimeException: Invalid version or the data in not in 'javabin' format I've just committed a small change so that you can see the version difference (I'll open the JIRA issue later because it is in maintenance now): Index: solr/src/comm

SolrJ (Trunk) Invalid version or the data in not in 'javabin' format

2011-01-30 Thread Em
shows me a RuntimeException: Invalid version or the data in not in 'javabin' format Maybe its interesting: Solr was empty. I do not know how it would look like if there was something inside the index. Any ideas how to fix that problem? Thank you -- View this message in context: http:

Re: Invalid version or the data in not in 'javabin' format

2010-09-12 Thread h00kpub...@gmail.com
ption: 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

Re: Invalid version or the data in not in 'javabin' format

2010-09-12 Thread Peter Sturge
ith nutch i got the exception: > > 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

Invalid version or the data in not in 'javabin' format

2010-09-12 Thread h00kpub...@gmail.com
hi... currently i am integrating nutch (release 1.2) into solr (trunk). if i indexing to solr index with nutch i got the exception: java.lang.RuntimeException: Invalid version or the data in not in 'javabin' format at org.apache.solr.common.util.JavaBinCodec