Advertisement
Guest User

Untitled

a guest
Feb 20th, 2020
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.02 KB | None | 0 0
  1. 16:21:30 [AVERTISSEMENT] Error dispatching event PlayerHandshakeEvent(connection=[/127.0.0.1:53602] <-> InitialHandler, handshake=Handshake(protocolVersion=110, host=localhost, port=25565, requestedProtocol=2)) to listener net.lowarya.events.PlayerConnect@b25e1a
  2. java.lang.NullPointerException
  3. at net.lowarya.utils.RequestMojang.checkSession(RequestMojang.java:23)
  4. at net.lowarya.events.PlayerConnect.PlayerHandshakeEvent(PlayerConnect.java:29)
  5. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  6. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  7. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  8. at java.lang.reflect.Method.invoke(Unknown Source)
  9. at net.md_5.bungee.event.EventHandlerMethod.invoke(EventHandlerMethod.java:19)
  10. at net.md_5.bungee.event.EventBus.post(EventBus.java:46)
  11. at net.md_5.bungee.api.plugin.PluginManager.callEvent(PluginManager.java:400)
  12. at net.md_5.bungee.connection.InitialHandler.handle(InitialHandler.java:315)
  13. at net.md_5.bungee.protocol.packet.Handshake.handle(Handshake.java:44)
  14. at net.md_5.bungee.netty.HandlerBoss.channelRead(HandlerBoss.java:105)
  15. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:377)
  16. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:363)
  17. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:355)
  18. at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:102)
  19. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:377)
  20. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:363)
  21. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:355)
  22. at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:321)
  23. at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:308)
  24. at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:422)
  25. at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:276)
  26. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:377)
  27. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:363)
  28. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:355)
  29. at io.netty.handler.codec.ByteToMessageDecoder.handlerRemoved(ByteToMessageDecoder.java:253)
  30. at io.netty.handler.codec.ByteToMessageDecoder.decodeRemovalReentryProtection(ByteToMessageDecoder.java:505)
  31. at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:437)
  32. at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:276)
  33. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:377)
  34. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:363)
  35. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:355)
  36. at io.netty.handler.timeout.IdleStateHandler.channelRead(IdleStateHandler.java:286)
  37. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:377)
  38. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:363)
  39. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:355)
  40. at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1410)
  41. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:377)
  42. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:363)
  43. at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:919)
  44. at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:163)
  45. at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:714)
  46. at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:650)
  47. at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:576)
  48. at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:493)
  49. at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:989)
  50. at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
  51. at java.lang.Thread.run(Unknown Source)
  52. 16:21:30 [INFOS] [RMrenex,/127.0.0.1:53602] <-> InitialHandler has connected
  53. 16:21:31 [INFOS] [RMrenex] <-> ServerConnector [Lobby] has connected
  54. 16:21:33 [INFOS] Netty is not using direct IO buffers.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement