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
I have deployed this application on aws eks cluster, after some time I am getting below error in UI microservice pod
2023-08-24T22:59:04.921238623Z 2023-08-24T22:59:04.920Z ERROR 1 --- [tor-tcp-epoll-4] a.w.r.e.AbstractErrorWebExceptionHandler : [5acd6824-159902] 500 Server Error for HTTP GET "/home" 2023-08-24T22:59:04.921290963Z 2023-08-24T22:59:04.921297614Z org.springframework.web.reactive.function.client.WebClientResponseException$InternalServerError: 500 Internal Server Error from GET http://carts/carts/73763495-a13d-4269-879b-338c7d46c9f7 2023-08-24T22:59:04.921301724Z at org.springframework.web.reactive.function.client.WebClientResponseException.create(WebClientResponseException.java:330) ~[spring-webflux-6.0.11.jar!/:6.0.11] 2023-08-24T22:59:04.921307774Z Suppressed: reactor.core.publisher.FluxOnAssembly$OnAssemblyException: 2023-08-24T22:59:04.921310804Z Error has been observed at the following site(s): 2023-08-24T22:59:04.921314094Z *__checkpoint ⇢ 500 INTERNAL_SERVER_ERROR from GET http://carts/carts/73763495-a13d-4269-879b-338c7d46c9f7 [DefaultWebClient] 2023-08-24T22:59:04.921316924Z *__checkpoint ⇢ Handler com.amazon.sample.ui.web.HomeController#home(Model, ServerHttpRequest) [DispatcherHandler] 2023-08-24T22:59:04.921319864Z *__checkpoint ⇢ com.amazon.sample.ui.web.util.SessionIDWebFilter [DefaultWebFilterChain] 2023-08-24T22:59:04.921323074Z *__checkpoint ⇢ org.springframework.web.filter.reactive.ServerHttpObservationFilter [DefaultWebFilterChain] 2023-08-24T22:59:04.921325664Z *__checkpoint ⇢ HTTP GET "/home" [ExceptionHandlingWebHandler]
The text was updated successfully, but these errors were encountered:
I have deployed this application on aws eks cluster, after some time I am getting below error in UI microservice pod
2023-08-24T22:59:04.921238623Z 2023-08-24T22:59:04.920Z ERROR 1 --- [tor-tcp-epoll-4] a.w.r.e.AbstractErrorWebExceptionHandler : [5acd6824-159902] 500 Server Error for HTTP GET "/home" 2023-08-24T22:59:04.921290963Z 2023-08-24T22:59:04.921297614Z org.springframework.web.reactive.function.client.WebClientResponseException$InternalServerError: 500 Internal Server Error from GET http://carts/carts/73763495-a13d-4269-879b-338c7d46c9f7 2023-08-24T22:59:04.921301724Z at org.springframework.web.reactive.function.client.WebClientResponseException.create(WebClientResponseException.java:330) ~[spring-webflux-6.0.11.jar!/:6.0.11] 2023-08-24T22:59:04.921307774Z Suppressed: reactor.core.publisher.FluxOnAssembly$OnAssemblyException: 2023-08-24T22:59:04.921310804Z Error has been observed at the following site(s): 2023-08-24T22:59:04.921314094Z *__checkpoint ⇢ 500 INTERNAL_SERVER_ERROR from GET http://carts/carts/73763495-a13d-4269-879b-338c7d46c9f7 [DefaultWebClient] 2023-08-24T22:59:04.921316924Z *__checkpoint ⇢ Handler com.amazon.sample.ui.web.HomeController#home(Model, ServerHttpRequest) [DispatcherHandler] 2023-08-24T22:59:04.921319864Z *__checkpoint ⇢ com.amazon.sample.ui.web.util.SessionIDWebFilter [DefaultWebFilterChain] 2023-08-24T22:59:04.921323074Z *__checkpoint ⇢ org.springframework.web.filter.reactive.ServerHttpObservationFilter [DefaultWebFilterChain] 2023-08-24T22:59:04.921325664Z *__checkpoint ⇢ HTTP GET "/home" [ExceptionHandlingWebHandler]
The text was updated successfully, but these errors were encountered: