Uploaded image for project: 'JITL - JobScheduler Integrated Template Library'
  1. JITL - JobScheduler Integrated Template Library
  2. JITL-644

The jobscheduler_event.sh|cmd should not throw an error while checking an event

    XMLWordPrintable

Details

    • Fix
    • Status: Released (View Workflow)
    • Minor
    • Resolution: Fixed
    • 1.12, 1.13
    • 1.12.15, 1.13.9
    • None

    Description

      Current Situation

      • On checking the event using the script jobscheduler_event.sh with the command ./jobscheduler_event.sh -e Event_Group -i Event_Name -s Host -r 4444 -w check it throws the error: Error: Could not find or load main class sos.scheduler.misc.JobSchedulerEventXPath
      • The command works for Add and Remove event but only throws an error with the Check event.

      Desired Behavior

      • The jobscheduler_event.sh should not throw an error while checking an event.

      Maintainer Note

      • The Java class sos.scheduler.misc.JobSchedulerEventXPath is no longer included since release 1.12.4
      • The JOC Cockpit REST Web Service provides a resource to check events, to add and to delete events.
      • To this purpose the jobscheduler_event.sh script has to know the address of JOC Cockpit and the login credentials that can be specified like this:
        • in SCHEDULER_DATA/config/private/private.conf
          joc.account = "root:root"
          joc.url = "http://localhost:4446"
        • by command line parameters
          -u http://localhost:4446 -n root:root

      Attachments

        Activity

          People

            oh Oliver Haufe
            Kanika-Agrawal Kanika Agrawal
            Kanika Agrawal Kanika Agrawal
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: