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)
Answers
-
Alexandru Dataiker, Dataiku DSS Core Designer, Dataiku DSS ML Practitioner, Dataiku DSS Adv Designer, Registered Posts: 1,226 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.
-
Hi @AlexT thank you for your prompt response i will try the solution as suggested and then also create a support ticket if required