Advertisement
Guest User

Untitled

a guest
Feb 28th, 2017
200
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.92 KB | None | 0 0
  1. [19:30:02] [Netty Epoll Server IO #13/DEBUG] [FML/]: Muted NetworkDispatcher exception
  2. java.io.IOException: Error while read(...): Connection reset by peer
  3. at io.netty.channel.epoll.Native.readAddress(Native Method) ~[Native.class:?]
  4. at io.netty.channel.epoll.EpollSocketChannel$EpollSocketUnsafe.doReadBytes(EpollSocketChannel.java:675) [EpollSocketChannel$EpollSocketUnsafe.class:?]
  5. at io.netty.channel.epoll.EpollSocketChannel$EpollSocketUnsafe.epollInReady(EpollSocketChannel.java:714) [EpollSocketChannel$EpollSocketUnsafe.class:?]
  6. at io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:326) [EpollEventLoop.class:?]
  7. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:264) [EpollEventLoop.class:?]
  8. at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116) [SingleThreadEventExecutor$2.class:?]
  9. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_121]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement