- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Solr cores not being created due to error in XML
- Labels:
-
Apache Solr
Created ‎08-12-2016 02:53 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
If the following error shows up when you are trying to create a solr core:
Unable to create core [tweets_shard1_replica1] Caused by: XML document structures must start and end within the same entity.
How do you get past this issue?
Created ‎08-12-2016 02:57 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You must verify that the solrconfig.xml has valid XML format and isn't missing entities.
You can use this website to validate the XML : XML Validator
You can also get a fresh copy of the solrconfig file from github if you have modified the original and don't have a backup.
Created ‎08-12-2016 02:57 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You must verify that the solrconfig.xml has valid XML format and isn't missing entities.
You can use this website to validate the XML : XML Validator
You can also get a fresh copy of the solrconfig file from github if you have modified the original and don't have a backup.
