- Newest
- Most votes
- Most comments
After ruling out other possible causes and zeroing on cashing issues, isuue got disappeared (not sure if Amazon made any fix internally because it doesn't seem tobe in the realm of application code, nor any direct or indirect extensions provided by tomcat for users)..,
Here few observations:
Request reaches proxy (verified log entry), tomcat (verified log entry), application (verified log entry) and leaves tomcat (verified log entry), proxy and CDN to user.
While request is with tomcat, after leaving the application code, we tried to hook a tracer to capture error but for some reason tomcat skips it, logs error (ignoring the configuration for error reporting and custom interceptor ) and leaves ..,
We suspected caching because there has been a pattern where issue was seen mostly when browser sends caching related headers in the request (any request that does not contain these headers succeeded).
Btw, interceptor gets called everytime except when this error occurs which could also mean it was occurring somewhere between the handover from app code and tomcat, and it manages to generate error report ignoring the configuration.
Relevant content
- asked 3 years ago
- asked 4 years ago
- AWS OFFICIALUpdated a year ago
