HTTP Connector Error

vendredi 6 février 2015

Hello, I have an HTTP Sender in place that transmits to a destination over a VPN. A small percentage of my messages error out with the below error message (most likely due to "hiccups" in the VPN connection). When the error occurs, I have to manually go to the message and simply re-process it. This is coming quite a burden and interruption in workflow, and I was wondering if anybody knew a way to have these message automatically reprocess.



ERROR-404: HTTP connector error

ERROR MESSAGE: Error connecting to web service.

java.net.SocketException: Connection reset

at java.net.SocketInputStream.read(Unknown Source)

at java.net.SocketInputStream.read(Unknown Source)

at java.io.BufferedInputStream.fill(Unknown Source)

at java.io.BufferedInputStream.read(Unknown Source)

at org.apache.commons.httpclient.HttpParser.readRawLi ne(HttpParser.java:77)

at org.apache.commons.httpclient.HttpParser.readLine( HttpParser.java:105)

at org.apache.commons.httpclient.HttpConnection.readL ine(HttpConnection.java:1115)

at org.apache.commons.httpclient.HttpMethodBase.readS tatusLine(HttpMethodBase.java:1832)

at org.apache.commons.httpclient.HttpMethodBase.readR esponse(HttpMethodBase.java:1590)

at org.apache.commons.httpclient.HttpMethodBase.execu te(HttpMethodBase.java:995)

at org.apache.commons.httpclient.HttpMethodDirector.e xecuteWithRetry(HttpMethodDirector.java:397)

at org.apache.commons.httpclient.HttpMethodDirector.e xecuteMethod(HttpMethodDirector.java:170)

at org.apache.commons.httpclient.HttpClient.executeMe thod(HttpClient.java:396)

at org.apache.commons.httpclient.HttpClient.executeMe thod(HttpClient.java:324)

at com.mirth.connect.connectors.http.HttpMessageDispa tcher.submitHttpRequest(HttpMessageDispatcher.java :148)

at com.mirth.connect.connectors.http.HttpMessageDispa tcher.sendPayload(HttpMessageDispatcher.java:219)

at org.mule.providers.QueueEnabledConnector$QueueWork er.run(QueueEnabledConnector.java:218)

at java.lang.Thread.run(Unknown Source)





HTTP Connector Error

0 commentaires:

Enregistrer un commentaire