--- title: "June, 2020" date: 2020-05-01T13:55:39+03:00 author: "Alan Orth" categories: ["Notes"] --- ## 2020-06-01 - I tried to run the `AtomicStatisticsUpdateCLI` CUA migration script on DSpace Test (linode26) again and it is still going very slowly and has tons of errors like I noticed yesterday - I sent Atmire the dspace.log from today and told them to log into the server to debug the process - In other news, I checked the statistics API on DSpace 6 and it's working - I tried to build the OAI registry on the freshly migrated DSpace 6 on DSpace Test and I get an error: ``` $ dspace oai import -c OAI 2.0 manager action started Loading @mire database changes for module MQM Changes have been processed Clearing index Index cleared Using full import. Full import java.lang.NullPointerException at org.dspace.xoai.app.XOAI.willChangeStatus(XOAI.java:438) at org.dspace.xoai.app.XOAI.index(XOAI.java:368) at org.dspace.xoai.app.XOAI.index(XOAI.java:280) at org.dspace.xoai.app.XOAI.indexAll(XOAI.java:227) at org.dspace.xoai.app.XOAI.index(XOAI.java:134) at org.dspace.xoai.app.XOAI.main(XOAI.java:560) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.dspace.app.launcher.ScriptLauncher.runOneCommand(ScriptLauncher.java:229) at org.dspace.app.launcher.ScriptLauncher.main(ScriptLauncher.java:81) ```