org.springframework.data.redis.RedisSystemException: Unknown SRP exception; nested exception is java.util.concurrent.ExecutionException: java.lang.ClassCastException: redis.reply.ErrorReply cannot be cast to redis.reply.MultiBulkReply
Searched on Google with the first line of a JAVA stack trace?
We can recommend more relevant solutions and speed up debugging when you paste your entire stack trace with the exception message. Try a sample exception.
Recommended solutions based on your search
Solutions on the web
via Spring JIRA by Jennifer Hickey, 2 years ago
via Spring JIRA by Jennifer Hickey, 1 year ago
via Spring JIRA by Jennifer Hickey, 1 year ago
via Spring JIRA by Jennifer Hickey, 2 years ago
via Spring JIRA by Jennifer Hickey, 2 years ago
via Spring JIRA by Jennifer Hickey, 1 year ago
java.lang.ClassCastException: redis.reply.ErrorReply cannot be cast to redis.reply.MultiBulkReply
at redis.client.RedisClientBase$3.call(RedisClientBase.java:238)
at redis.client.RedisClientBase$3.call(RedisClientBase.java:235)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:895)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:918)
at java.lang.Thread.run(Thread.java:680)