Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I get rid of "Can not find: admin-extra.html" error

Tags:

solr

I am using the newest SOLR 4.10.1. I have a simple configuration with 2 cores. Every time I open the SOLR admin interface, I get the following errors:

Can not find: admin-extra.html
Can not find: admin-extra.menu-top.html
Can not find: admin-extra.menu-bottom.html

How can I get rid of these errors? Do I have to create these files? I do not want to do this because I do not need these files.

like image 323
JustAC0der Avatar asked Oct 27 '14 22:10

JustAC0der


1 Answers

These files are used in the Solr admin interface for each specific core's overview page. You can just create empty files in the conf directory to stop it from complaining.

like image 69
sdavids Avatar answered Oct 23 '22 13:10

sdavids