[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
Re: [jetty-users] Jetty 9.4.24 prints warning messages to stderr
|
Thank you Greg,
Everything indeed seems to work fine. I do not see any stack traces
or exceptions in our logging so no worries. I am not sure I would
like to lower the default logger level at this point. For now I can
live with some warnings in our stderr log.
Kind regards,
Silvio
On 11/29/19 12:27 AM, Greg Wilkins
wrote:
Silvio,
I believe it is ignorable and you can turn the
HttpChannelState logger level down to suppress them.
However, if there a stack trace associated with that
warning then it is not what I think it is and you need to
provide more information.
What I believe is happening is that while a request is
being processed, the associated HTTP/2 stream is being reset
(probably by the client?)
This asynchronous error is detected but because the request
is not async, it cannot be delivered to the request and
instead we warn. This is probably over verbose as clients can
do silly things like close mid request handling.
cheers
Hello all,
Ever since upgrading to 9.4.24 our stderr-log is filled with
these messages:
2019-11-28
22:56:27.469:WARN:oejs.HttpChannelState:qtp1519100796-25:
org.eclipse.jetty.io.EofException:
Reset cancel_stream_error
Can anyone tell me what this means? I take it the situation is
not
critical because the application has worked flawlessly for
years with
earlier Jetty versions without these messages. Can I turn this
off?
Kind regards,
Silvio
_______________________________________________
jetty-users mailing list
jetty-users@xxxxxxxxxxx
To change your delivery options, retrieve your password, or
unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/jetty-users
--
_______________________________________________
jetty-users mailing list
jetty-users@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/jetty-users