微信公众号搜"智元新知"关注
微信扫一扫可直接关注哦!

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

如何解决在 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 举报,一经查实,本站将立刻删除。