Forum Discussion
ok this is weird. When I put it in my pipeline I am getting this error message.
Pipeline failed to prepare
Reason: java.lang.StackOverflowError
Resolution: Please address the reported error
The snap it is failing on is not in the loop section at all. It is the directory browser.
Has anyone seen this and what is the fix. Also if I break the router and union connection. It works.
I had that error too…
I was intrigued by the looping logic mentioned in the thread above because I had never seen or thought about doing something like that. But when I put together a simple pipeline to try and test it out (see below) I get the same StackOverflowError when trying to run or validate the pipeline.
As far as the snap it is failing on, I think it just mentions the first snap, but really failed trying to prepare the pipeline, not necessarily with the first snap…
- tstack7 years agoFormer Employee
I believe the schema and table name expressions can only refer to pipeline parameters and not properties in the input document. Can you restructure your pipeline to make that happen? You might have to use a child pipeline with a Pipeline Execute snap.