Class ResetFailedFiles


  • public class ResetFailedFiles
    extends Object
    Utility to enable retry of indexing for selected files after they have reached maxFailedAttempts.
    • Constructor Detail

      • ResetFailedFiles

        public ResetFailedFiles()
    • Method Detail

      • main

        public static void main​(String[] args)
        Usage: java -cp dk.netarkivet.wayback.jar -Ddk.netarkivet.settings.file=/home/test/TEST12/conf/settings_WaybackIndexerApplication.xml -Dsettings.common.applicationInstanceId=RESET_FILES dk.netarkivet.wayback.indexer.ResetFailedFiles file1 file2 ...

        The given files are reset so that they appear never to have failed an indexing attempt. They will therefore be placed in the index queue the next time the indexer runs.

        Parameters:
        args - the file names