I have been getting the following error consistently when I send from one mirth channel to another via LLP:
ERROR 2007-08-20 11:45:28,411 [73c7258c-9498-4585-a56b-fad42ea6c1a3_source_connector._mllpEndpoint#176784 6140.receiver.2] com.webreach.mirth.server.controllers.MessageObjec tController: java.lang.ClassCastException: java.lang.String cannot be cast to java.net.Socket
I have received this on both linux and windows. This is how I produce the error:
Create a new channel that reads a file and sends LLP to a port
Create a new channel that is an LLPReader on the port from the above step and writes a message out to a file.
Copy a file with an HL7 message to the directory being read by the first channel.
Anyone else seeing this?
Thanks,
Andy
ERROR 2007-08-20 11:45:28,411 [73c7258c-9498-4585-a56b-fad42ea6c1a3_source_connector._mllpEndpoint#176784 6140.receiver.2] com.webreach.mirth.server.controllers.MessageObjec tController: java.lang.ClassCastException: java.lang.String cannot be cast to java.net.Socket
I have received this on both linux and windows. This is how I produce the error:
Create a new channel that reads a file and sends LLP to a port
Create a new channel that is an LLPReader on the port from the above step and writes a message out to a file.
Copy a file with an HL7 message to the directory being read by the first channel.
Anyone else seeing this?
Thanks,
Andy
Comment