SolrCore ‘collection1‘ is not available due to init failure: Cannot create d

错误描述:

SolrCore ‘collection1’ is not available due to init failure:

我踩的雷——系统权限问题,linux创建文件夹时,经常会出现各种无法写入的情况,所以直接给755或者777权限并且应用到所有子文件夹就可以了。

解决方案:chmod -R 777 文件

上一篇:clickhouse如何做冷,热数据分割存储?


下一篇:Liunx报无法显示远程文件夹或者文件夹权限不足的解决方法