Re: MiniSolrCloudCluster usage in solr 7.0.0

2016-04-19 Thread Shawn Heisey
On 4/19/2016 5:00 AM, Rohana Rajapakse wrote: > Found the missing CloudSolrClient ::Builder class in the master branch, and > the code goes a bit further now. Still Solr cloud is not starting up. It is > failing to register Solr servers with Zookeeper. This, combined with the earlier message ab

RE: MiniSolrCloudCluster usage in solr 7.0.0 - Got It Working!

2016-04-19 Thread Rohana Rajapakse
2016 12:01 To: solr-user@lucene.apache.org Subject: RE: MiniSolrCloudCluster usage in solr 7.0.0 Found the missing CloudSolrClient ::Builder class in the master branch, and the code goes a bit further now. Still Solr cloud is not starting up. It is failing to register Solr servers with Zookeeper

RE: MiniSolrCloudCluster usage in solr 7.0.0

2016-04-19 Thread Rohana Rajapakse
2016 21:01 To: solr-user@lucene.apache.org Subject: Re: MiniSolrCloudCluster usage in solr 7.0.0 On 4/14/2016 8:32 AM, Rohana Rajapakse wrote: > I have added few dependency jars into my project. There are no compilation > errors or ClassNotFound exceptions, but Zookeeper exception " &

RE: MiniSolrCloudCluster usage in solr 7.0.0

2016-04-19 Thread Rohana Rajapakse
.loadClass(Launcher.java:331) at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ... 20 more -Original Message- From: Shawn Heisey [mailto:apa...@elyograg.org] Sent: 15 April 2016 21:01 To: solr-user@lucene.apache.org Subject: Re: MiniSolrCloudCluster usage in solr 7

RE: MiniSolrCloudCluster usage in solr 7.0.0

2016-04-19 Thread Rohana Rajapakse
--- From: Shawn Heisey [mailto:apa...@elyograg.org] Sent: 15 April 2016 21:01 To: solr-user@lucene.apache.org Subject: Re: MiniSolrCloudCluster usage in solr 7.0.0 On 4/14/2016 8:32 AM, Rohana Rajapakse wrote: > I have added few dependency jars into my project. There are no compilation > er

Re: MiniSolrCloudCluster usage in solr 7.0.0

2016-04-15 Thread Chris Hostetter
: At first, I saw the same exception you got ... but after a little while : I figured out that this is because I was running the program more than : once without deleting everything in the baseDir -- so the zookeeper : server was starting with an existing database already containing the : solr.xml

Re: MiniSolrCloudCluster usage in solr 7.0.0

2016-04-15 Thread Shawn Heisey
On 4/14/2016 8:32 AM, Rohana Rajapakse wrote: > I have added few dependency jars into my project. There are no compilation > errors or ClassNotFound exceptions, but Zookeeper exception " > KeeperException$NodeExistsException: KeeperErrorCode = NodeExists for > /solr/solr.xml ". My temporary solr

Re: MiniSolrCloudCluster usage in solr 7.0.0

2016-04-14 Thread Erick Erickson
gt; -Original Message- > From: Shawn Heisey [mailto:apa...@elyograg.org] > Sent: 14 April 2016 14:00 > To: solr-user@lucene.apache.org > Subject: Re: MiniSolrCloudCluster usage in solr 7.0.0 > > On 4/14/2016 2:01 AM, Rohana Rajapakse wrote: >> Can someone give a s

RE: MiniSolrCloudCluster usage in solr 7.0.0

2016-04-14 Thread Rohana Rajapakse
cene.apache.org Subject: Re: MiniSolrCloudCluster usage in solr 7.0.0 On 4/14/2016 2:01 AM, Rohana Rajapakse wrote: > Can someone give a sample code snippet to create MiniSolrCloudCluster from a > separate java application (outside of solr codebase). Wants to know > dependency jars and c

Re: MiniSolrCloudCluster usage in solr 7.0.0

2016-04-14 Thread Shawn Heisey
On 4/14/2016 2:01 AM, Rohana Rajapakse wrote: > Can someone give a sample code snippet to create MiniSolrCloudCluster from a > separate java application (outside of solr codebase). Wants to know > dependency jars and config files you need. I would imagine that you need to start with solr-test-f