Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Replacing <namespace> with your environments namespace and <soMonitoringPodName> with the full name of your SO-Monitoring pod. This command will give you some detailed information from the execution of the pod.

Receiving 500 Error while executing BPMN workflows

BPMN flows are throwing JsonMappingException while serializing RollbackData.

We can check this by

  1. Press F12 on the browser to load the developers mode
  2. Click on Console(clear it if required)

    Image Added

  3. Observe errors(red text) and if the description is similar to  "Error : No serializer found for class org.onap.so.bpmn.core.RollbackData and no properties discovered to create BeanSerializer"


    This issue 'could' be associated with any one of the objects being used in the BPMN flows to be declared as a java object but attempted to be serialized into 'RollbackData' without marking/declaring  it as serializable.
    One instance of the issue has been fixed under SO-1236 .