Java error - Software caused connection abort: recv failed

后端 未结 3 1836
梦如初夏
梦如初夏 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:56

    There are two possibilities:

    • The database is down, or
    • The database server's IP address duplicates an existing server's IP address on the network

提交回复
热议问题