webMethods

webMethods

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
Expand all | Collapse all

java.net.SocketTimeoutException: Read timed out

  • 1.  java.net.SocketTimeoutException: Read timed out

    Posted Wed March 15, 2006 05:41 PM

    Hello guys,

    We have a problem with one of our partners. We can send EDI documents to them and we get the MDN.

    But when they try to send something to us they get this error:

    java.net.SocketTimeoutException: Read timed out

    Any ideas? Thanks a lot in advance. Martin.


    #webMethods
    #Integration-Server-and-ESB
    #B2B-Integration


  • 2.  RE: java.net.SocketTimeoutException: Read timed out

    Posted Tue February 08, 2011 09:29 PM

    Did you find a solution to this issue?


    #webMethods
    #B2B-Integration
    #Integration-Server-and-ESB


  • 3.  RE: java.net.SocketTimeoutException: Read timed out

    Posted Wed February 09, 2011 12:33 AM

    If you are able to send data, it means that path from your application to their application is clear and when they send back MDN, it will be using same session and hence you recieve it successfully.
    If customer is getting timeout while sending data, it could be:

    1. Their firewall might not be open and hence data is not going out of their network. - Request them to run traceroute command to confirm the same.
    2. Firewall on your side might not be open - Check with your firewall team for the same
    3. Transaction hitting network, but not reaching internal servers. - Increase log level in RI to confirm if transactions are hitting.

    If you have already performed these checks, pl let me know. I can suggest further checks.

    -Jay


    #webMethods
    #B2B-Integration
    #Integration-Server-and-ESB


  • 4.  RE: java.net.SocketTimeoutException: Read timed out

    Posted Thu February 10, 2011 07:53 AM