Error while executing sequence - NotAcceptableIOException : Not acceptable for testsnap2lsat: { "error_map" : null }
Hi…I’m getting the below error in my sequence on random pipelines. It automatically gets resolved and repeats again, however the child pipelines when executed individually works fine. Does anyone have an idea on this? Any information would be helpful! com.snaplogic.snap.api.SnapDataException: Failed to execute pipeline at com.snaplogic.snaps.flow.PipeExec.executePipeline(PipeExec.java:1121) at com.snaplogic.snaps.flow.PipeExec.process(PipeExec.java:802) at com.snaplogic.snaps.flow.PipeExec.processSafely(PipeExec.java:627) at com.snaplogic.snaps.flow.PipeExec.execute(PipeExec.java:486) at com.snaplogic.cc.snap.common.SnapRunnableImpl.executeSnap(SnapRunnableImpl.java:812) at com.snaplogic.cc.snap.common.SnapRunnableImpl.execute(SnapRunnableImpl.java:586) at com.snaplogic.cc.snap.common.SnapRunnableImpl.doRun(SnapRunnableImpl.java:877) at com.snaplogic.cc.snap.common.SnapRunnableImpl.call(SnapRunnableImpl.java:436) at com.snaplogic.cc.snap.common.SnapRunnableImpl.call(SnapRunnableImpl.java:120) at java.base/java.util.concurrent.FutureTask.run(Unknown Source) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: com.snaplogic.api.ExecutionException: Prepare on neighbor failed at com.snaplogic.cc.pipeline.PipelineManager.plexExecute(PipelineManager.java:2395) at com.snaplogic.cc.pipeline.PipelineManager.execute(PipelineManager.java:2448) at com.snaplogic.snapi.pipeline.builder.PipelineExecutionBuilderImpl.execute(PipelineExecutionBuilderImpl.java:220) at com.snaplogic.snapi.pipeline.builder.PipelineExecutionBuilderImpl.retry(PipelineExecutionBuilderImpl.java:185) at com.snaplogic.snaps.flow.PipeExec.executePipeline(PipeExec.java:1021) ... 14 more Caused by: com.snaplogic.util.NotAcceptableIOException: Not acceptable for testsnap2lsat: { "error_map" : null } at com.snaplogic.util.HttpUtils.getInputStreamFromResponse(HttpUtils.java:250) at com.snaplogic.util.HttpUtils.getInputStreamFromResponse(HttpUtils.java:164) at com.snaplogic.cc.pipeline.PipelineManager.plexExecute(PipelineManager.java:2334) ... 18 more Reason: Not acceptable for testsnap2lsat: { "error_map" : null } Error Fingerprint[0] = efp:com.snaplogic.snaps.flow.VugOJsmW Error Fingerprint[1] = efp:com.snaplogic.cc.pipeline.fqgzTyoF Error Fingerprint[2] = efp:com.snaplogic.util.aWBrAYmz2.6KViews0likes2CommentsHow to access error view document
Normally with our pipelines, if there is an error, we feed the error view document into an email, or a Jira object We have had a third party create a pipeline recently, and they have not done this We have had an error over night, and this is telling me to open the error view document, and I found a post online that suggests you can do this from the pipeline, but doesn’t give any details, and I can’t find anything in Snap Logics help, or anything else online Is this possible? And how do I do it? Thanks2.2KViews0likes1Comment