Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-dev] java.lang.IllegalStateException: No Client ALPNProcessors!

Hi,

On Wed, Mar 3, 2021 at 8:16 AM Prakash Nandihal <p.nandihal@xxxxxxxxx> wrote:
>
>
> I am getting " java.lang.IllegalStateException: No Client ALPNProcessors! "  exception while making http2 post request .
>  I am using jetty jars of    9.4.35.v20201120  version .
> and JDK version:1.8.0_261. And i have removed alpn-boot jar  from Xbootclasspath.
>
> below is the complete stack trace. Please help me to resolve this issue.

You need jetty-alpn-openjdk8-client.jar and its dependencies in the classpath.

If this is a web application you need those dependencies in WEB-INF/lib.

-- 
Simone Bordet
----
http://cometd.org
http://webtide.com
Developer advice, training, services and support
from the Jetty & CometD experts.


Back to the top