The upgrade seemed to be successful and so far we have encountered only 2 issues. One of is them running the dspace oai import script fails with an error.
Tomcat: None. We are using the runnable JAR
Standard Commons Logging discovery in action with spring-jcl: please remove commons-logging.jar from classpath in order to avoid potential conflicts
OAI 2.0 manager action started
There are no indexed documents, using full import.
Full import
Total: 288 items
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at
http://10.128.120.16:8983/solr/oai: ERROR: [doc=123456789/339] unknown field 'item.hasbitstream'
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.SolrClient.add(SolrClient.java:106)
at org.apache.solr.client.solrj.SolrClient.add(SolrClient.java:71)
at org.apache.solr.client.solrj.SolrClient.add(SolrClient.java:85)
at org.dspace.xoai.app.XOAI.index(XOAI.java:342)
at org.dspace.xoai.app.XOAI.indexAll(XOAI.java:265)
at org.dspace.xoai.app.XOAI.index(XOAI.java:166)
at org.dspace.xoai.app.XOAI.main(XOAI.java:628)
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)
I can see that there is an unknown field called "item.hasbitstream'", but I'm not sure where it's missing from exactly. The item in the error is most probably the first on its list. So probably the problem is not with this item only?
Thanks in advance to anyone who can help us with this issue.