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
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
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
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
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:
>>
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
:
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