Advertisement
Guest User

Untitled

a guest
Dec 11th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.17 KB | None | 0 0
  1. 10:34:26 [strixplatform] INFO - |============= Strix-Platform =============|
  2. 10:34:26 [strixplatform] ERROR - Config file not found or parser return error. Please check strix-platform/config/strix_platform_main.properties file
  3. 10:34:26 [strixplatform] INFO - Configuration file loaded! Strix-Platform: Disabled
  4. 10:34:26 [strixplatform] INFO - |============= Strix-Platform =============|
  5. [10:34:26] WARN 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.
  6. io.netty.handler.codec.DecoderException: java.lang.NullPointerException
  7. at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:472)
  8. at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:278)
  9. at io.netty.handler.codec.ByteToMessageCodec.channelRead(ByteToMessageCodec.java:103)
  10. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362)
  11. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348)
  12. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:340)
  13. at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:323)
  14. at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:297)
  15. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362)
  16. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348)
  17. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:340)
  18. at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1434)
  19. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362)
  20. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348)
  21. at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:965)
  22. at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:163)
  23. at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:644)
  24. at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:579)
  25. at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:496)
  26. at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:458)
  27. at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:897)
  28. at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
  29. at java.lang.Thread.run(Thread.java:748)
  30. Caused by: java.lang.NullPointerException
  31. at ru.j2dev.commons.net.netty.codecs.CryptCodec.decode(CryptCodec.java:49)
  32. at io.netty.handler.codec.ByteToMessageCodec$1.decode(ByteToMessageCodec.java:42)
  33. at io.netty.handler.codec.ByteToMessageDecoder.decodeRemovalReentryProtection(ByteToMessageDecoder.java:502)
  34. at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:441)
  35. ... 22 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement