cancel
Showing results for 
Search instead for 
Did you mean: 

activitiy or FailedJobRetryTimerCycleValue is null

chassande
Champ in-the-making
Champ in-the-making
Hello,

I am using Activiti 5.16.4.
I have a process calling another process. As the call is asynchronous my current JTA transaction is committed. All business database requests have been sent to the database and the transaction seems to be committed with success.
Just after I have the following log message :
JobRetryCmd.execute : activitiy or FailedJobRetryTimerCycleValue is null in job 110'. only decrementing retries.

And of course my sub process is not invoked at alll.

What does it means ?
Where I can find more information about the execution of my processess ?

Best regards,
Seb
2 REPLIES 2

chassande
Champ in-the-making
Champ in-the-making
Hello,

By configuring the activiti logging at DEBUG level I found the problem in my configuration : missing spring beans referenced by the sub process.
Can I suggest to change the logging level in the class CommandContext.close():170 to error. It seems it was the case in 5.12 and you change level between the 5.12 and the 5.16 version.

Best regards,
Seb

trademak
Star Contributor
Star Contributor
Hmm interesting point. I think error would make sense, but it might create additional logging in cases where it's not needed. Can you create a JIRA issue?

Thanks,