Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [glassfish-dev] Grizzly NPN Bootstrap SSL exception in 5.1.0

Grizzly npn shouldn't be required on the very latest JDK 8 versions. 

-----Original Message-----
From: glassfish-dev-bounces@xxxxxxxxxxx <glassfish-dev-bounces@xxxxxxxxxxx> On Behalf Of Gurkan Erdogdu
Sent: 28 May 2020 13:38
To: glassfish-dev@xxxxxxxxxxx
Subject: [glassfish-dev] Grizzly NPN Bootstrap SSL exception in 5.1.0

Hi 
Currently Grizzly NPN (grizzly-npn-bootstrap.jar) packages the some SSL class from sun.* library and this is problem with some JDKs and throwing exception as 

java.lang.NoSuchMethodError: sun.security.ssl.Handshaker.setApplicationProtocols([Ljava/lang/String;)V

So most of the remote commands are failing with throwing this exception.
Can we update the latest grizzle library in to 5.1-BRANCH? Does it support JDK-8?
Regards.
Gurkan

_______________________________________________
glassfish-dev mailing list
glassfish-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/glassfish-dev


Back to the top