chibenwa commented on PR #999: URL: https://github.com/apache/james-project/pull/999#issuecomment-1129064819
Arf.... ``` io.lettuce.core.RedisConnectionException: Unable to connect to localhost:49462 Caused by: io.netty.handler.codec.EncoderException: java.lang.NoSuchMethodError: io.netty.util.internal.ReferenceCountUpdater.setInitialValue(Lio/netty/util/ReferenceCounted;)V Caused by: java.lang.NoSuchMethodError: io.netty.util.internal.ReferenceCountUpdater.setInitialValue(Lio/netty/util/ReferenceCounted;)V ``` Netty version alignement issue with the lettuce driver. We need to wait them to jump to `4.1.77` onward... GRRRR -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
