Advertisement
Guest User

Untitled

a guest
Aug 17th, 2019
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.32 KB | None | 0 0
  1. [12:11:32] [Netty Client IO #1/INFO] [journeymap]: Teleport Enabled:true
  2. Aug 17, 2019 12:11:33 PM io.netty.util.ResourceLeakDetector reportUntracedLeak
  3. SEVERE: LEAK: ByteBuf.release() was not called before it's garbage-collected. Enable advanced leak reporting to find out where the leak occurred. To enable advanced leak reporting, specify the JVM option '-Dio.netty.leakDetection.level=advanced' or call ResourceLeakDetector.setLevel() See http://netty.io/wiki/reference-counted-objects.html for more information.
  4. [12:11:33] [JM-task-6/FATAL] [CodeChickenLib]: A CCL controlled model has been improperly handled by someone and will NOT be rendered. No more information available.
  5. [12:12:05] [Netty Client IO #1/ERROR] [FML]: NetworkDispatcher exception
  6. java.io.IOException: An existing connection was forcibly closed by the remote host
  7. at sun.nio.ch.SocketDispatcher.read0(Native Method) ~[?:1.8.0_221]
  8. at sun.nio.ch.SocketDispatcher.read(Unknown Source) ~[?:1.8.0_221]
  9. at sun.nio.ch.IOUtil.readIntoNativeBuffer(Unknown Source) ~[?:1.8.0_221]
  10. at sun.nio.ch.IOUtil.read(Unknown Source) ~[?:1.8.0_221]
  11. at sun.nio.ch.SocketChannelImpl.read(Unknown Source) ~[?:1.8.0_221]
  12. at io.netty.buffer.PooledUnsafeDirectByteBuf.setBytes(PooledUnsafeDirectByteBuf.java:288) ~[netty-all-4.1.9.Final.jar:4.1.9.Final]
  13. at io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:1100) ~[netty-all-4.1.9.Final.jar:4.1.9.Final]
  14. at io.netty.channel.socket.nio.NioSocketChannel.doReadBytes(NioSocketChannel.java:372) ~[netty-all-4.1.9.Final.jar:4.1.9.Final]
  15. at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:123) [netty-all-4.1.9.Final.jar:4.1.9.Final]
  16. at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:624) [netty-all-4.1.9.Final.jar:4.1.9.Final]
  17. at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:559) [netty-all-4.1.9.Final.jar:4.1.9.Final]
  18. at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:476) [netty-all-4.1.9.Final.jar:4.1.9.Final]
  19. at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:438) [netty-all-4.1.9.Final.jar:4.1.9.Final]
  20. at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858) [netty-all-4.1.9.Final.jar:4.1.9.Final]
  21. at java.lang.Thread.run(Unknown Source) [?:1.8.0_221]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement