Re: I cannot create replica in Solr

2016-01-07 Thread Erick Erickson
Those files have nothing to do with an uploaded config! You _should_ be seeing files like "solrconfig.xml", "schema.xml" (or "managed_schema"), perhaps files like "stopwords.txt" and the like. Essentially, everything that you would expect to find in the "conf" directory for Solr. Somewhere, you mu

Re: I cannot create replica in Solr

2016-01-07 Thread Binoy Dalal
1) Is the solrconfig.xml file actually present under /configs/contracts? Also is it the correct one that you've uploaded? 2) Have you linked the configset to the collection? On Fri, 8 Jan 2016, 01:40 persoy wrote: > > Actually

Re: I cannot create replica in Solr

2016-01-07 Thread persoy
Actually It has. I can see configs/contracts. First this error is throwing org.apache.solr.common.SolrException: Could not load conf for core contracts_shard1_replica1: Error loading solr config from solrconfig.xml at o

Re: I cannot create replica in Solr

2016-01-06 Thread Erick Erickson
It looks like you haven't uploaded the configset to Zookeeper so it can be found by the create command. See: https://cwiki.apache.org/confluence/display/solr/Using+ZooKeeper+to+Manage+Configuration+Files. Best, Erick On Wed, Jan 6, 2016 at 1:33 PM, persoy wrote: > Hi > I'm using Solr clouds. I c