Hello,
I am seeing this warning print on my application logs periodically, have tried finding the root cause for this but I am unable to do so. Can someone pls explain why such a thing would even happen?
This is the stack trace:
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.
java.lang.NullPointerException
at com.couchbase.client.core.endpoint.AbstractGenericHandler.populateInfo(AbstractGenericHandler.java:588)
at com.couchbase.client.core.endpoint.AbstractGenericHandler.channelActive(AbstractGenericHandler.java:567)
at com.couchbase.client.deps.io.netty.channel.AbstractChannelHandlerContext.invokeChannelActive(AbstractChannelHandlerContext.java:230)
at com.couchbase.client.deps.io.netty.channel.AbstractChannelHandlerContext.invokeChannelActive(AbstractChannelHandlerContext.java:216)
at com.couchbase.client.deps.io.netty.channel.AbstractChannelHandlerContext.fireChannelActive(AbstractChannelHandlerContext.java:209)
at com.couchbase.client.deps.io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.fireChannelActive(CombinedChannelDuplexHandler.java:412)
at com.couchbase.client.deps.io.netty.channel.ChannelInboundHandlerAdapter.channelActive(ChannelInboundHandlerAdapter.java:69)
at com.couchbase.client.deps.io.netty.channel.CombinedChannelDuplexHandler.channelActive(CombinedChannelDuplexHandler.java:211)
at com.couchbase.client.deps.io.netty.channel.AbstractChannelHandlerContext.invokeChannelActive(AbstractChannelHandlerContext.java:230)
at com.couchbase.client.deps.io.netty.channel.AbstractChannelHandlerContext.invokeChannelActive(AbstractChannelHandlerContext.java:216)
at com.couchbase.client.deps.io.netty.channel.AbstractChannelHandlerContext.fireChannelActive(AbstractChannelHandlerContext.java:209)