Re: java.lang.NoSuchFieldError: state

2018-11-06 Thread Martin Choma
You are right. Upgrade to [1] helped in my case. Thank you for your help. [1] https://mvnrepository.com/artifact/org.mortbay.jetty.alpn/alpn-boot/8.1.13.v20181017 On Tue, 6 Nov 2018 at 08:17, Norman Maurer wrote: > > I think this may be caused by using the wrong jetty alpn version. > > Be sure

Re: java.lang.NoSuchFieldError: state

2018-11-05 Thread Norman Maurer
I think this may be caused by using the wrong jetty alpn version. Be sure you use the correct one. For example 2.0.9: https://github.com/jetty-project/jetty-alpn-agent/releases Bye Norman > On 6. Nov 2018, at 07:46, Martin Choma wr