Advertisement
Guest User

GG

a guest
Aug 23rd, 2014
181
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 2.66 KB | None | 0 0
  1. Aug 23, 2014 2:48:03 PM com.titus.network.ServerEngine run
  2. INFO: Starting Titius...
  3. Aug 23, 2014 2:48:03 PM io.netty.handler.logging.LoggingHandler channelRegistered
  4. INFO: [id: 0x65660a00] REGISTERED
  5. Aug 23, 2014 2:48:03 PM io.netty.handler.logging.LoggingHandler bind
  6. INFO: [id: 0x65660a00] BIND(0.0.0.0/0.0.0.0:43594)
  7. Aug 23, 2014 2:48:03 PM com.titus.network.ServerEngine run
  8. INFO: Titus is online!
  9. Aug 23, 2014 2:48:03 PM io.netty.handler.logging.LoggingHandler channelActive
  10. INFO: [id: 0x65660a00, /0:0:0:0:0:0:0:0:43594] ACTIVE
  11. Aug 23, 2014 2:48:19 PM io.netty.handler.logging.LoggingHandler logMessage
  12. INFO: [id: 0x65660a00, /0:0:0:0:0:0:0:0:43594] RECEIVED: [id: 0x2e969828, /127.0.0.1:63806 => /127.0.0.1:43594]
  13. Aug 23, 2014 2:48:19 PM io.netty.channel.DefaultChannelPipeline$TailContext exceptionCaught
  14. WARNING: An exceptionCaught() event was fired, and it reached at the tail of the pipeline. It usually means the last handler in the pipeline did not handle the exception.
  15. io.netty.handler.codec.DecoderException: java.util.NoSuchElementException: rs2-connection-request-decoder
  16.     at io.netty.handler.codec.ReplayingDecoder.callDecode(ReplayingDecoder.java:425)
  17.     at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:149)
  18.     at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333)
  19.     at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319)
  20.     at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:787)
  21.     at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:130)
  22.     at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:511)
  23.     at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:468)
  24.     at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:382)
  25.     at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:354)
  26.     at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116)
  27.     at io.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.run(DefaultThreadFactory.java:137)
  28.     at java.lang.Thread.run(Thread.java:745)
  29. Caused by: java.util.NoSuchElementException: rs2-connection-request-decoder
  30.     at io.netty.channel.DefaultChannelPipeline.getContextOrDie(DefaultChannelPipeline.java:907)
  31.     at io.netty.channel.DefaultChannelPipeline.replace(DefaultChannelPipeline.java:377)
  32.     at com.titus.network.codecs.RS2ProtocolConnectionDecoder.decode(RS2ProtocolConnectionDecoder.java:40)
  33.     at io.netty.handler.codec.ReplayingDecoder.callDecode(ReplayingDecoder.java:370)
  34.     ... 12 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement