当前位置:网站首页>Solr initialization failure: requesthandler INIT failure

Solr initialization failure: requesthandler INIT failure

2022-06-11 02:59:00 b348858003

 Insert picture description here
The above error reports refer to initialization failure
The following questions need to be checked
1. Add to solrconfig.xml In the middle of the day , If it's handwritten , Then you can check it , It is possible that there is a wrong field here , Maybe replace my copy here
 Insert picture description here

<requestHandler name="/dataimport"
		class="org.apache.solr.handler.dataimport.DataImportHandler">
		<lst name="defaults">
			<str name="config">data-config.xml</str>
		</lst>
</requestHandler>

2. The above problems have not been solved yet , Will be mysql-connector-java.jar Whether this package has been copied to tomcat Under the lib
 Insert picture description here
3. It hasn't been solved yet
solr-dataimporthandler-x.x.x.jar and solr-dataimporthandler-extras-x.x.x.jar Whether the two packages are copied to tomcat Under the lib or solr Under the project , I put it on solr Under the project of
 Insert picture description here
Usually the above questions are confirmed to be OK , restart tomcat that will do

If I can help you , Please give me some praise below , thank you






Must see the dry goods
link : Except for receiving private orders , Blogging , Outside the tutorial , How programmers use their technology , Make money lying down !

原网站

版权声明
本文为[b348858003]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/03/202203020555410318.html