Atlas0.8.4集成Solr5.2.2创建collections出现 ERROR: create failed due to: Error loading config name for collection rss

ERROR: create failed due to: Error loading config name for collection rss

ERROR: create failed due to: Error loading config name for collection xxx

Caused by: org.apache.solr.common.cloud.ZooKeeperException: Could not findconfigName for rss found:null

出现以上错误

先关闭Solr

solr stop

然后删除ZooKeeper中的znode相关文件
在这里插入图片描述
使用zkCli.sh进入ZooKeeper的命令模式。

zkCli.sh

进入命令窗口,执行以下命令

delete /aliases.json
delete /clusterstate.json
delete /collections
delete /live_nodes
delete /overseer
delete /overseer_elect

然后启动Solr

solr start
这样问题就解决了。
Logo

开放原子开发者工作坊旨在鼓励更多人参与开源活动,与志同道合的开发者们相互交流开发经验、分享开发心得、获取前沿技术趋势。工作坊有多种形式的开发者活动,如meetup、训练营等,主打技术交流,干货满满,真诚地邀请各位开发者共同参与!

更多推荐