-
Notifications
You must be signed in to change notification settings - Fork 25
Description
After running all the apps i executed a POST at localhost:9080/application passing cardApplication.json as body.
But i see this error for card-service:
=======================================================================
2021-05-05 14:35:38.490 INFO [card-service,,,] 10456 --- [nio-9080-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 21 ms
2021-05-05 14:35:59.599 ERROR [card-service,,,] 10456 --- [nio-9080-exec-1] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed; nested exception is org.springframework.web.client.ResourceAccessException: I/O error on POST request for "http://xxxx:9083/user-service/registration": Connection timed out: connect; nested exception is java.net.ConnectException: Connection timed out: connect] with root cause
java.net.ConnectException: Connection timed out: connect
Thanks for help.