Actions
Bug #8799
closedRudder script engine seems incompatible with some JRE versions
Status:
Rejected
Priority:
N/A
Assignee:
Category:
Architecture - Dependencies
Target version:
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:
Description
With a JRE installed from Oracle's RPM (works well with the 1.8.0_101 version though) :
# java -version java version "1.8.0_73" Java(TM) SE Runtime Environment (build 1.8.0_73-b02) Java HotSpot(TM) 64-Bit Server VM (build 25.73-b02, mixed mode)
I get broken generation with :
Evaluating script 'rudder.password.auto("SHA-256", "string".substring(0,4)+"test")' was forced interrupted due to java.lang.ExceptionInInitializerError, aborting.
or
Evaluating script 'rudder.password.auto("SHA-256", "string".substring(0,4)+"test")' was forced interrupted due to java.lang.NoClassDefFoundError: Could not initialize class sun.security.util.UntrustedCertificates, aborting.
Actions