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…
- cstewart8 years agoFormer Employee
The way to address this one is to use the REST GET Snap, and use the HAS NEXT functionality. You can make it iterate until the correct response is received.
(You may not have a loop in a pipeline)