On Tue, Mar 5, 2013 at 9:21 PM, Luis Alberto Maguiña Silva <[email protected]> wrote: > Hi, helix84. > Sorry!! In Dspace 1.8 the error is in line 254, in Dspace 3.1 the error is > in line 257 : throw new PackageException(e)
OK, now it makes sense: https://github.com/DSpace/DSpace/blob/dspace-1.8.2/dspace-api/src/main/java/org/dspace/content/packager/RoleDisseminator.java#L241 https://github.com/DSpace/DSpace/blob/dspace-1.8.2/dspace-api/src/main/java/org/dspace/content/packager/RoleDisseminator.java#L479 This fails because you specified -o passwords=true, which attempts to export the password hashes. What I think happens here is that some of your accounts don't have passwords (external auth methods, e.g. LDAP, don't store their passwords in DSpace) and the code doesn't handle this case. Please, file a Jira issue about this and don't forget to mention what authentication methods you use. As a workaround, try doing the export without passwords (which should work). To add the passwords, also do an SQL export + import of the eperson table. Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette ------------------------------------------------------------------------------ Symantec Endpoint Protection 12 positioned as A LEADER in The Forrester Wave(TM): Endpoint Security, Q1 2013 and "remains a good choice" in the endpoint security space. For insight on selecting the right partner to tackle endpoint security challenges, access the full report. http://p.sf.net/sfu/symantec-dev2dev _______________________________________________ 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

