Java error - Software caused connection abort: recv failed

后端 未结 3 1846
梦如初夏
梦如初夏 2021-01-05 15:11

The full error is:

java.net.SocketException: Software caused connection abort: recv failed
    at java.net.SocketInputStream.socketRead0(Native Method)
    a         


        
3条回答
  •  旧巷少年郎
    2021-01-05 15:55

    This error occurs exactly due to problem in network. It comes when connection with your database failed and and application is unable to retrieve the required data. The problem may be in your connection wire or with the modem. Try changing them. Otherwise check your database access in sql developer etc if its working fine, there could be a problem in transaction timeout.

提交回复
热议问题