cancel
Showing results for 
Search instead for 
Did you mean: 

Java Scheduler - How to remove job with Status - STARTING

Former Member
0 Kudos

Hi,

Has anyone tried removing jobs with status - STARTING ?

I cant seems to be able to remove them.

Thanks.

Accepted Solutions (0)

Answers (2)

Answers (2)

bhalchandraswcg
Contributor
0 Kudos

In my case, the job stuck in STARTING state was custom developed and the constructor was not executing successfully because of code issue.

In any case, Note 2356810 - Cleaning Jobs left by the Java Scheduler can be used to cleaup jobs in STARTING state by setting parameter HandleStateStarting to true.

Ernaldo's jobs were automatically deleted because a task named CleanJobTask_Default is scheduled out of the box using the Job Definition CleanJob to execute weekly and has HandleStateStarting parameter set to true.

Hope this helps,

Bala

ernaldo_cezar2
Explorer
0 Kudos

Dear Bertina,

I know this is a very old question, but I'm facing the same problem as you did.

Could you solve this issue by yourself?

Regards,

Ernaldo

ernaldo_cezar2
Explorer
0 Kudos

Dear Bertina,

After 10 days the jobs were automatically deleted.

Regards,

Ernaldo