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
Caused by: redis.clients.jedis.exceptions.JedisMovedDataException: MOVED 3869 10.240.10.147:6379
at redis.clients.jedis.Protocol.processError(Protocol.java:118) ~[jedis-3.3.0-SNAPSHOT.jar:?]
at redis.clients.jedis.Protocol.process(Protocol.java:169) ~[jedis-3.3.0-SNAPSHOT.jar:?]
at redis.clients.jedis.Protocol.read(Protocol.java:223) ~[jedis-3.3.0-SNAPSHOT.jar:?]
at redis.clients.jedis.Connection.readProtocolWithCheckingBroken(Connection.java:278) ~[jedis-3.3.0-SNAPSHOT.jar:?]
at redis.clients.jedis.Connection.getStatusCodeReply(Connection.java:196) ~[jedis-3.3.0-SNAPSHOT.jar:?]
at redis.clients.jedis.BinaryJedis.setex(BinaryJedis.java:676) ~[jedis-3.3.0-SNAPSHOT.jar:?]
at de.javakaffee.web.msm.storage.RedisStorageClient$2.execute(RedisStorageClient.java:112) ~[memcached-session-manager-2.3.3-SNAPSHOT.jar:?]
at de.javakaffee.web.msm.storage.RedisStorageClient$2.execute(RedisStorageClient.java:107) ~[memcached-session-manager-2.3.3-SNAPSHOT.jar:?]
at de.javakaffee.web.msm.storage.RedisStorageClient$RedisCommandCallable.call(RedisStorageClient.java:180) ~[memcached-session-manager-2.3.3-SNAPSHOT.jar:?]
at java.util.concurrent.FutureTask.run(FutureTask.java:266) ~[?:1.8.0_242]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) ~[?:1.8.0_242]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) ~[?:1.8.0_242]
... 1 more
The text was updated successfully, but these errors were encountered:
I am using Tomcat 9.0.31, Redis Cluster, and memcached:
className="de.javakaffee.web.msm.MemcachedBackupSessionManager"
memcachedNodes="redis://xxxxxxxxxxxx:6379"
sticky="true"
enable="true"
sessionBackupAsync="false"
requestUriIgnorePattern=".*.(ico|png|gif|jpg|css|js)$"
storageKeyPrefix="context,webappVersion"
transcoderFactoryClass="de.javakaffee.web.msm.serializer.kryo.KryoTranscoderFactory"
Redis-3.3.0
Memcached session manager: 2.3.3
I am getting the error below:
Caused by: redis.clients.jedis.exceptions.JedisMovedDataException: MOVED 3869 10.240.10.147:6379
at redis.clients.jedis.Protocol.processError(Protocol.java:118) ~[jedis-3.3.0-SNAPSHOT.jar:?]
at redis.clients.jedis.Protocol.process(Protocol.java:169) ~[jedis-3.3.0-SNAPSHOT.jar:?]
at redis.clients.jedis.Protocol.read(Protocol.java:223) ~[jedis-3.3.0-SNAPSHOT.jar:?]
at redis.clients.jedis.Connection.readProtocolWithCheckingBroken(Connection.java:278) ~[jedis-3.3.0-SNAPSHOT.jar:?]
at redis.clients.jedis.Connection.getStatusCodeReply(Connection.java:196) ~[jedis-3.3.0-SNAPSHOT.jar:?]
at redis.clients.jedis.BinaryJedis.setex(BinaryJedis.java:676) ~[jedis-3.3.0-SNAPSHOT.jar:?]
at de.javakaffee.web.msm.storage.RedisStorageClient$2.execute(RedisStorageClient.java:112) ~[memcached-session-manager-2.3.3-SNAPSHOT.jar:?]
at de.javakaffee.web.msm.storage.RedisStorageClient$2.execute(RedisStorageClient.java:107) ~[memcached-session-manager-2.3.3-SNAPSHOT.jar:?]
at de.javakaffee.web.msm.storage.RedisStorageClient$RedisCommandCallable.call(RedisStorageClient.java:180) ~[memcached-session-manager-2.3.3-SNAPSHOT.jar:?]
at java.util.concurrent.FutureTask.run(FutureTask.java:266) ~[?:1.8.0_242]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) ~[?:1.8.0_242]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) ~[?:1.8.0_242]
... 1 more
The text was updated successfully, but these errors were encountered: