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

2011-02-01 Thread Em
Hi, sorry for the late feedback. Everything seems to be fine now. Thank you! Koji Sekiguchi wrote: (11/01/31 3:11), Em wrote: Hello list, I build an application that uses SolrJ to communicate with Solr. What did I do? Well, I deleted all the solrj-lib stuff from my application's

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:

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

2011-01-30 Thread Em
Hello list, I build an application that uses SolrJ to communicate with Solr. What did I do? 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

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

2011-01-30 Thread Koji Sekiguchi
(11/01/31 3:11), Em wrote: Hello list, I build an application that uses SolrJ to communicate with Solr. What did I do? 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

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

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

2010-09-12 Thread Peter Sturge
Could be a solrj .jar version compat issue. Check that the client and server's solrj version jars match up. Peter On Sun, Sep 12, 2010 at 1:16 PM, h00kpub...@gmail.com h00kpub...@googlemail.com wrote:  hi... currently i am integrating nutch (release 1.2) into solr (trunk). if i indexing to

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

2010-09-12 Thread h00kpub...@gmail.com
thats was the solution!! i package the current lucene and solrj repositories (dev 4.0) and copy the nesseccary jars to nutch-libs (after removing the old), building nutch and run it - it works!! thank you peter :) marcel On 09/12/2010 03:40 PM, Peter Sturge wrote: Could be a solrj .jar

Re: Solrj throws RuntimeException - Invalid version or the data is not in javabin format

2010-07-07 Thread Chris Hostetter
: 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