Hello
I'm trying to use AIP to import the entire site into a new server. I run the following command:
JAVA_OPTS="-Xmx4096m -Dfile.encoding=UTF-8" ./dspace packager -r -a -f -t AIP -e
ad...@email.com -i 123456789/0 -o skipIfParentMissing=true /opt/dspace_aip_backup/sitewide-aip.zip
after some time i get this error:
The 'language.null' element has not been defined in this DSpace instance.
I took a look at the dspace.log and it doesn't have anything that references the error, just informational entries about the import but no ERRORs
Your help is appreciated