fiveriverflow

Untitled

Oct 9th, 2019
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.09 KB | None | 0 0
  1. java.lang.IllegalArgumentException
  2. at java.nio.Buffer.position(Buffer.java:244)
  3. at sun.nio.ch.IOUtil.readIntoNativeBuffer(IOUtil.java:226)
  4. at sun.nio.ch.IOUtil.read(IOUtil.java:192)
  5. at sun.nio.ch.FileChannelImpl.readInternal(FileChannelImpl.java:741)
  6. at sun.nio.ch.FileChannelImpl.read(FileChannelImpl.java:724)
  7. at api.havoc.js5.Store.get(Store.java:70)
  8. at fs.havoc.net.codec.Encoder.getData(Encoder.java:75)
  9. at fs.havoc.net.codec.Encoder.get(Encoder.java:50)
  10. at fs.havoc.net.codec.Encoder.encode(Encoder.java:29)
  11. at fs.havoc.net.codec.Encoder.encode(Encoder.java:13)
  12. at io.netty.handler.codec.MessageToByteEncoder.write(MessageToByteEncoder.java:107)
  13. at io.netty.channel.AbstractChannelHandlerContext.invokeWrite0(AbstractChannelHandlerContext.java:738)
  14. at io.netty.channel.AbstractChannelHandlerContext.invokeWriteAndFlush(AbstractChannelHandlerContext.java:801)
  15. at io.netty.channel.AbstractChannelHandlerContext.write(AbstractChannelHandlerContext.java:814)
  16. at io.netty.channel.AbstractChannelHandlerContext.writeAndFlush(AbstractChannelHandlerContext.java:794)
  17. at io.netty.channel.AbstractChannelHandlerContext.writeAndFlush(AbstractChannelHandlerContext.java:837)
  18. at fs.havoc.net.Handler.channelRead(Handler.java:39)
  19. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362)
  20. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348)
  21. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:340)
  22. at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:323)
  23. at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:297)
  24. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362)
  25. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348)
  26. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:340)
  27. at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1434)
  28. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362)
  29. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348)
  30. at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:965)
  31. at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:163)
  32. at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:648)
  33. at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:583)
  34. at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:500)
  35. at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:462)
  36. at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:897)
  37. at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
  38. at java.lang.Thread.run(Thread.java:748)
Add Comment
Please, Sign In to add comment