Versions Compared

Key

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

...

Internal Service Error occured for operation : GET please check backend  service log. status code: 500



We This can check this by be checked by following the below guidelines:-

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



  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,when it's declared as a java object but attempted to be serialized into the object 'RollbackData' serialized  without marking/declaring it as serializable.