➜ logs tail application.log ... 11 common frames omitted Caused by: io.netty.channel.ConnectTimeoutException: connection timed out after 10000 ms: 172.0.0.1/172.0.0.1:6379 at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe$1.run(AbstractNioChannel.java:261) at io.netty.util.concurrent.PromiseTask.runTask(PromiseTask.java:98) at io.netty.util.concurrent.ScheduledFutureTask.run(ScheduledFutureTask.java:153) ... 8 common frames omitted 2024-07-22 21:20:03,957 WARN [Thread-1 com.alibaba.nacos.common.http.HttpClientBeanHolder - [HttpClientBeanHolder] Start destroying common HttpClient 2024-07-22 21:20:03,960 WARN [Thread-7 com.alibaba.nacos.common.notify.NotifyCenter - [NotifyCenter] Start destroying Publisher 2024-07-22 21:20:03,972 WARN [Thread-7 com.alibaba.nacos.common.notify.NotifyCenter - [NotifyCenter] Destruction of the end 2024-07-22 21:20:03,973 WARN [Thread-1 com.alibaba.nacos.common.http.HttpClientBeanHolder - [HttpClientBeanHolder] Destruction of the end

Comment From: sundb

should be mored to https://github.com/alibaba/nacos?

Comment From: caosuyang

172.0.0.1 cannot represent the local domain name localhost. When I changed the host of Redis to 172.0.0.1, this error was no longer reported. The problem was perfectly solved.

Comment From: sundb

@caosuyang is it 127.0.0.1?

Comment From: caosuyang

172.0.0.1 cannot represent the local domain name localhost. When I changed the host of Redis to 172.0.0.1, this error was no longer reported. The problem was perfectly solved.

sorry,should be 127.0.0.1,i made the same mistake again.

Comment From: caosuyang

@caosuyang is it 127.0.0.1?

yes,it is 127.0.0.1