Closed marbon87 closed 6 years ago
The ui request results in a text/event-stream
response returning server sent events. The connection will be kept open and not explicitly terminated and may result in this exception. It just tells you that the browser did close the connection and the server just wants to write some more data to the socket. This is quite normal.
But if it is quite normal, shouldn't it log as debug or info? But ok, is a different project that's logging this.
I agree with @marbon87 . It seems quite normal indeed, but it still returns an error (500). How could we catch this error? (if possible)
Hi,
i have two instances of SBA (version 2.0.2, spring boot 2.0.3.RELEASE) sync with hazelcast (version 3.9.4) and the log files are full of the following error log message:
The request, that trigger the error from time to time, are GET-request to
applications
. Some lead to the error but not fall