docksal / service-solr

Apache Solr service images for Docksal
https://docksal.io
MIT License
0 stars 8 forks source link

Could not load schema #7

Open erik-seifert opened 5 years ago

erik-seifert commented 5 years ago

Could not load conf for core search_api_solr_8.x-2.5: Can't load schema /opt/solr/server/solr/configsets/search_api_solr_8.x-2.5/conf/schema.xml: Plugin init failure for [schema.xml] fieldType "collated": Error loading class 'solr.ICUCollationField'

SOLR_DEFAULT_CONFIG_SET=search_api_solr_8.x-2.5 SOLR_IMAGE=docksal/solr:latest

erik-seifert commented 5 years ago

With SOLR_IMAGE=docksal/solr:6 all works like expected

sergey-zabolotny commented 5 years ago

this is not a docksal bug. this is drupal module configuration issue. more detailed info about this error you can read here - https://github.com/lando/lando/issues/1319