Hi Gary, The output of the AIP backup scripts (including both successes and errors) will be logged to your main dspace.log file. Usually (at least in cases I've seen), the underlying error message will appear in that log file, providing clues as to which object is having issues. It's possible that a single item is problematic, or it's also possible you'll see an OutOfMemory error, in which case the backup process is just running out of memory at the same point each time.
In any case, the first way to debug this would be to check your logs and see what is being reported there. Items are *not* processed in Handle order, instead the process essentially "crawls" your hierarchy of Communities and Collections...starting at the top, and drilling down from Community to Collection to all Items in that collection. The order is likely the same each time. And the Item that errored out is likely in the same Collection as other Items processed just before it (as the way the process crawls your content, it essentially moves Collection by Collection). If none of this helps, it's also possible to turn debugging on in your logs (which can get very noisy). But, I'll admit, usually I've found the error in the logs provides most, if not all, of the information you need. I hope that helps some. Please let us know what you find in the logs, and whether you need further help. Tim On Mon, Feb 5, 2018 at 5:55 PM Gary Browne <[email protected]> wrote: > Hi all, > > JSPUI > > DSpace 4.1 > > Tomcat 7 > > Apache 2.2 > > RHEL 6.9 > > > I'm doing an AIP backup on a collection like this: > > [/data/dspace/bin]$ ./dspace packager -d -a -t AIP -e > [email protected] -i 2222/222 /tmp/222.zip > > It fails after the same number of items every time (2018 of 3803). Are > items processed in handle order (so I can figure out which item is the > problem)? And/or how can get debug information using this script? > > Thanks a lot, > > Gary > > -- > You received this message because you are subscribed to the Google Groups > "DSpace Technical Support" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/group/dspace-tech. > For more options, visit https://groups.google.com/d/optout. > -- Tim Donohue Technical Lead for DSpace & DSpaceDirect DuraSpace.org | DSpace.org | DSpaceDirect.org -- You received this message because you are subscribed to the Google Groups "DSpace Technical Support" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/dspace-tech. For more options, visit https://groups.google.com/d/optout.
