When is “java.io.IOException:Connection reset by peer” thrown?

后端 未结 8 984
不思量自难忘°
不思量自难忘° 2020-12-08 13:00
ERROR GServerHandler  - java.io.IOException: Connection reset by peer
java.io.IOException: Connection reset by peer
        at sun.nio.ch.FileDispatcher.read0(Native         


        
8条回答
  •  时光取名叫无心
    2020-12-08 13:20

    It can also mean that the server is completely inaccessible - I was getting this when trying to hit a server that was offline

    My client was configured to connect to localhost:3000, but no server was running on that port.

提交回复
热议问题