Solr configset 创建集合时底层核心创建失败

Solr configset Underlying core creation failed while creating collection

我根据 sample_techproducts_configs 创建了一个自定义配置集,我只是编辑了将要使用的字段。

但是,当我想用​​它创建集合时,我遇到了这个错误:

Failed to create collection 'collectionName' due to : Underlying core creation failed while
creating collection: collectionName

我在视觉 API 或终端上都遇到了同样的错误。

你有什么想法吗?

感谢

当您以经过身份验证的用户身份上传配置集时问题已解决。

curl -u 'user:Password' ... the rest of the command.