Re: [jetty-users] Jetty 9.4.24 prints warning messages to stderr

2019-11-28 Thread Greg Wilkins
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.

@Simone Bordet   what do you think?

cheers











On Fri, 29 Nov 2019 at 09:03, Silvio Bierman 
wrote:

> 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@eclipse.org
> To change your delivery options, retrieve your password, or unsubscribe
> from this list, visit
> https://www.eclipse.org/mailman/listinfo/jetty-users
>


-- 
Greg Wilkins  CTO http://webtide.com
___
jetty-users mailing list
jetty-users@eclipse.org
To change your delivery options, retrieve your password, or unsubscribe from 
this list, visit
https://www.eclipse.org/mailman/listinfo/jetty-users

Re: [jetty-users] Not running on Jetty, JSR-356 support unavailable

2019-11-28 Thread Peter Boughton
The jetty-all/uber Jar is not meant to be used by other projects - see 
https://www.eclipse.org/lists/jetty-users/msg06030.html



> I am trying to upgrade ActiveMQ jar to its latest version.
> It requires me to upgrade Jetty to 9.4 version.

How does it convey this requirement? It may clarify which jar(s) are 
actually needed, otherwise you may need to ask the ActiveMQ project to 
clarify their dependencies.


And it looks like you've already posted the same message on the ActiveMQ 
mailing list:

http://activemq.2283324.n4.nabble.com/Not-running-on-Jetty-JSR-356-support-unavailable-td4753568.html

When cross-posting like this, it's polite to reference other messages so 
that people don't waste time repeating what may have been said elsewhere 
(it also helps others with similar issues to find the solution).

___
jetty-users mailing list
jetty-users@eclipse.org
To change your delivery options, retrieve your password, or unsubscribe from 
this list, visit
https://www.eclipse.org/mailman/listinfo/jetty-users