How to fix: Error CREATEing SolrCore 'gettingstarted': Unable to create core

后端 未结 7 1979
时光说笑
时光说笑 2021-02-01 05:44

I\'m getting this error when I try to create a new core in solr.

root@ubuntu:/opt/solr# bin/solr create -c gettingstarted -n data_driven_schema_configs

Setup n         


        
7条回答
  •  小鲜肉
    小鲜肉 (楼主)
    2021-02-01 05:44

    this works normally with me... creating cores as the solr linux user.

    sudo su - solr -c "/opt/solr/bin/solr create -c mycol1 -n data_driven_schema_configs"
    

提交回复
热议问题