You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Help, server is always crash after 3 times reload
here is the logs java.io.IOException: Connection reset by peer 04-23 11:39:31.246 E/NIO (22755): at sun.nio.ch.FileDispatcherImpl.read0(Native Method) 04-23 11:39:31.246 E/NIO (22755): at sun.nio.ch.SocketDispatcher.read(SocketDispatcher.java:43) 04-23 11:39:31.246 E/NIO (22755): at sun.nio.ch.IOUtil.readIntoNativeBuffer(IOUtil.java:223) 04-23 11:39:31.246 E/NIO (22755): at sun.nio.ch.IOUtil.read(IOUtil.java:197) 04-23 11:39:31.246 E/NIO (22755): at sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:382) 04-23 11:39:31.246 E/NIO (22755): at com.koushikdutta.async.SocketChannelWrapper.read(SocketChannelWrapper.java:24) 04-23 11:39:31.246 E/NIO (22755): at com.koushikdutta.async.AsyncNetworkSocket.onReadable(AsyncNetworkSocket.java:128) 04-23 11:39:31.246 E/NIO (22755): at com.koushikdutta.async.AsyncServer.runLoop(AsyncServer.java:788) 04-23 11:39:31.246 E/NIO (22755): at com.koushikdutta.async.AsyncServer.run(AsyncServer.java:626) 04-23 11:39:31.246 E/NIO (22755): at com.koushikdutta.async.AsyncServer.access$700(AsyncServer.java:41) 04-23 11:39:31.246 E/NIO (22755): at com.koushikdutta.async.AsyncServer$13.run(AsyncServer.java:568) Thread finished: #2
The text was updated successfully, but these errors were encountered:
Help, server is always crash after 3 times reload
here is the logs
java.io.IOException: Connection reset by peer 04-23 11:39:31.246 E/NIO (22755): at sun.nio.ch.FileDispatcherImpl.read0(Native Method) 04-23 11:39:31.246 E/NIO (22755): at sun.nio.ch.SocketDispatcher.read(SocketDispatcher.java:43) 04-23 11:39:31.246 E/NIO (22755): at sun.nio.ch.IOUtil.readIntoNativeBuffer(IOUtil.java:223) 04-23 11:39:31.246 E/NIO (22755): at sun.nio.ch.IOUtil.read(IOUtil.java:197) 04-23 11:39:31.246 E/NIO (22755): at sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:382) 04-23 11:39:31.246 E/NIO (22755): at com.koushikdutta.async.SocketChannelWrapper.read(SocketChannelWrapper.java:24) 04-23 11:39:31.246 E/NIO (22755): at com.koushikdutta.async.AsyncNetworkSocket.onReadable(AsyncNetworkSocket.java:128) 04-23 11:39:31.246 E/NIO (22755): at com.koushikdutta.async.AsyncServer.runLoop(AsyncServer.java:788) 04-23 11:39:31.246 E/NIO (22755): at com.koushikdutta.async.AsyncServer.run(AsyncServer.java:626) 04-23 11:39:31.246 E/NIO (22755): at com.koushikdutta.async.AsyncServer.access$700(AsyncServer.java:41) 04-23 11:39:31.246 E/NIO (22755): at com.koushikdutta.async.AsyncServer$13.run(AsyncServer.java:568) Thread finished: #2
The text was updated successfully, but these errors were encountered: