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

jaxb_fat failure due to FIPS clearing JVM options #30678

Open
Zech-Hein opened this issue Jan 30, 2025 · 1 comment · May be fixed by #30689 or #30694
Open

jaxb_fat failure due to FIPS clearing JVM options #30678

Zech-Hein opened this issue Jan 30, 2025 · 1 comment · May be fixed by #30689 or #30694

Comments

@Zech-Hein
Copy link
Contributor

Test Code:

Failing Test: om.ibm.ws.jaxb_fat -LibertyJAXBSpecTest.java

The test sets JVM options on the LibertyServer object but when the start is called on the LibertyServer, the FIPS JVM options are set (when FIPS is enabled) which clears the JVM option set by the test causing the test case to fail.

@Zech-Hein
Copy link
Contributor Author

Update: After further investigation with Jake, this test should have also been failing without FIPS enabled as well, as there appears to have been an existing timing issue in the LibertyServer.java when the server is starting of it not getting the latest jvm options from the jvm.options file if the file is updated right before the server starts.

This will be fixed for the FIPS scope with: #30689

And will be fixed for the overall scope of all tests: #30694

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment