Forum Discussion

StephaneGuedon's avatar
StephaneGuedon
New Contributor
8 years ago

Error pipeline execution stopped by parent

Hello,

I’m trying to use the new error pipeline to export a log table into a log file when something happens during my process

Only problem: when the error pipeline is called (by an exit / threshold 0) its execution is stopped by the parent pipeline failing.

Is it somethig normal ?
Thanks a lot for your help

Stéphane

2 Replies

  • SnapWizard's avatar
    SnapWizard
    New Contributor III

    My problem was solved by selecting the “Trust all certificates” checkbox

  • This seems like a certificate issue. I recently had a similar issue with a proxy server which
    had a self-signed certificate. I had to import its cert into my Java truststore ($JAVA_HOME/lib/security/cacerts) using keytool. Can you share a bit more information.

    • SnapWizard's avatar
      SnapWizard
      New Contributor III

      We are using snaplogic Cloudplex to make the calls to customer api. So do we need to verify the certificate on the Cloudplex server?

      Eva Rodriguez

      • mbowen's avatar
        mbowen
        Employee

        Can you tell me the snap pack that is raising this exception? I assume the customer API is an SSL endpoint. Maybe endpoint certificate isn’t trusted, and needs to be added to cloudplex’s trust store – not sure. I was working with groundplex, and need to understand the demarcation of responsibility with our cloudplexes. I suppose I should know, but don’t, so will find out 🙂

  • dmiller's avatar
    dmiller
    Former Employee

    Any HTTP header key-value pairs not defined in the REST Post that should be?

    • SnapWizard's avatar
      SnapWizard
      New Contributor III

      @dmiller No all header key-value pairs are defined. We have other pipelines set up the same way that is succeeding. The difference between them and this one is the base url. I am able to access the endpoint using other API Testing tools.