Uploaded image for project: 'JS - JobScheduler'
  1. JS - JobScheduler
  2. JS-1520

JobScheduler returns an unknown exception when executing the <show_history> command

    XMLWordPrintable

Details

    • Fix
    • Status: Dismissed (View Workflow)
    • Minor
    • Resolution: Cannot Reproduce
    • 1.11
    • 1.11
    • None
    • None

    Description

      Current Situation
      When executing the command <show_history job="job_that_does_not_exist" prev="100"/> JobScheduler returns

      <spooler>
         <answer time="2015-11-09T08:39:44.972Z">
            <ERROR code="std::exception"
                   text="Unknown exception"
                   time="2015-11-09T08:39:44Z"/>
         </answer>
      </spooler>
      

      Desired Behavior
      When executing the command <show_history job="job_that_does_not_exist" prev="100"/> JobScheduler returns

      <spooler>
         <answer time="2015-11-09T08:54:36.565Z">
            <ERROR code="SCHEDULER-161"
                   text="SCHEDULER-161  There is no Job '/batch_install_universal_agent/job3333'"
                   time="2015-11-09T08:54:36Z"/>
         </answer>
      </spooler>
      

      Attachments

        Activity

          People

            ur Uwe Risse
            ur Uwe Risse
            Uwe Risse Uwe Risse
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: