cancel
Showing results for 
Search instead for 
Did you mean: 

activiti stop after executing a task

houssam
Champ in-the-making
Champ in-the-making
hello,
i have some instances of the same process in progress, this process work fine and more than 1000 instances already reach the end point, but recently i encountred a problem wich stops all server executions, i tried to find the source of the problem and it  seems caused by the ACt_RU_JOB table because when i delete it everyrhing starts to work, but the problem occure again and again after executing a number of instances and i can't see any error
4 REPLIES 4

trademak
Star Contributor
Star Contributor
Which version of Activiti are you using? Could it be that you have a lot of asynchronous tasks? I'm suspecting that the job executor threads are hanging.

Best regards,

houssam
Champ in-the-making
Champ in-the-making

I had first 5.11 wasn't working so tried with 5.14 not working as well.
Am currently using 5.14, i don't use any assynchronous task in my process.

Any other suggestion to solve it?

trademak
Star Contributor
Star Contributor
Like asked in your other post about the job executor, we need more information to say something useful. If you don't use asynchronous tasks, are you using timers?

Best regards,

houssam
Champ in-the-making
Champ in-the-making
Yes am using a timer that notify the service …
I have seen on this topic "Jobexecutor does not cope with simultaneousness " that there was a probleme with the 5.11 version so did the update and am still facing the same issue.

Thanks in advance,

Houssam