Created
April 20, 2015 05:29
-
-
Save bonetechnologies/f24a6df458114c70a421 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
java.lang.NullPointerException | |
at com.comandante.creeper.server.command.UseCommand.messageReceived(UseCommand.java:34) | |
at com.comandante.creeper.server.CreeperCommandHandler.messageReceived(CreeperCommandHandler.java:30) | |
at org.jboss.netty.channel.Channels.fireMessageReceived(Channels.java:296) | |
at org.jboss.netty.handler.codec.oneone.OneToOneDecoder.handleUpstream(OneToOneDecoder.java:70) | |
at org.jboss.netty.channel.Channels.fireMessageReceived(Channels.java:296) | |
at org.jboss.netty.handler.codec.frame.FrameDecoder.unfoldAndFireMessageReceived(FrameDecoder.java:462) | |
at org.jboss.netty.handler.codec.frame.FrameDecoder.callDecode(FrameDecoder.java:443) | |
at org.jboss.netty.handler.codec.frame.FrameDecoder.messageReceived(FrameDecoder.java:303) | |
at org.jboss.netty.channel.Channels.fireMessageReceived(Channels.java:268) | |
at org.jboss.netty.channel.Channels.fireMessageReceived(Channels.java:255) | |
at org.jboss.netty.channel.socket.nio.NioWorker.read(NioWorker.java:88) | |
at org.jboss.netty.channel.socket.nio.AbstractNioWorker.process(AbstractNioWorker.java:109) | |
at org.jboss.netty.channel.socket.nio.AbstractNioSelector.run(AbstractNioSelector.java:312) | |
at org.jboss.netty.channel.socket.nio.AbstractNioWorker.run(AbstractNioWorker.java:90) | |
at org.jboss.netty.channel.socket.nio.NioWorker.run(NioWorker.java:178) | |
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) | |
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) | |
at java.lang.Thread.run(Thread.java:745) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment