Hi,
I have 2 channels, one with LLP as source and LLP as destination and another channel with LLP as source and DB writer as destination. Im trying to send an HL7-message to external system and it is sent correctly I think. But the another channel (LLP - DBwriter) wont start (remains stopped after 'Start all') and cant receive the answer. The first channel sends to same IP that the receiver should be listening to. Ports are different.
Error from logs is something like: org.mule.providers.FatalConnectException: ReconnectStrategy "org.mule.providers.SingleAttemptConnectionStrateg y" failed to reconnect receiver on endpoint "mllp://xxx.xx.xx.xxx:6661"
at org.mule.providers.SingleAttemptConnectionStrategy .doConnect(SingleAttemptConnectionStrategy.java:34 )
at org.mule.providers.AbstractConnectionStrategy.conn ect(AbstractConnectionStrategy.java:67)
at org.mule.providers.AbstractMessageReceiver.start(A bstractMessageReceiver.java:396)
at org.mule.providers.AbstractConnector.registerListe ner(AbstractConnector.java:518)
at com.webreach.mirth.server.mule.providers.mllp.Mllp Connector.registerListener(MllpConnector.java:421)
at org.mule.impl.model.AbstractModel.registerListener s(AbstractModel.java:221)
at org.mule.impl.model.AbstractModel.start(AbstractMo del.java:353)
at org.mule.MuleManager.start(MuleManager.java:730)
at org.mule.config.builders.MuleXmlConfigurationBuild er.configure(MuleXmlConfigurationBuilder.java:207)
at org.mule.config.builders.MuleXmlConfigurationBuild er.configure(MuleXmlConfigurationBuilder.java:194)
at com.webreach.mirth.server.Mirth.startMule(Mirth.ja va:178)
at com.webreach.mirth.server.Mirth.restartMule(Mirth. java:160)
at com.webreach.mirth.server.Mirth.run(Mirth.java:115 )
Caused by: org.mule.providers.FatalConnectException: ReconnectStrategy "org.mule.providers.SingleAttemptConnectionStrateg y" failed to reconnect receiver on endpoint "mllp://xxx.xx.xx.xxx:6661"
etc.....
How should I configure the receiver channel?
Thanks.
Post edited by: Harminator, at: 06/19/2007 03:16
I have 2 channels, one with LLP as source and LLP as destination and another channel with LLP as source and DB writer as destination. Im trying to send an HL7-message to external system and it is sent correctly I think. But the another channel (LLP - DBwriter) wont start (remains stopped after 'Start all') and cant receive the answer. The first channel sends to same IP that the receiver should be listening to. Ports are different.
Error from logs is something like: org.mule.providers.FatalConnectException: ReconnectStrategy "org.mule.providers.SingleAttemptConnectionStrateg y" failed to reconnect receiver on endpoint "mllp://xxx.xx.xx.xxx:6661"
at org.mule.providers.SingleAttemptConnectionStrategy .doConnect(SingleAttemptConnectionStrategy.java:34 )
at org.mule.providers.AbstractConnectionStrategy.conn ect(AbstractConnectionStrategy.java:67)
at org.mule.providers.AbstractMessageReceiver.start(A bstractMessageReceiver.java:396)
at org.mule.providers.AbstractConnector.registerListe ner(AbstractConnector.java:518)
at com.webreach.mirth.server.mule.providers.mllp.Mllp Connector.registerListener(MllpConnector.java:421)
at org.mule.impl.model.AbstractModel.registerListener s(AbstractModel.java:221)
at org.mule.impl.model.AbstractModel.start(AbstractMo del.java:353)
at org.mule.MuleManager.start(MuleManager.java:730)
at org.mule.config.builders.MuleXmlConfigurationBuild er.configure(MuleXmlConfigurationBuilder.java:207)
at org.mule.config.builders.MuleXmlConfigurationBuild er.configure(MuleXmlConfigurationBuilder.java:194)
at com.webreach.mirth.server.Mirth.startMule(Mirth.ja va:178)
at com.webreach.mirth.server.Mirth.restartMule(Mirth. java:160)
at com.webreach.mirth.server.Mirth.run(Mirth.java:115 )
Caused by: org.mule.providers.FatalConnectException: ReconnectStrategy "org.mule.providers.SingleAttemptConnectionStrateg y" failed to reconnect receiver on endpoint "mllp://xxx.xx.xx.xxx:6661"
etc.....
How should I configure the receiver channel?
Thanks.
Post edited by: Harminator, at: 06/19/2007 03:16
Comment