Hi Alfeu, Based on the code in this area of DSpace, it looks like DSpace is just using Solrj directly to interact with the Solr configsets folders. See the code at https://github.com/DSpace/DSpace/blob/main/dspace-api/src/main/java/org/dspace/statistics/SolrLoggerServiceImpl.java#L1140
Therefore, I suspect this may be something in your Solr setup. Maybe SOLR_HOME is pointing at the wrong location? I'm not seeing anywhere in the DSpace code where there's a full path to the configsets folder, as we seem to always be using relative paths. Tim On Thursday, February 20, 2025 at 8:19:20 AM UTC-6 au.ta...@unesp.br wrote: > Dear All, > > We have DSpace 7.6.2 and Solr running in Docker containers. > The default cores (authority, oai, search and statistics) are pre-created > using > > *precreate-core <core name> /opt/solr/server/solr/configsets/authority* > > When trying to run stats-util -s to shard the statistics core by year, > the following exception occurs: > > Exception: Error from server at ...: Error CREATEing SolrCore > 'statistics-2023': Unable to create core [statistics-2023] Caused by: Could > not load configuration from directory > > */var/solr/data/configsets/statistics*This folder does not actually exist. Is > there some configuration that should be added to tell DSpace the correct > path to the configsets folder? > > Best regards, > Alfeu U. Tavares > > > -- All messages to this mailing list should adhere to the Code of Conduct: https://www.lyrasis.org/about/Pages/Code-of-Conduct.aspx --- You received this message because you are subscribed to the Google Groups "DSpace Technical Support" group. To unsubscribe from this group and stop receiving emails from it, send an email to dspace-tech+unsubscr...@googlegroups.com. To view this discussion visit https://groups.google.com/d/msgid/dspace-tech/26eb3135-eb15-4d2e-b10f-9b0d39b9d94dn%40googlegroups.com.