Official reasons for “Software caused connection abort: socket write error”

后端 未结 14 2287
别跟我提以往
别跟我提以往 2020-11-21 07:21

Given this stack trace snippet

Caused by: java.net.SocketException: Software caused connection abort: socket write error
&nbs

14条回答
  •  南旧
    南旧 (楼主)
    2020-11-21 07:59

    This error happened to me while testing my soap service with SoapUI client, basically I was trying to get a very big message (>500kb) and SoapUI closed the connection by timeout.

    On SoapUI go to:

    File-->Preferences--Socket Timeout(ms)

    ...and put a large value, such as 180000 (3 minutes), this won't be the perfect fix for your issue because the file is in fact to large, but at least you will have a response.

提交回复
热议问题