Versions Compared

Key

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

OpenSRP connector is the backend service that pushes form submissions from client to OpenMRS via OpenMRS REST module. Being a REST backend service that pushes data to external system there is possibility that due to number of reasons it fails to push data to OpenMRS. In that case Form Submission is saved as it is and also logged as Failed Submission in error tracker module (under progress). Below are various errors thrown found in stacktrace and their possible solutions.

 

1) java.lang.NullPointerException at org.opensrp.connector.OpenmrsConnector......

...