记一次处理微服务status为Down的过程
现象:打开health页面:比如http://192.168.100.15:32190/health看到问题所在:redis:{status:"DOWN",error:"org.springframework.data.redis.RedisConnectionFailureException: Cannot get Jedis connection; nested exception is re
·
现象:
打开health页面:比如http://192.168.100.15:32190/health
看到问题所在:
redis:
{
- status: "DOWN",
- error: "org.springframework.data.redis.RedisConnectionFailureException: Cannot get Jedis connection; nested exception is redis.clients.jedis.exceptions.JedisConnectionException: Could not get a resource from the pool"
}
因为这个服务的pom文件中引入了redis
但是配置文件中却没有配置redis的配置,导致无法通过springbootadmin的健康检测,eureka 显示状态为 down。
更多推荐
已为社区贡献1条内容
所有评论(0)