Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable /static-checks/nist-validation on RHEL-10 for now #257

Merged
merged 2 commits into from
Aug 20, 2024

Conversation

comps
Copy link
Contributor

@comps comps commented Aug 20, 2024

It seems the NIST tool cannot handle newer Java versions,

2024-08-20 04:56:56 test.py:30: running: ./scapval.sh -scapversion 1.3 -valreportfile ssg-firefox-ds.report.html -valresultfile ssg-firefox-ds.results.xml -file /usr/share/xml/scap/ssg/content/ssg-firefox-ds.xml
Error: A JNI error has occurred, please check your installation and try again
Exception in thread "main" java.lang.UnsupportedClassVersionError: gov/nist/secauto/scap/validation/Application has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0
	at java.lang.ClassLoader.defineClass1(Native Method)
	at java.lang.ClassLoader.defineClass(ClassLoader.java:756)
	at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
	at java.net.URLClassLoader.defineClass(URLClassLoader.java:473)
	at java.net.URLClassLoader.access$100(URLClassLoader.java:74)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:369)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:363)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(URLClassLoader.java:362)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:418)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:352)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:351)
	at sun.launcher.LauncherHelper.checkAndLoadMain(LauncherHelper.java:621)

so let's disable it for now, until it starts supporting OpenJDK > 17.

@mildas mildas merged commit a19641d into main Aug 20, 2024
3 checks passed
@mildas mildas deleted the revert_java_17 branch August 20, 2024 13:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants