报错"Could not get a resource from the pool; nested exception is io.lettuce.core

Posted yuer02

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了报错"Could not get a resource from the pool; nested exception is io.lettuce.core相关的知识,希望对你有一定的参考价值。

1、登录过程中报以下错误

技术图片

 

 2、分析

提示redis连接异常,意味着后台redis服务没起

3、解决

首先ps -ef |grep redis

发现redis果然没起

启动redis:

首先进入redis目录下:

cd /usr/local/redis-5.0.5/

启动redis 

技术图片

 

 ok了

以上是关于报错"Could not get a resource from the pool; nested exception is io.lettuce.core的主要内容,如果未能解决你的问题,请参考以下文章