Error while executing jobs

Srkanoje
Level 3
Error while executing jobs

I Tried to run a job and the error comes up as can someone please help

Error : 
java.lang.StackOverflowError at com.dataiku.dip.dataflow.JobComputer.cleanupImplicitActivities(JobComputer.java:625) at com.dataiku.dip.dataflow.JobComputer.cleanupImplicitActivities(JobComputer.java:626)

0 Kudos
2 Replies
AlexT
Dataiker

Hi @Srkanoje,

StackOverflowError would usually indicate there is a loop in your flow that is not supported by DSS during a recursive build.  You can either remove the loop in your flow so that the recursive building works.  If the loop is required, then try using a multi-step scenario to build the recursive portion one dataset after another.

For further assistance, I would suggest you open a support ticket. Please include the diagnostics in the support ticket. From the job page, click on Actions > Download job diagnosis. the support ticket. 

Srkanoje
Level 3
Author

Hi @AlexT thank you for your prompt response i will try the solution as suggested and then also create a support ticket if required 

 

0 Kudos