I have a Dabasereader to a LLP sender. Occasionally (3 on 290) I get an Error message
What does "can't save payload to queue" mean ??
How can I retry this action, so nothing gets lost ??
290 is the total of messages received on the source so there is no large load.
I checked the ReProcess action on the Error and see that a HL7 message is sent but the status is nog changed to SENT.
Post edited by: huubvandemortel, at: 05/31/2007 09:49
Code:
ERROR-408: MLLP Connector error ERROR MESSAGE: Can't save payload to queue java.lang.NullPointerException at com.webreach.mirth.server.mule.providers.mllp.MllpMessageDispatcher.doDispatch(MllpMessageDispatcher.java:137) at org.mule.providers.AbstractMessageDispatcher$Worker.run(AbstractMessageDispatcher.java:257) at org.mule.impl.work.WorkerContext.run(WorkerContext.java:290) at edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:650) at edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:675) at java.lang.Thread.run(Unknown Source)
How can I retry this action, so nothing gets lost ??
290 is the total of messages received on the source so there is no large load.
I checked the ReProcess action on the Error and see that a HL7 message is sent but the status is nog changed to SENT.
Post edited by: huubvandemortel, at: 05/31/2007 09:49
Comment