You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
After running all the apps i executed a POST at
localhost:9080/application
passingcardApplication.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.
The text was updated successfully, but these errors were encountered: