My DSpace is working fine, but I have an error with the statistics, which are not appearing completely, as can be seen in the image:
While searching for information, I found the command
/dspace/bin/dspace solr-reindex-statistics -a reindex -i statistics -f
which is supposed to reindex those missing statistics in my records, but when I run it, I get an error.
Exception: Error from server at
http://localhost:8983/solr: Error CREATEing SolrCore 'statistics-temp': Coul d not create a new core in /dspace/solr/statistics as another core is already defined there
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at
http://localhost: 8983/solr: Error CREATEing SolrCore 'statistics-temp': Could not create a new core in /dspace/solr/statistic s as another core is already defined there
How do I resolve this? I am using DSpace 8.2 with Docker.