Bojan Sarić created SOLR-5315:
---------------------------------
Summary: 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]