Dear DSpace Colleagues,
I am getting the following error when trying to import stats on DSpace 8.0 from DSpace ver 7.6
firstly I run the following lines
[dspace]/bin/dspace solr-export-statistics -i authority
[dspace]/bin/dspace solr-export-statistics -i statistics
on 7.6 and copied solr-export to dspace 8.0 then run import stat as follows :
dspace@wiredspace:~/install/dspace8.0/bin$ ./dspace solr-import-statistics -i statistics
Exception: Error from server at
http://127.0.0.1:8983/solr/statistics: SolrCore 'statistics' is not available due to init failure: Error opening new searcher
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at
http://127.0.0.1:8983/solr/statistics: SolrCore 'statistics' is not available due to init failure: Error opening new searcher
at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:681)
at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:266)
at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:225)
at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:242)
at org.dspace.util.SolrImportExport.getMultiValuedFields(SolrImportExport.java:482)
at org.dspace.util.SolrImportExport.importIndex(SolrImportExport.java:433)
at org.dspace.util.SolrImportExport.main(SolrImportExport.java:148)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:569)
at org.dspace.app.launcher.ScriptLauncher.runOneCommand(ScriptLauncher.java:283)
at org.dspace.app.launcher.ScriptLauncher.handleScript(ScriptLauncher.java:134)
at org.dspace.app.launcher.ScriptLauncher.main(ScriptLauncher.java:99)
Regards,
Lewatle