I have a channel configured to receive HL7 for LLP Listener. I have been able to receive HL7 from a test VOE VistA setup as well. MIK is sending messages to this channel but I get the following error: What does this refer to?
FATAL 2007-06-06 23:26:32,051 [212e0968-39c7-42b0-a393-e77462fe7a90_source_connector._mllpEndpoint#-943234270.receiver.3] org.mule.impl.DefaultComponentExceptionStrategy: The Default Component Exception Strategy has been invoked but there is no current event on the context
FATAL 2007-06-06 23:26:32,051 [212e0968-39c7-42b0-a393-e77462fe7a90_source_connector._mllpEndpoint#-943234270.receiver.3] org.mule.impl.DefaultComponentExceptionStrategy: The error is: sleep interrupted
java.lang.InterruptedException: sleep interrupted
at java.lang.Thread.sleep(Native Method)
at com.webreach.mirth.server.mule.providers.mllp.Mllp MessageReceiver$TcpWorker.run(MllpMessageReceiver. java:278)
at org.mule.impl.work.WorkerContext.run(WorkerContext .java:290)
at edu.emory.mathcs.backport.java.util.concurrent.Thr eadPoolExecutor$Worker.runTask(ThreadPoolExecutor. java:650)
at edu.emory.mathcs.backport.java.util.concurrent.Thr eadPoolExecutor$Worker.run(ThreadPoolExecutor.java :675)
at java.lang.Thread.run(Unknown Source)
Also I have set, in my channel
1. Start of message Char: 0x0B
2. End of message Char: 0x1C
3. Record Separator Char: 0x0D
4. End of Segment Char: 0x0D
Is this error caused due to MIK sending different start, end of message, etc. characters?
FATAL 2007-06-06 23:26:32,051 [212e0968-39c7-42b0-a393-e77462fe7a90_source_connector._mllpEndpoint#-943234270.receiver.3] org.mule.impl.DefaultComponentExceptionStrategy: The Default Component Exception Strategy has been invoked but there is no current event on the context
FATAL 2007-06-06 23:26:32,051 [212e0968-39c7-42b0-a393-e77462fe7a90_source_connector._mllpEndpoint#-943234270.receiver.3] org.mule.impl.DefaultComponentExceptionStrategy: The error is: sleep interrupted
java.lang.InterruptedException: sleep interrupted
at java.lang.Thread.sleep(Native Method)
at com.webreach.mirth.server.mule.providers.mllp.Mllp MessageReceiver$TcpWorker.run(MllpMessageReceiver. java:278)
at org.mule.impl.work.WorkerContext.run(WorkerContext .java:290)
at edu.emory.mathcs.backport.java.util.concurrent.Thr eadPoolExecutor$Worker.runTask(ThreadPoolExecutor. java:650)
at edu.emory.mathcs.backport.java.util.concurrent.Thr eadPoolExecutor$Worker.run(ThreadPoolExecutor.java :675)
at java.lang.Thread.run(Unknown Source)
Also I have set, in my channel
1. Start of message Char: 0x0B
2. End of message Char: 0x1C
3. Record Separator Char: 0x0D
4. End of Segment Char: 0x0D
Is this error caused due to MIK sending different start, end of message, etc. characters?
Comment