You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Sujatha Gollapudi (JIRA)" <ax...@ws.apache.org> on 2009/02/12 11:39:59 UTC

[jira] Created: (AXIS-2776) java.io.IOException:ClientAbortException:java.net.SocketException:Software caused connection abort:socket write error

java.io.IOException:ClientAbortException:java.net.SocketException:Software caused connection abort:socket write error
---------------------------------------------------------------------------------------------------------------------

                 Key: AXIS-2776
                 URL: https://issues.apache.org/jira/browse/AXIS-2776
             Project: Axis
          Issue Type: Bug
    Affects Versions: 1.4
         Environment: Jboss server with Linux operating system
            Reporter: Sujatha Gollapudi
            Priority: Critical


Hi,
when I am requesting SAP RFC using webservices  to get pricing values for more than 40 materials I am getting below exception.


06:30:49,121 WARN  [MsgContext] Error sending end packet

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 org.apache.jk.common.ChannelSocket.send(ChannelSocket.java:531)

        at org.apache.jk.common.JkInputStream.endMessage(JkInputStream.java:112)

        at org.apache.jk.core.MsgContext.action(MsgContext.java:293)

        at org.apache.coyote.Response.action(Response.java:182)

        at org.apache.coyote.Response.finish(Response.java:304)

        at org.apache.jk.server.JkCoyoteHandler.invoke(JkCoyoteHandler.java:204)

        at org.apache.jk.common.HandlerRequest.invoke(HandlerRequest.java:282)

        at org.apache.jk.common.ChannelSocket.invoke(ChannelSocket.java:767)

        at org.apache.jk.common.ChannelSocket.processConnection(ChannelSocket.java:697)

        at org.apache.jk.common.ChannelSocket$SocketConnection.runIt(ChannelSocket.java:889)

        at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)

        at java.lang.Thread.run(Thread.java:595)




Using set timeout method with stub object I am able to increase connection timeout/socket timeout value in windows xp operating system but it is not working in unix and solaries operating system.
Please help me in this.


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.