Re: Could not find configName for collection

2017-02-09 Thread Shawn Heisey
t;QTime\":16025},\"error\":{\"metadata\":[\"error-class\",\"org.apache.solr.common.SolrException\",\"root-error-class\",\"org.apache.solr.common.cloud.ZooKeeperException\"],\"msg\":\"Error > CREATEing SolrCore 'deneme': Una

Could not find configName for collection

2017-02-09 Thread Sedat Kestepe
16025},\"error\":{\"metadata\":[\"error-class\",\"org.apache.solr.common.SolrException\",\"root-error-class\",\"org.apache.solr.common.cloud.ZooKeeperException\"],\"msg\":\"Error CREATEing SolrCore 'deneme': Unable

Re: Could not find configName for collection client_active found:nul

2015-06-03 Thread Erick Erickson
It's not entirely clear what you're trying to do when this is pushed out, but I'm guessing it's create a collection. If that's so, then this is your problem: "Could not find configName for collection client_active" You've set up Zookeeper correctly. But _b

Could not find configName for collection client_active found:nul

2015-06-03 Thread David McReynolds
onfigName - pausing for 3 seconds and trying again - try: 5 Jun 02, 2015 2:40:52 PM org.apache.solr.cloud.ZkController getConfName SEVERE: Could not find configName for collection client_active Jun 02, 2015 2:40:52 PM org.apache.solr.core.CoreContainer recordAndThrow SEVERE: Unable to create core

Re: ZooKeeperException: Could not find configName for collection

2015-05-08 Thread shacky
Erick > > On Wed, May 6, 2015 at 4:00 AM, shacky wrote: >> Hi list. >> >> I created a new collection on my new SolrCloud installation, the new >> collection is shown and replicated on all three nodes, but on the >> first node (only on this one) I get this error: >>

Re: ZooKeeperException: Could not find configName for collection

2015-05-06 Thread Erick Erickson
first node (only on this one) I get this error: > > new_core: > org.apache.solr.common.cloud.ZooKeeperException:org.apache.solr.common.cloud.ZooKeeperException: > Could not find configName for collection new_core found:null > > I cannot see any core named "new_core" on that node, and I also tried > to remove it: &g

ZooKeeperException: Could not find configName for collection

2015-05-06 Thread shacky
: org.apache.solr.common.cloud.ZooKeeperException:org.apache.solr.common.cloud.ZooKeeperException: Could not find configName for collection new_core found:null I cannot see any core named "new_core" on that node, and I also tried to remove it: root@index1:/opt/solr# ./bin/solr delete -c new_core Connecting to ZooKeeper at zk1,zk2,zk3 ERROR: Collection new_core not found! Could y