Error reporting details
Analysis and solution
There is no connection of redis in my project, so it’s strange to report an error. Combined with the sentence redis health check failed
, guess which thing introduced redis, and then do the health check of redis.
The solution is as follows: configurate as the following in application.yml
# Disable Actuator monitoring of Redis connections
management:
health:
redis:
enabled: false
Read More:
- [Solved] Project Startup Error: Redis health check failed:Unable to connect to localhost6379
- [Solved] SpringBoot Integrate ES Error: Elasticsearch health check failed
- [Solved] ES Error: Elasticsearch health check failed
- ES Error: Elasticsearch health check failed [How to Solve]
- [Solved] Jedis connect and operate Redis error: Failed to create socket和connect timed out
- [Solved] Springboot Project Startup Error: Unable to Identify bootstrap.yml Configuration
- [Solved] Unable to connect to a as user root com.jcraft.jsch.JSchException: Auth failUnable to connect
- [Solved] SpringBoot Create Project and Failed to Access localhost:8080 Error
- [Solved] SpringBoot Startup Error: Unable to start LiveReload server
- Failed to restart redis-server.service Unit not found [How to Solve]
- Consumer service instance error: HTTP get http://xxx/actuator/health: 503 output: {“status”: “out_of_service”
- [Solved] nacos Startup Error: Unable to start embedded Tomcat
- How to Solve nacos Startup Error and Connect to MYSQL
- [ERROR] Failed to execute goal on project simple-project: Could not resolve dependencies for project
- JAVA Connect Redis Error: stop-writes-on-bgsave-error option
- [Solved] Redis Client On Error Error connect ECONNREFUSED 11.20.200.6379 Config right
- [Solved] Nacos1.3.2 Startup Error: Unable to start embedded Tomcat
- Redis: DENIED Redis is running in protected mode [How to Solve]
- Elasticsearch Startup Error: unable to install syscall filter: java.lang.UnsupportedOperationException: seccomp
- [Solved] Maven Project Packaging Error: Unable to find main class