ERROR: The Scheduler cannot be restarted after shutdown() has been called.

33 views
Skip to first unread message

Karthik Jay

unread,
Feb 1, 2023, 11:17:51 AM2/1/23
to sdc-user

One of the pipelines that we created immediately switces to "FINISHED" state after we start it. This started happening after we "FORCE SHUTDOWN " the pipeline with the CRON. Looks like the Pipeline id got registered somwhere with the CRON Shutdown status and wont allow us to restart.


DEBUG
Staring pipeline with offset: {}
ProductionPipelineRunner
 
ERROR
The Scheduler cannot be restarted after shutdown() has been called.
SchedulerPushSource
org.quartz.SchedulerException: The Scheduler cannot be restarted after shutdown() has been called.    at org.quartz.core.QuartzScheduler.start(QuartzScheduler.java:529)    at org.quartz.impl.StdScheduler.start(StdScheduler.java:142)

Karthik Jay

unread,
Feb 2, 2023, 8:42:24 AM2/2/23
to sdc-user, Karthik Jay
Restart of the server fixed it, it was primarily because a force shutdown of CRON pipeline sends it to shutdown status in the repository/databse(not sure where) and any new restart of the pipeline finishes immediately with the mentioned error.
Reply all
Reply to author
Forward
0 new messages