-
Notifications
You must be signed in to change notification settings - Fork 3.1k
AsyncRequestTimeoutException pollutes log #317
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
duplicate of #236 |
Well! when I had a look at https://jira.spring.io/browse/SPR-14444 it says SBA pull Spring Framework 4.3.3.RELEASE and Tomcat 8.5.5, it is definitely not a bug coming from SBA, but I think a work-around is also welcome. That would be great if any one could give me the best timeout setting to remove this annoying exception. Thank you. |
After longer testing, increasing the timeout was just reducing the error frequency In another program, which doesn't use AngularJS but pure JQuery $.ajax and ResponseBodyEmitter, I got the error removed. |
oops sorry for pointing out the wrong issue |
I'll add a handler for the |
Excellent! Thank you. |
Uh oh!
There was an error while loading. Please reload this page.
Hi,
Thank you for this admin console.
I'm running SBA with a docker composition with 2 SB client.
All instances are running SBA 1.4.3 and SB 1.4.1.RELEASE, and I get the following stacktrace when I browse to http://localhost:8080 and go to details.
How to reproduce:
git pull https://github.com/dilbertside/compose-spring-boot-admin.git cd compose-spring-boot-admin docker network create monitor docker-compose up
Question is: did anyone get this error already? My humble guess it is coming from the SSE emitter.
It does happen also while activating Basic Authentication in my project.
The text was updated successfully, but these errors were encountered: