cancel
Showing results for 
Search instead for 
Did you mean: 

Java Scheduler Jobs in Error State

Former Member
0 Kudos

Hello Dears,

We've encountered the following problem:

We have some Java application scheduled to run on the Java scheduler every 30 minutes. And now some of this jobs went to the error state. It can be like - two consequent jobs in error, than one completed fine, than in 30 minutes again error - something like that. The job log in the scheduler shows that the program itself is working fine. It is the job that fails. Can you please advise where to investigate that and what could be the possible root cause?

Thanks,

Renat

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

The only thing that looks consistent is that the jobs that are running more that 29 to 30 min are failing.

So it looks to me some connection time-out that is happening and the job is not getting exact response finish code.

So we can first find the max time the BPM job takes to finish and then schedule the job with a frequency little grater than that.

Thanks

Rishi Abrol