RE: trouble instantiating CloudSolrServer

2012-11-05 Thread Markus Jelsma
Something was wrong on my machine, removing Nutch' build dir and cleanly rebuilding everything fixed the issue. Thanks -Original message- > From:Mark Miller > Sent: Sat 03-Nov-2012 02:57 > To: solr-user@lucene.apache.org > Subject: Re: trouble instantiating CloudSolrSe

RE: trouble instantiating CloudSolrServer

2012-11-03 Thread Markus Jelsma
Hi, i added the follow dependancy to Apache Nutch: org="org.apache.solr" name="solr-solrj" rev="4.0.0" -Original message- > From:Lance Norskog > Sent: Sat 03-Nov-2012 04:34 > To: solr-user@lucene.apache.org; markrmil...@gmail.com > Subject:

Re: trouble instantiating CloudSolrServer

2012-11-02 Thread Lance Norskog
What is the maven repo id & version for this? - Original Message - | From: "Mark Miller" | To: solr-user@lucene.apache.org | Sent: Friday, November 2, 2012 6:52:10 PM | Subject: Re: trouble instantiating CloudSolrServer | | I think the maven jars must be out of whack? | |

Re: trouble instantiating CloudSolrServer

2012-11-02 Thread Mark Miller
I think the maven jars must be out of whack? On Fri, Nov 2, 2012 at 6:38 AM, Markus Jelsma wrote: > Hi, > > We use trunk but got SolrJ 4.0 from Maven. Creating an instance of > CloudSolrServer fails because its constructor calls a not existing LBServer > constructor, it attempts to create an in

trouble instantiating CloudSolrServer

2012-11-02 Thread Markus Jelsma
Hi, We use trunk but got SolrJ 4.0 from Maven. Creating an instance of CloudSolrServer fails because its constructor calls a not existing LBServer constructor, it attempts to create an instance by only passing a HttpClient. How is LBHttpSolrServer supposed to work without passing a SolrServer U