cancel
Showing results for 
Search instead for 
Did you mean: 

Error "Outbound processing in endpoint at /xxxxxx failed with message "

surajarafath
Contributor
0 Kudos

Hi Experts,

We received an error at one of our Iflow transferring CSV file from SF to SFTP. Below is the error message. Please help to shed some light to resolve it.

Trust me I have searched all over before posting this issue.. Thanks in advance.

Error Details Outbound processing in endpoint at /xxxxxxxxxx failed with message "SoapFault:faultstring=Problem writing SAAJ model to stream: org.apache.catalina.connector.ClientAbortException: java.net.SocketException: Connection reset; faultcode={http://schemas.xmlsoap.org/soap/envelope/}Client", caused by "SocketException:Connection reset"

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member191044
Active Contributor

Hi, this sounds like a timeout for me, how long does the upload take? Does the exception occur after a specific time period like 30 sec?

surajarafath
Contributor
0 Kudos

Hi Tobias,

It seems after 5 mins everytime from the requestor side it terminates but the actual service running more than 15-30 mins.

Service run seems to be okay, but the requestor stops after 5 mins thinking that there is no response.

Please share your thoughts.

Thank you,

surajarafath
Contributor
0 Kudos

Hi Tobias,

Actually, this was working well last month but we are receiving this error now. Yeah, as you said it seems to be a timeout issue but not sure though. Upload time of the file varies, i even saw this service completed succesfully with duration of 29 mins..

At what exact place you think time out happened. Please help me out.

former_member191044
Active Contributor
0 Kudos

Well, you have two options. you can raise the time out on requester side which could block resources ofc or you have to reduce the upload time. I have no insight about the upload so i can't tell you why it takes so long. Maybe you can split the upload file to several smaller files.