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

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

 

 2、分析

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

3、解决

首先ps -ef |grep redis

发现redis果然没起

启动redis:

首先进入redis目录下:

cd /usr/local/redis-5.0.5/

启动redis (以下两种方式))

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

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

 

 

 ok了

相关文章: