Opencast not populating SMP's and 2 workflow jobs pending for some time now #7467
Replies: 1 comment 1 reply
-
|
The lines about being unable to dispatch a job are the clue: whatever service that the workflow is looking for is missing or down. Specifically job 3067214's type would tell you. In the database, that number is the id for the job in job table. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
While we successfully extract out teaching timetable onto opencast, it is not populating our SMP's
A few abnormal behaviors:
3067215 | Queued | START_OPERATION | org.opencastproject.workflow | | | 3/6/26 6:44 PM | | opencast_system_account
Have tried restarting services and servers without success. Below is as snippet of the opencast log file
We running opencast 14.13.0
2026-03-09T13:02:40,357 | WARN | (JobDispatcher$JobDispatcherRunner:555) - Unable to dispatch Job {id:3067214, operation:START_OPERATION, status:QUEUED}
2026-03-09T13:02:44,393 | WARN | (JobDispatcher$JobDispatcherRunner:555) - Unable to dispatch Job {id:3067214, operation:START_OPERATION, status:QUEUED}
2026-03-09T13:02:48,411 | WARN | (JobDispatcher$JobDispatcherRunner:555) - Unable to dispatch Job {id:3067214, operation:START_OPERATION, status:QUEUED}
2026-03-09T13:02:52,426 | WARN | (JobDispatcher$JobDispatcherRunner:555) - Unable to dispatch Job {id:3067214, operation:START_OPERATION, status:QUEUED}
Beta Was this translation helpful? Give feedback.
All reactions