I'm using a APIs in EI. Sometimes the endpoint return unexpect message that the datamapper can't working.
$TID: [-1234] [] [2019-03-20 17:25:24,042] ERROR {API_LOGGER.getSignDetailInfoByChid1} - DataMapper mediator : mapping failed {API_LOGGER.getSignDetailInfoByChid1}
After tens of such ERROR, EI can't provide any service, even endpoint return normal message. In the log, I found the API finished in sequence and out sequence, just can't respond.
$TID: [-1] [] [2019-03-20 18:10:36,561] INFO {org.apache.synapse.transport.passthru.SourceHandler} - Writer null when calling informWriterError {org.apache.synapse.transport.passthru.SourceHandler}
Stop and restart EI can fix this problem.
How can I solve this problem without restart?