Hello, Main info: Drupal 8, SOLRCloud 7.7.3, Zookeeper 3.4.14, search_api 8.x-1.17, search_api_solr 4.14
Migrating from a standalone SOLR 7.7.3 instance where everything works as expected. Drupal 7 configset gives us no issue on SOLRCloud. Issue: When I try to create a new collection using the Drupal 8 configset via POST: http://solr.ourcompany.com:8983/solr/admin/collections?action=CREATE&name=ourcollection&numShards=1&replicationFactor=2&autoAddReplicas=true&collection.configName=d8configset&rule=replica:<2,node:* I get the following error: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException:Error from server at http://192.168.xx.xx:8983/solr: Expected mime type application/octet-stream but got text/html. <html>\n<head>\n<meta http-equiv=\"Content-Type\" content=\"text/html;charset=utf-8\"/>\n<title>Error 500 Server Error</title>\n</head>\n<body><h2>HTTP ERROR 500</h2>\n<p>Problem accessing /solr/admin/cores. Reason:\n<pre> Server Error</pre></p><h3>Caused by:</h3><pre>java.lang.NoClassDefFoundError: org/apache/lucene/collation/ICUCollationKeyAnalyzer\n\tat I haven't found anything on Google except that ICUCollationKeyAnalyzer depends on the icu4j library, which I verified is part of the SOLR package. Can anyone help me with this issue? Is there anything else I can provide? Thanks, Shane Shane Brooks Systems Administrator Phone 800.262.2633 x 7465 Email [email protected]<mailto:[email protected]> [A close up of a sign Description automatically generated] Connecting you and your community through the circle of governance: < Meeting Management<https://www.municode.com/meetings/> < Website Design<https://www.municodeweb.com/> < Policy & Procedure Software < Legislative Publishing Software<https://www.municode.com/self-publishing/> < Document Archival Tool<https://www.municode.com/online-hosting/#munidocs> < Codification Services<https://www.municode.com/codification-and-recodification/>
