Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Warning in Redisson 1.1.0 - NullPointerException (An exceptionCaught() event was fired) #33

Closed
mathieucarbou opened this issue Jun 9, 2014 · 5 comments

Comments

@mathieucarbou
Copy link
Contributor

2014-06-09T22:04:34.459669+00:00 app[web.1]: WARN DefaultChannelPipeline [nioEventLoopGroup-2-1] 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.
2014-06-09T22:04:34.459678+00:00 app[web.1]: java.lang.NullPointerException: null
2014-06-09T22:04:34.459681+00:00 app[web.1]:    at com.lambdaworks.redis.pubsub.RedisPubSubConnection.channelRead(RedisPubSubConnection.java:119)
2014-06-09T22:04:34.459684+00:00 app[web.1]:    at io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultChannelHandlerContext.java:341)
2014-06-09T22:04:34.459686+00:00 app[web.1]:    at io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChannelHandlerContext.java:327)
2014-06-09T22:04:34.459688+00:00 app[web.1]:    at com.lambdaworks.redis.pubsub.PubSubCommandHandler.decode(PubSubCommandHandler.java:43)
2014-06-09T22:04:34.459691+00:00 app[web.1]:    at com.lambdaworks.redis.protocol.CommandHandler.channelRead(CommandHandler.java:51)
2014-06-09T22:04:34.459692+00:00 app[web.1]:    at io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultChannelHandlerContext.java:341)
2014-06-09T22:04:34.459694+00:00 app[web.1]:    at io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChannelHandlerContext.java:327)
2014-06-09T22:04:34.459695+00:00 app[web.1]:    at io.netty.channel.ChannelInboundHandlerAdapter.channelRead(ChannelInboundHandlerAdapter.java:86)
2014-06-09T22:04:34.459697+00:00 app[web.1]:    at io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultChannelHandlerContext.java:341)
2014-06-09T22:04:34.459699+00:00 app[web.1]:    at io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChannelHandlerContext.java:327)
2014-06-09T22:04:34.459700+00:00 app[web.1]:    at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:785)
2014-06-09T22:04:34.459702+00:00 app[web.1]:    at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:126)
2014-06-09T22:04:34.459703+00:00 app[web.1]:    at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:507)
2014-06-09T22:04:34.459734+00:00 app[web.1]:    at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:464)
2014-06-09T22:04:34.459736+00:00 app[web.1]:    at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:378)
2014-06-09T22:04:34.459737+00:00 app[web.1]:    at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:350)
2014-06-09T22:04:34.459739+00:00 app[web.1]:    at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116)
2014-06-09T22:04:34.459740+00:00 app[web.1]:    at java.lang.Thread.run(Thread.java:724)

@mathieucarbou mathieucarbou changed the title Warning in Redisson 1.1.0 Warning in Redisson 1.1.0 - NullPointerException (An exceptionCaught() event was fired) Jun 9, 2014
@mathieucarbou
Copy link
Contributor Author

Redisson version built on 2014-06-03 works fine.

mrniko pushed a commit that referenced this issue Jun 10, 2014
@mrniko
Copy link
Member

mrniko commented Jun 10, 2014

It's hard to reproduce. But i fixed issues with unreleased pubsub connections, this should help. Waiting your feedback

@mrniko
Copy link
Member

mrniko commented Jun 10, 2014

@mathieucarbou pool leak fixed

@mathieucarbou
Copy link
Contributor Author

yes it is fixed

@mrniko
Copy link
Member

mrniko commented Jun 11, 2014

nice!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants