01-02 00:08:43.560: W/System.err(3409): java.net.SocketException: recvfrom failed: ECONNRESET (Connection reset by peer)
01-02 00:08:43.560: W/System.err(3409): at libcore.io.IoBridge.maybeThrowAfterRecvfrom(IoBridge.java:545)
01-02 00:08:43.560: W/System.err(3409): at libcore.io.IoBridge.recvfrom(IoBridge.java:509)
01-02 00:08:43.560: W/System.err(3409): at java.net.PlainSocketImpl.read(PlainSocketImpl.java:488)
01-02 00:08:43.560: W/System.err(3409): at java.net.PlainSocketImpl.access$000(PlainSocketImpl.java:46)
01-02 00:08:43.560: W/System.err(3409): at java.net.PlainSocketImpl$PlainSocketInputStream.read(PlainSocketImpl.java:240)
01-02 00:08:43.560: W/System.err(3409): at java.io.InputStream.read(InputStream.java:162)
01-02 00:08:43.560: W/System.err(3409): at com.flx.core.tcp.NetTcpRunnable.downloadData(NetTcpRunnable.java:109)
01-02 00:08:43.560: W/System.err(3409): at com.flx.core.tcp.NetTcpRunnable.run(NetTcpRunnable.java:77)
01-02 00:08:43.560: W/System.err(3409): at java.lang.Thread.run(Thread.java:841)
01-02 00:08:43.560: W/System.err(3409): Caused by: libcore.io.ErrnoException: recvfrom failed: ECONNRESET (Connection reset by peer)
01-02 00:08:43.560: W/System.err(3409): at libcore.io.Posix.recvfromBytes(Native Method)
01-02 00:08:43.560: W/System.err(3409): at libcore.io.Posix.recvfrom(Posix.java:141)
01-02 00:08:43.560: W/System.err(3409): at libcore.io.BlockGuardOs.recvfrom(BlockGuardOs.java:164)
01-02 00:08:43.560: W/System.err(3409): at libcore.io.IoBridge.recvfrom(IoBridge.java:506)
01-02 00:08:43.560: W/System.err(3409): ... 7 more
Causes:
1. The client turns off the browser, while the server is still sending data to the client
After the client and server establish a connection, request to download the file, disconnect the client and server, and then connect
Similar Posts:
- Linux SSH Cannot Connect: Read from socket failed: Connection reset by peer
- java.net.SocketException: socket closed
- How to Solve Error: curl: (56) Recv failure: Connection reset by peer
- [Solved] Seata Startup Error: ErrMsg:failed to req API:/nacos/v1/ns/instance after all servers….
- apr_socket_recv: Connection reset by peer (104)
- [How to Solve] Caused by: java.net.SocketTimeoutException: connect timed out
- Programming udp sockets in python
- A solution to the exception of cannot open eclipse marketplace
- Problems of java.sql.sqlrecoveryexception: IO error: connection reset of ojdbc in Linux Environment
- Azkaban Start web–javax.net.ssl.SSLException: Unrecognized SSL message, plaintext connection? at sun.se