Advertisement
Guest User

Untitled

a guest
Feb 21st, 2019
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.34 KB | None | 0 0
  1. [20.02.2019 11:32:21] SEVERE: java.lang.OutOfMemoryError: unable to create new native thread
  2. [20.02.2019 11:32:21] SEVERE: at java.lang.Thread.start0(Native Method)
  3. [20.02.2019 11:32:21] SEVERE: at java.lang.Thread.start(Thread.java:717)
  4. [20.02.2019 11:32:21] SEVERE: at de.dytanic.cloudnet.lib.scheduler.TaskScheduler.newWorker(TaskScheduler.java:477)
  5. [20.02.2019 11:32:21] SEVERE: at de.dytanic.cloudnet.lib.scheduler.TaskScheduler.checkEnougthThreads(TaskScheduler.java:564)
  6. [20.02.2019 11:32:21] SEVERE: at de.dytanic.cloudnet.lib.scheduler.TaskScheduler.offerEntry(TaskScheduler.java:578)
  7. [20.02.2019 11:32:21] SEVERE: at de.dytanic.cloudnet.lib.scheduler.TaskScheduler.schedule(TaskScheduler.java:457)
  8. [20.02.2019 11:32:21] SEVERE: at de.dytanic.cloudnet.lib.scheduler.TaskScheduler.schedule(TaskScheduler.java:322)
  9. [20.02.2019 11:32:21] SEVERE: at de.dytanic.cloudnet.lib.scheduler.TaskScheduler.schedule(TaskScheduler.java:274)
  10. [20.02.2019 11:32:21] SEVERE: at de.dytanic.cloudnet.lib.scheduler.TaskScheduler.schedule(TaskScheduler.java:214)
  11. [20.02.2019 11:32:21] SEVERE: at de.dytanic.cloudnet.lib.scheduler.TaskScheduler.schedule(TaskScheduler.java:178)
  12. [20.02.2019 11:32:21] SEVERE: at de.dytanic.cloudnet.lib.network.NetDispatcher.channelRead0(NetDispatcher.java:60)
  13. [20.02.2019 11:32:21] SEVERE: at io.netty.channel.SimpleChannelInboundHandler.channelRead(SimpleChannelInboundHandler.java:105)
  14. [20.02.2019 11:32:21] SEVERE: at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362)
  15. [20.02.2019 11:32:21] SEVERE: at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348)
  16. [20.02.2019 11:32:21] SEVERE: at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:340)
  17. [20.02.2019 11:32:21] SEVERE: at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:323)
  18. [20.02.2019 11:32:21] SEVERE: at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:297)
  19. [20.02.2019 11:32:21] SEVERE: at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362)
  20. [20.02.2019 11:32:21] SEVERE: at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348)
  21. [20.02.2019 11:32:21] SEVERE: at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:340)
  22. [20.02.2019 11:32:21] SEVERE: at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:323)
  23. [20.02.2019 11:32:21] SEVERE: at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:297)
  24. [20.02.2019 11:32:21] SEVERE: at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362)
  25. [20.02.2019 11:32:21] SEVERE: at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348)
  26. [20.02.2019 11:32:21] SEVERE: at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:340)
  27. [20.02.2019 11:32:21] SEVERE: at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1434)
  28. [20.02.2019 11:32:21] SEVERE: at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362)
  29. [20.02.2019 11:32:21] SEVERE: at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348)
  30. [20.02.2019 11:32:21] SEVERE: at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:965)
  31. [20.02.2019 11:32:21] SEVERE: at io.netty.channel.epoll.AbstractEpollStreamChannel$EpollStreamUnsafe.epollInReady(AbstractEpollStreamChannel.java:799)
  32. [20.02.2019 11:32:21] SEVERE: at io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:433)
  33. [20.02.2019 11:32:21] SEVERE: at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:330)
  34. [20.02.2019 11:32:21] SEVERE: at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:909)
  35. [20.02.2019 11:32:21] SEVERE: at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
  36. [20.02.2019 11:32:21] SEVERE: at java.lang.Thread.run(Thread.java:748)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement