Advertisement
Guest User

Untitled

a guest
Jul 25th, 2017
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.42 KB | None | 0 0
  1. [14:57:47/SEVERE]: java.lang.NullPointerException
  2. [14:57:47/SEVERE]: at de.dytanic.cloudnet.permission.PermissionPool.getNewPermissionEntity(PermissionPool.java:33)
  3. [14:57:47/SEVERE]: at de.dytanic.cloudnetproxy.database.backend.PlayerDatabase.registerPlayer(PlayerDatabase.java:28)
  4. [14:57:47/SEVERE]: at de.dytanic.cloudnetproxy.network.packets.PacketIOUpdatePlayerWhereAmI.handleInput(PacketIOUpdatePlayerWhereAmI.java:63)
  5. [14:57:47/SEVERE]: at de.dytanic.cloudnetproxy.network.CloudNetProxyClient.channelRead0(CloudNetProxyClient.java:149)
  6. [14:57:47/SEVERE]: at io.netty.channel.SimpleChannelInboundHandler.channelRead(SimpleChannelInboundHandler.java:105)
  7. [14:57:47/SEVERE]: at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)
  8. [14:57:47/SEVERE]: at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)
  9. [14:57:47/SEVERE]: at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:345)
  10. [14:57:47/SEVERE]: at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:293)
  11. [14:57:47/SEVERE]: at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:267)
  12. [14:57:47/SEVERE]: at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)
  13. [14:57:47/SEVERE]: at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)
  14. [14:57:47/SEVERE]: at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:345)
  15. [14:57:47/SEVERE]: at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:293)
  16. [14:57:47/SEVERE]: at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:267)
  17. [14:57:47/SEVERE]: at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)
  18. [14:57:47/SEVERE]: at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)
  19. [14:57:47/SEVERE]: at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:345)
  20. [14:57:47/SEVERE]: at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1294)
  21. [14:57:47/SEVERE]: at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)
  22. [14:57:47/SEVERE]: at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)
  23. [14:57:47/SEVERE]: at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:911)
  24. [14:57:47/SEVERE]: at io.netty.channel.epoll.AbstractEpollStreamChannel$EpollStreamUnsafe.epollInReady(AbstractEpollStreamChannel.java:883)
  25. [14:57:47/SEVERE]: at io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:389)
  26. [14:57:47/SEVERE]: at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:305)
  27. [14:57:47/SEVERE]: at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:140)
  28. [14:57:47/SEVERE]: at io.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.run(DefaultThreadFactory.java:144)
  29. [14:57:47/SEVERE]: at java.lang.Thread.run(Thread.java:748)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement