在 Apache Tomcat 中进行部署时 Eureka 客户端连接超时

问题描述

我在我的 tomcat 服务器上部署了三个 API,一个作为 eureka 服务器,另外两个作为 eureka 客户端。 eureka 客户端 x 正在使用 Resttemplate 调用一个 eureka 客户端 y。 但是在运行 x 时它拒绝与 y 连接。

org.springframework.web.client.ResourceAccessException: I/O error on POST request for "http://NOTIFICATION-SERVICE/email/send": Connection refused: connect; nested exception is java.net.ConnectException: Connection refused: connect"
at org.springframework.web.client.RestTemplate.doExecute(RestTemplate.java:784) ~[spring-web-5.3.1.jar:5.3.1]
at org.springframework.web.client.RestTemplate.execute(RestTemplate.java:710) ~[spring-web-5.3.1.jar:5.3.1]
at org.springframework.web.client.RestTemplate.postForObject(RestTemplate.java:436) ~[spring-web-5.3.1.jar:5.3.1]
       

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)