You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When trying to use redisson pub sub i get the following error:
[02:36:42] [/WARN]: org.redisson.client.RedisException: Unexpected exception while processing command
[02:36:42] [/WARN]: at org.redisson.command.CommandAsyncService.convertException(CommandAsyncService.java:369)
[02:36:42] [/WARN]: at org.redisson.command.CommandAsyncService.get(CommandAsyncService.java:182)
[02:36:42] [/WARN]: at org.redisson.RedissonObject.get(RedissonObject.java:98)
[02:36:42] [/WARN]: at org.redisson.RedissonSet.scanIterator(RedissonSet.java:88)
[02:36:42] [/WARN]: at org.redisson.RedissonSet$1.iterator(RedissonSet.java:107)
[02:36:42] [/WARN]: at org.redisson.iterator.BaseIterator.hasNext(BaseIterator.java:61)
[02:36:42] [/WARN]: at eu.smashmc.core.bukkit.command.misc.GlobalChatCommand.onMessage(GlobalChatCommand.java:90)
[02:36:42] [/WARN]: at eu.smashmc.core.bukkit.command.misc.GlobalChatCommand.onMessage(GlobalChatCommand.java:30)
[02:36:42] [/WARN]: at org.redisson.PubSubMessageListener.onMessage(PubSubMessageListener.java:79)
[02:36:42] [/WARN]: at org.redisson.client.RedisPubSubConnection.onMessage(RedisPubSubConnection.java:68)
[02:36:42] [/WARN]: at org.redisson.client.handler.CommandPubSubDecoder.lambda$enqueueMessage$2(CommandPubSubDecoder.java:221)
[02:36:42] [/WARN]: at java.base/java.util.concurrent.ThreadPerTaskExecutor$TaskRunner.run(ThreadPerTaskExecutor.java:314)
[02:36:42] [/WARN]: at java.base/java.lang.VirtualThread.run(VirtualThread.java:309)
[02:36:42] [/WARN]: Caused by: com.esotericsoftware.kryo.KryoException: Encountered unregistered class ID: 12
[02:36:42] [/WARN]: at com.esotericsoftware.kryo.util.DefaultClassResolver.readClass(DefaultClassResolver.java:159)
[02:36:42] [/WARN]: at com.esotericsoftware.kryo.Kryo.readClass(Kryo.java:758)
[02:36:42] [/WARN]: at com.esotericsoftware.kryo.Kryo.readClassAndObject(Kryo.java:869)
[02:36:42] [/WARN]: at org.redisson.codec.Kryo5Codec$4.decode(Kryo5Codec.java:181)
[02:36:42] [/WARN]: at org.redisson.client.handler.CommandDecoder.decode(CommandDecoder.java:444)
[02:36:42] [/WARN]: at org.redisson.client.handler.CommandDecoder.decodeList(CommandDecoder.java:501)
[02:36:42] [/WARN]: at org.redisson.client.handler.CommandDecoder.decode(CommandDecoder.java:453)
[02:36:42] [/WARN]: at org.redisson.client.handler.CommandDecoder.decodeList(CommandDecoder.java:501)
[02:36:42] [/WARN]: at org.redisson.client.handler.CommandDecoder.decode(CommandDecoder.java:453)
[02:36:42] [/WARN]: at org.redisson.client.handler.CommandDecoder.decodeCommand(CommandDecoder.java:220)
[02:36:42] [/WARN]: at org.redisson.client.handler.CommandDecoder.decode(CommandDecoder.java:148)
[02:36:42] [/WARN]: at org.redisson.client.handler.CommandDecoder.decode(CommandDecoder.java:124)
[02:36:42] [/WARN]: at io.netty.handler.codec.ByteToMessageDecoder.decodeRemovalReentryProtection(ByteToMessageDecoder.java:529)
[02:36:42] [/WARN]: at io.netty.handler.codec.ReplayingDecoder.callDecode(ReplayingDecoder.java:366)
[02:36:42] [/WARN]: at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:290)
[02:36:42] [/WARN]: at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:444)
[02:36:42] [/WARN]: at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420)
[02:36:42] [/WARN]: at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412)
[02:36:42] [/WARN]: at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1410)
[02:36:42] [/WARN]: at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:440)
[02:36:42] [/WARN]: at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420)
[02:36:42] [/WARN]: at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:919)
[02:36:42] [/WARN]: at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:166)
[02:36:42] [/WARN]: at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:788)
[02:36:42] [/WARN]: at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724)
[02:36:42] [/WARN]: at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650)
[02:36:42] [/WARN]: at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562)
[02:36:42] [/WARN]: at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997)
[02:36:42] [/WARN]: at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
[02:36:42] [/WARN]: ... 2 more
To Reproduce
Redisson 3.37.0
Try to publish an instance of this class:
Describe the bug
When trying to use redisson pub sub i get the following error:
To Reproduce
Redisson 3.37.0
Try to publish an instance of this class:
Environment:
The text was updated successfully, but these errors were encountered: