Zulu JDK 8 + TLS 1.3 support conflicts with Oracle JDK 8 /FISH-43 #4407
Labels
Status: Accepted
Confirmed defect or accepted improvement to implement, issue has been escalated to Platform Dev
Type: Bug
Label issue as a bug defect
Description
Using Oracle JDK 8 u231 to run 5.194 fails because the Oracle JVM does not support the
-XX:+UseOpenJSSE
option introduced by PAYARA-3997.The min/max versions work with widely supported features, but not with per-vendor features. Perhaps the min/max notation needs to be extended to
[min|max|vendor]
. With the|vendor
being optional and it's absence implying all vendors.Expected Outcome
Updating the Java installation by a patch level (u221 to u231) should not prevent instances from starting.
Current Outcome
The instance fails to start.
Steps to reproduce (Only for bug reports)
1 - Start the domain using Oracle Java 1.8.0 u231
2 - Create a standalone instance
3 - Start the instance:
4 - Run the recommended command:
(The direction given is incorrect as there is no
lib
directory in thepayara5
directory. It needs to beglassfish/lib/nadmin
.)Environment
The text was updated successfully, but these errors were encountered: