Uploaded image for project: 'FlightPath'
  1. FlightPath
  2. FLPATH-1594

MTA 7 fails to execute with 500 error: instanceId has coerced Null value for NonNull type

XMLWordPrintable

    • False
    • Hide

      None

      Show
      None
    • False

      Description of the problem:
      When trying to execute MTA 7, the workflow execution fails with the following error:

      {
        "error": {
          "name": "Error",
          "message": "Request failed with status 500 Internal Server Error, {\"message\":\"[GraphQL] Variable 'instanceId' has an invalid value: Variable 'instanceId' has coerced Null value for NonNull type 'String!'\"}"
        },
        "response": {
          "statusCode": 500
        }
      } 

       

      How reproducible: 100%

      Steps to reproduce:

      1. Deploy MTA7 using chart mta-v7-0.2.30

      2. Customize the props cm with:

          mta.url = https://mta-openshift-mta.apps.{cluster name}.{cluster domain}
          quarkus.rest-client.mta_json.url = http://mta-ui.openshift-mta.svc.cluster.local:8080
          quarkus.log.category.\"org.apache.http\".level = DEBUG 

      3. Try to execute the workflow.

      Actual results: Workflow execution fails:

      Expected results: Workflow should run normally

            rh-ee-gfarache Gabriel Farache
            yfirst Yona First
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: