Nov 18, 2016 5:30:10 PM io.netty.channel.DefaultChannelPipeline$TailContextexceptionCaught
WARNING: An exceptionCaught() event was fired, and it reached at the tail of the pipeline, It usually means the last handler in the pipeline did not handle the exception.
java.lang.RuntimeException: Unable to acces adress of buffer
at io.netty.channel.epoll.Native.read(Native Method)
at
io.netty.channel.epoll.EpollSocketChannel$EpollSocketUnsafe.doReadBytes (EpollSocketChannel.java:678)
at
io.netty.channel.epoll.EpollSocketChannel$EpollSocketUnsafe.epollInReady (EpollSocketChannel.java:714)
at
io.netty.channel.epoll.EpollSocketChannel$EpollSocketUnsafe$3.run(EpollSocketChannel.java:755)
at
io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:380)
at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:268)
at
io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor:116)
at java.lang.Thread.run(java.base@9-ea/Thread.java:843)