Skip to content

Instantly share code, notes, and snippets.

@cloudbow
Created February 24, 2014 14:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cloudbow/9189698 to your computer and use it in GitHub Desktop.
Save cloudbow/9189698 to your computer and use it in GitHub Desktop.
NPE in HOA
20:18:17,949 DEBUG nioEventLoopGroup-32-4 channel.DefaultChannelPipeline:1008 - Discarded inbound message DefaultHttpResponse(decodeResult: success)
HTTP/1.1 200 OK
epoch: 1393253232673
Content-Language: *
Date: Mon, 24 Feb 2014 14:47:12 GMT
Accept-Ranges: bytes
Server: Noelios-Restlet-Engine/1.1.3
Content-Type: application/json;charset=UTF-8
Content-Length: 5818
Vary: Accept-Encoding
Connection: close that reached at the tail of the pipeline. Please check your pipeline configuration.
20:18:17,949 DEBUG nioEventLoopGroup-32-4 channel.DefaultChannelPipeline:1008 - Discarded inbound message DefaultHttpContent(data: PooledUnsafeDirectByteBuf(ridx: 0, widx: 1024, cap: 1024), getDecoderResult: success) that reached at the tail of the pipeline. Please check your pipeline configuration.
20:18:17,950 DEBUG nioEventLoopGroup-32-4 channel.DefaultChannelPipeline:1008 - Discarded inbound message DefaultHttpContent(data: PooledUnsafeDirectByteBuf(ridx: 0, widx: 1024, cap: 1024), getDecoderResult: success) that reached at the tail of the pipeline. Please check your pipeline configuration.
20:18:17,950 DEBUG nioEventLoopGroup-32-4 channel.DefaultChannelPipeline:1008 - Discarded inbound message DefaultHttpContent(data: PooledUnsafeDirectByteBuf(ridx: 0, widx: 1024, cap: 1024), getDecoderResult: success) that reached at the tail of the pipeline. Please check your pipeline configuration.
20:18:17,950 DEBUG nioEventLoopGroup-32-4 channel.DefaultChannelPipeline:1008 - Discarded inbound message DefaultHttpContent(data: PooledUnsafeDirectByteBuf(ridx: 0, widx: 1024, cap: 1024), getDecoderResult: success) that reached at the tail of the pipeline. Please check your pipeline configuration.
20:18:17,951 DEBUG nioEventLoopGroup-32-4 channel.DefaultChannelPipeline:1008 - Discarded inbound message DefaultHttpContent(data: PooledUnsafeDirectByteBuf(ridx: 0, widx: 16, cap: 16), getDecoderResult: success) that reached at the tail of the pipeline. Please check your pipeline configuration.
20:18:18,258 DEBUG nioEventLoopGroup-32-4 channel.DefaultChannelPipeline:1008 - Discarded inbound message DefaultLastHttpContent(data: PooledUnsafeDirectByteBuf(ridx: 0, widx: 1706, cap: 1706), getDecoderResult: success) that reached at the tail of the pipeline. Please check your pipeline configuration.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment