[ 
https://issues.apache.org/jira/browse/SOLR-5315?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Shalin Shekhar Mangar resolved SOLR-5315.
-----------------------------------------

    Resolution: Not A Problem

I don't think this has anything to do with the name of the core. The error is 
clear -- your solrconfig did not have the admin handlers enabled which is why 
the admin interface failed to load.

It is best to post on the solr-user mailing list before opening issues on Jira. 
If you think this is still a problem, please shoot an email on the mailing list 
and we can re-open the issue if required.

> Core name "adverts" is not allowed
> ----------------------------------
>
>                 Key: SOLR-5315
>                 URL: https://issues.apache.org/jira/browse/SOLR-5315
>             Project: Solr
>          Issue Type: Bug
>         Environment: Windows 7, Linux SUSE 10.x+
>            Reporter: Bojan Sarić
>            Priority: Blocker
>
> - create multicore environment on tomcat7 using multicore example from 4.3.1. 
> distribution
> - add core named "adverts" by creating folder, adding conf with schema and 
> solrconfig xml files
> - add core to solr.xml in root solr folder
> - run tomcat7
> It will results in next message:
> "This interface requires that you activate the admin request handlers, add 
> the following configuration to your solrconfig.xml: 
> <!-- Admin Handlers - This will register all the standard admin 
> RequestHandlers. -->
> <requestHandler name="/admin/" class="solr.admin.AdminHandlers" />
> "
> It is not possible to access any other core if message above appears.
> - Shut down tomcat7
> - change all adverts core related files and folders to name "advertsIndex"
> - run tomcat7
> It will result in successfully started solr multicore environment where 3 
> cores should be available (core0, core1, adverstIndex)



--
This message was sent by Atlassian JIRA
(v6.1#6144)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to