Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error creating core using configset #176

Open
rhayzahr opened this issue May 18, 2024 · 0 comments
Open

Error creating core using configset #176

rhayzahr opened this issue May 18, 2024 · 0 comments

Comments

@rhayzahr
Copy link

rhayzahr commented May 18, 2024

I volunteer for a non-profit and were trying to get archivespace running on our VPS. Our Linux server allows us to install all the requirements. Java is installed, Solr is installed, MySQL Connector is installed, MariaDB come pre-installed (may need to change to mysql instead but that shouldn't be the issue now). Focusing now on Solr, I originally installed the most recent version, which i then removed and installed the 8.10.0 version. All of the configset files are in their proper directory. However when I go to create the core I get the following error that says it already exists but when I open Solr in a browser I'm met with this error:

ERROR: Error CREATEing SolrCore 'archivesspace': Unable to create core [archivesspace] Caused by: solr.ICUCollationField

&

archivesspace: org.apache.solr.common.SolrException:org.apache.solr.common.SolrException: Could not load conf for core archivesspace: Can't load schema /opt/solr/server/solr/archivesspace/conf/schema.xml: Plugin init failure for [schema.xml] fieldType "sort_icu": Error loading class 'solr.ICUCollationField'

I've read the tech docs front to back and back to front, and watched the corresponding youtube video on this same subject but end up with the same result. The youtube video shows the same process I get, however does not check the Solr page in the browser.

I moved solr-analysis-extras-8.10.0.jar which contains the class ICUCollationField to the server/libs directory and got another error, but regardless, errors.

Any idea what i'm doing wrong?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant