Uploaded image for project: 'NetarchiveSuite'
  1. NetarchiveSuite
  2. NAS-2241

Runningjobs statistic systems depends on classic naming system

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Major
    • 4.2
    • None
    • None
    • None
    • Hide

      Deploy netarchiveSuite using the following heritrix overrides:

      <heritrix>
      <inactivityTimeout>1800</inactivityTimeout>
      <noresponseTimeout>1800</noresponseTimeout>
      <crawlLoopWaitTime>60</crawlLoopWaitTime>
      <archiveNaming><class>
      dk.netarkivet.harvester.harvesting.CollectionPrefixNamingConvention
      </class>
      <collectionName>netarkivet-collection</collectionName>
      </archiveNaming>
      </heritrix>

      This should not result in a NumberFormatException

      Show
      Deploy netarchiveSuite using the following heritrix overrides: <heritrix> <inactivityTimeout>1800</inactivityTimeout> <noresponseTimeout>1800</noresponseTimeout> <crawlLoopWaitTime>60</crawlLoopWaitTime> <archiveNaming><class> dk.netarkivet.harvester.harvesting.CollectionPrefixNamingConvention </class> <collectionName>netarkivet-collection</collectionName> </archiveNaming> </heritrix> This should not result in a NumberFormatException

    Description

      java.lang.NumberFormatException: For input string: "netarkivet"
      at java.lang.NumberFormatException.forInputString(NumberFormatException.java:48)
      at java.lang.Long.parseLong(Long.java:410)
      at java.lang.Long.parseLong(Long.java:468)
      at dk.netarkivet.harvester.datamodel.RunningJobsInfoDBDAO.storeFrontierReport(RunningJobsInfoDBDAO.java:789)
      at dk.netarkivet.harvester.harvesting.monitor.HarvestMonitor.visit(HarvestMonitor.java:215)
      at dk.netarkivet.harvester.harvesting.distribute.FrontierReportMessage.accept(FrontierReportMe

      Attachments

        Activity

          People

            svc Søren Vejrup Carlsen (Inactive)
            svc Søren Vejrup Carlsen (Inactive)
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: