Uploaded image for project: 'Service Orchestrator'
  1. Service Orchestrator
  2. SO-1434

Exception for sdncCallbackUrl is null in service delete process

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Medium Medium
    • None
    • Dublin Release, Casablanca Maintenance Release
    • CMCC LAB

      While deleting service instance in CMCC lab, we got this exception:

      ...

      2019-01-28T12:28:51.260Z|98bb6a39-e1d4-4da5-bbf9-ecb3deedcf2b| o.o.s.b.i.scripts.DoDeleteE2EServiceInstance - URN_mso_workflow_sdncadapter_callback is null
      2019-01-28T12:28:51.261Z|98bb6a39-e1d4-4da5-bbf9-ecb3deedcf2b| org.onap.so.bpmn.common.scripts.ExceptionUtil - Building a WorkflowException for Subflow DoDeleteE2EServiceInstance

      ...

       

      This may be caused by bad variableName for getting sdncCallbackUrl, such as:

      so\bpmn\so-bpmn-infrastructure-common\src\main\groovy\org\onap\so\bpmn\infrastructure\scripts\DoDeleteE2EServiceInstance.groovy 

      line 117:

      String sdncCallbackUrl = UrnPropertiesReader.getVariable('URN_mso_workflow_sdncadapter_callback', execution)

       

      so\bpmn\so-bpmn-infrastructure-common\src\main\groovy\org\onap\so\bpmn\infrastructure\scripts\DoDeleteResourcesV1.groovy

      line 100:

      String sdncCallbackUrl = UrnPropertiesReader.getVariable('URN_mso_workflow_sdncadapter_callback', execution)

       

      Actually the variableName should be "mso.workflow.sdncadapter.callback".

            sonicke sonicke
            sonicke sonicke
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: