IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

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

JavanetSocketException Broken pipe Error

  • 1.  JavanetSocketException Broken pipe Error

    Posted Tue October 04, 2005 08:41 PM

    Hi All,
    we have an Integration which does a http post to a website.we are getting the following error randomly in production.

    java.net.SocketException: Broken pipe

    Error Dump: com.wm.app.b2b.server.ServiceException: java.net.SocketException: Broken pipe

    when we re run the Integration,we donot get any error as such.It runs fine.

    We are unable to replicate the same error in DEV environment.

    I checked the config file for time out parameters

    watt.server.keepAliveTimeout=180000 and watt.net.timeout=0.

    I would appreciate if anyone can throw some light on this error.

    Thanks,
    Santosh


    #Integration-Server-and-ESB
    #webMethods
    #Flow-and-Java-services


  • 2.  RE: JavanetSocketException Broken pipe Error

    Posted Tue August 15, 2006 04:30 PM

    Hi Santosh I have the same Problem. Can you please tell me how you resolved this issue:

    ===========
    java.net.SocketException: Broken pipe
    at java.net.SocketOutputStream.socketWrite0(Native Method)
    at java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:92)
    at java.net.SocketOutputStream.write(SocketOutputStream.java:136)
    at java.io.DataOutputStream.write(DataOutputStream.java:85)
    at java.io.FilterOutputStream.write(FilterOutputStream.java:80)
    at Synergex.net.xfSocket.send(xfSocket.java:63)
    at Synergex.net.LauncherSession.send(LauncherSession.java:705)
    at Synergex.net.LauncherSession.send(LauncherSession.java:692)
    at Synergex.net.LauncherSession.sendShutdownMessage(LauncherSession.java:807)
    at Synergex.synProxy.SynergyWebProxy.sendShutdownMessage(SynergyWebProxy.java:825)
    at com.rci.apps.wm.adapter.DBLAdapter.connection.DBLConnection.reInitializeConnection(DBLConnection.java:559)
    at com.rci.apps.wm.adapter.DBLAdapter.connection.DBLConnection.executeXCall(DBLConnection.java:447)
    at com.rci.apps.wm.adapter.DBLAdapter.service.DBLCallAPI.execute…



    ==========

    Thanks,
    Sunny


    #Flow-and-Java-services
    #webMethods
    #Integration-Server-and-ESB