Hi Michael, A few questions in order to clarify how you are encountering this error message.
* Could you send us the exact command(s) you are running, both to export the AIPs from DSpace 1.8 and then to reimport them into DSpace 4.x? It might help us better understand why this error is occurring. * Did you only export the SiteWide AIP? Or did you make sure to export all the AIPs? Just to clarify: There should be one AIP for every single Community, Collection and Item in your 1.8 DSpace. In order to restore all your content, you'd need to migrate all of your AIPs from your old 1.8 server to your 4.1 server. As a sidenote: If you are simply trying to upgrade from 1.8 to 4.x, you do not have to use the AIP backup & restore to do so. It's also perfectly reasonable to just follow the default upgrade process for DSpace. (Essentially you'd just upgrade your old database from 1.8 to 3.x and then from 3.x to 4.x, and then move over the /assetstore folder from one server to the other.) https://wiki.duraspace.org/display/DSDOC4x/Upgrading+DSpace - Tim On 5/20/2014 9:41 AM, Michael O Holt wrote: > Hi, > > I’m trying to migrate content from a 1.8 server to a new server running > 4.1 (the server is running RHEL 6). I’ve created a sitewide AIP of the > 1.8 site and I’m trying to import it to the new fresh install of 4.1. > Yet, when I run the packager script on the new server, it always gives > an error. Nothing shows up on the site afterwards either, so I know the > import must not have completed. However, the /assetstore directory does > seem to be populated. Yet, no communities, collections, or items are > showing up on the site. I’ve tried running index-discovery and > stat-initial with no effect. The error I get in the shell is as follows: > > org.dspace.content.crosswalk.CrosswalkInternalException: > org.dspace.content.packager.PackageException: Unable to translate Handle > to Internal ID in group named 'COLLECTION_hdl:10428/1077_ADMIN' as > DSpace Object (Handle='hdl:10428/1077') does not exist. > > at > org.dspace.content.crosswalk.RoleCrosswalk.ingest(RoleCrosswalk.java:341) > > at > org.dspace.content.crosswalk.RoleCrosswalk.ingest(RoleCrosswalk.java:259) > > at > org.dspace.content.packager.METSManifest.crosswalkXmd(METSManifest.java:1193) > > at > org.dspace.content.packager.METSManifest.crosswalkObjectOtherAdminMD(METSManifest.java:1106) > > at > org.dspace.content.packager.AbstractMETSIngester.ingestObject(AbstractMETSIngester.java:459) > > at > org.dspace.content.packager.AbstractMETSIngester.replace(AbstractMETSIngester.java:1170) > > at > org.dspace.content.packager.AbstractPackageIngester.replaceAll(AbstractPackageIngester.java:241) > > at > org.dspace.content.packager.AbstractPackageIngester.replaceAll(AbstractPackageIngester.java:271) > > at > org.dspace.content.packager.AbstractPackageIngester.replaceAll(AbstractPackageIngester.java:271) > > at > org.dspace.content.packager.AbstractPackageIngester.replaceAll(AbstractPackageIngester.java:271) > > at org.dspace.app.packager.Packager.replace(Packager.java:727) > > at org.dspace.app.packager.Packager.main(Packager.java:373) > > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > > at > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) > > at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) > > at java.lang.reflect.Method.invoke(Method.java:606) > > at > org.dspace.app.launcher.ScriptLauncher.runOneCommand(ScriptLauncher.java:225) > > at > org.dspace.app.launcher.ScriptLauncher.main(ScriptLauncher.java:77) > > Caused by: org.dspace.content.packager.PackageException: Unable to > translate Handle to Internal ID in group named > 'COLLECTION_hdl:10428/1077_ADMIN' as DSpace Object > (Handle='hdl:10428/1077') does not exist. > > at > org.dspace.content.packager.PackageUtils.translateGroupNameForImport(PackageUtils.java:932) > > at > org.dspace.content.packager.RoleIngester.ingestDocument(RoleIngester.java:383) > > at > org.dspace.content.packager.RoleIngester.ingest(RoleIngester.java:471) > > at > org.dspace.content.crosswalk.RoleCrosswalk.ingest(RoleCrosswalk.java:337) > > ... 17 more > > org.dspace.content.crosswalk.CrosswalkInternalException: > org.dspace.content.packager.PackageException: Unable to translate Handle > to Internal ID in group named 'COLLECTION_hdl:10428/1077_ADMIN' as > DSpace Object (Handle='hdl:10428/1077') does not exist. > > Any help with this would be greatly appreciated. I’m at a loss for what > to do next. > > Michael Holt > > Assistant Professor and Reference Librarian/Marketing Coordinator > > Valdosta State University Odum Library > > 1500 North Patterson Street, Valdosta, GA 31698 > > 229.333.7105 > > > > ------------------------------------------------------------------------------ > "Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE > Instantly run your Selenium tests across 300+ browser/OS combos. > Get unparalleled scalability from the best Selenium testing platform available > Simple to use. Nothing to install. Get started now for free." > http://p.sf.net/sfu/SauceLabs > > > > _______________________________________________ > DSpace-tech mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/dspace-tech > List Etiquette: > https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette > ------------------------------------------------------------------------------ "Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE Instantly run your Selenium tests across 300+ browser/OS combos. Get unparalleled scalability from the best Selenium testing platform available Simple to use. Nothing to install. Get started now for free." http://p.sf.net/sfu/SauceLabs _______________________________________________ DSpace-tech mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-tech List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

