JavanetSocketException Broken pipe Error

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

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