在虚拟机上正常配置好了solrhome及/tomcat/webapps/WEB-INF的web.xml文件后。web.xml配置如下:去掉注释后,添加solrhome

 <env-entry>
       <env-entry-name>solr/home</env-entry-name>
       <env-entry-value>/usr/local/src/solrhome/</env-entry-value>
       <env-entry-type>java.lang.String</env-entry-type>
    </env-entry>
   启动tomcat后,从主机进入192.168.25.128:8080/solr 报错:

SolrCore 'collection1' is not available due to init failure:Index locked for write for core collection1

后面找了下网上的建议, 修改solrhome下/collection1/conf/solrconfig.xml(命令:  vi /solrhome/collection1/conf/solrconfig.xml ),详见博文:http://blog.csdn.net/yang1072179456/article/details/74502405

但重启tomc at后还是报 相同的错误,后来就参考另一位前辈的文章,删除了/solrhome/solr/collection1/data/index下的write.lock文件。再重启就正常了,详情请参考:http://blog.csdn.net/sunqp0208/article/details/21085633

Logo

华为开发者空间,是为全球开发者打造的专属开发空间,汇聚了华为优质开发资源及工具,致力于让每一位开发者拥有一台云主机,基于华为根生态开发、创新。

更多推荐