as2 error

Hello everyone,

I am trying to send a AS2 outbound transaction to a trading partner. All the firewall rules and all certs are in place. But we are getting an error

“java.io.EOFException: Connection closed by remote host”. Does anyone has any idea why this error is getting?

i have reached out to TP and they say their system is up and active and accepting transactions.

Thanks,
David.

These kind of errors normally you would need to closely work with your network team/TP side folks to resolve it quickly…But based on the error above it indicates remote server/host is not accepting any of your requests (inbound to TP)…Definetely some thing related to firewall/https certs issue troubleshooting needed:

It’s tough call to say exactly whats going on with in your network layers etc…or some protocol fixes needed:

Please check these articles also If it helps:

[URL]http://advantage.webmethods.com/article/?id=1614327910[/URL]

[URL]http://advantage.webmethods.com/article/?id=1614326919[/URL]

[url]http://advantage.webmethods.com/article/?id=SR-1-62048291[/url]

[url]http://advantage.webmethods.com/article/?id=SR-1-106817371[/url]

HTH,
RMG

Even if the target server is up and running it may not be reachable from your network. From the unix box (of the TN/IS) do a

telnet host port
or ask your system admin do make sure the connectivity is fine. As RMG suggested, you should pull the firewall/network team in. All the best

Cheers
Guna

Thanks Guan for bringing up few more pointers on board: