Advertisement
Guest User

Untitled

a guest
May 30th, 2014
242
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 3.30 KB | None | 0 0
  1. 17:02:48 [Grave] mai 30, 2014 5:02:48 PM net.md_5.bungee.event.EventBus post
  2. Avertissement: Error dispatching event LoginEvent(cancelled=false, cancelReason=null, connection=[maestro34] <-> InitialHandler) to listener me.maestro34.BungeeUtils.Listener.PlayerListener@9d14a9
  3. java.lang.NullPointerException
  4.     at me.maestro34.BungeeUtils.Listener.PlayerListener.onLogin(PlayerListener.java:20)
  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:47)
  11.     at net.md_5.bungee.api.plugin.PluginManager.callEvent(PluginManager.java:353)
  12.     at net.md_5.bungee.connection.InitialHandler.finish(InitialHandler.java:426)
  13.     at net.md_5.bungee.connection.InitialHandler.access$600(InitialHandler.java:61)
  14.     at net.md_5.bungee.connection.InitialHandler$4.done(InitialHandler.java:336)
  15.     at net.md_5.bungee.connection.InitialHandler$4.done(InitialHandler.java:325)
  16.     at net.md_5.bungee.http.HttpHandler.done(HttpHandler.java:68)
  17.     at net.md_5.bungee.http.HttpHandler.channelRead0(HttpHandler.java:59)
  18.     at net.md_5.bungee.http.HttpHandler.channelRead0(HttpHandler.java:14)
  19.     at io.netty.channel.SimpleChannelInboundHandler.channelRead(SimpleChannelInboundHandler.java:103)
  20.     at io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultChannelHandlerContext.java:341)
  21.     at io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChannelHandlerContext.java:327)
  22.     at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:163)
  23.     at io.netty.channel.CombinedChannelDuplexHandler.channelRead(CombinedChannelDuplexHandler.java:148)
  24.     at io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultChannelHandlerContext.java:341)
  25.     at io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChannelHandlerContext.java:327)
  26.     at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:163)
  27.     at io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultChannelHandlerContext.java:341)
  28.     at io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChannelHandlerContext.java:327)
  29.     at io.netty.handler.timeout.ReadTimeoutHandler.channelRead(ReadTimeoutHandler.java:150)
  30.     at io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultChannelHandlerContext.java:341)
  31.     at io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChannelHandlerContext.java:327)
  32.     at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:785)
  33.     at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:126)
  34.     at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:507)
  35.     at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:464)
  36.     at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:378)
  37.     at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:350)
  38.     at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116)
  39.     at java.lang.Thread.run(Unknown Source)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement