-
Notifications
You must be signed in to change notification settings - Fork 720
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
On AIX using zlibNX may cause ClassNotFoundException #20324
Comments
Issue Number: 20324 |
Issue eclipse-openj9/openj9#20324 Signed-off-by: Peter Shipton <Peter_Shipton@ca.ibm.com>
Issue eclipse-openj9/openj9#20324 Signed-off-by: Peter Shipton <Peter_Shipton@ca.ibm.com>
Issue eclipse-openj9/openj9#20324 Signed-off-by: Peter Shipton <Peter_Shipton@ca.ibm.com>
Issue eclipse-openj9/openj9#20324 Signed-off-by: Peter Shipton <Peter_Shipton@ca.ibm.com>
Issue eclipse-openj9/openj9#20324 Signed-off-by: Peter Shipton <Peter_Shipton@ca.ibm.com>
Issue eclipse-openj9/openj9#20324 Signed-off-by: Peter Shipton <Peter_Shipton@ca.ibm.com>
There is an AIX ifix related to case TS017146010 which is supposed to fix it. Until the fix is part of a service pack or TL, disable zlibNX by default. The command line option can still be used to enable it, when using the default java launcher. ibmruntimes/openj9-openjdk-jdk#858 Created doc issue |
Issue eclipse-openj9/openj9#20324 Signed-off-by: Peter Shipton <Peter_Shipton@ca.ibm.com>
Issue eclipse-openj9/openj9#20324 Signed-off-by: Peter Shipton <Peter_Shipton@ca.ibm.com>
Issue eclipse-openj9/openj9#20324 Signed-off-by: Peter Shipton <Peter_Shipton@ca.ibm.com>
Issue eclipse-openj9/openj9#20324 Signed-off-by: Peter Shipton <Peter_Shipton@ca.ibm.com>
Issue eclipse-openj9/openj9#20324 Signed-off-by: Peter Shipton <Peter_Shipton@ca.ibm.com>
Issue eclipse-openj9/openj9#20324 Signed-off-by: Peter Shipton <Peter_Shipton@ca.ibm.com>
Although the default has been changed, we can keep this open until there is an AIX update with the fix and the default to enable zlibNX restored. |
Issue eclipse-openj9/openj9#20324 Signed-off-by: Peter Shipton <Peter_Shipton@ca.ibm.com>
This is the AIX APAR: https://www.ibm.com/support/docview.wss?uid=isg1IJ52189 I believe the fix is available. EDIT: Actually I think the fix is available as an AIX iFix only - i.e. not in an official AIX release yet. |
The link I have to the AIX ifix for case TS017146010 shows it's expired. |
Experienced the following problem on AIX 7.3 P10, which is configured to support zlibNX, and Semeru will use it be default. Disable using
-XX:-UseZlibNX
and it no longer occurs.Trying to look at the class with
javap
you getunexpected end of file while reading org.openj9.envInfo.MachineInfo
.jdk11, 17 seem fine, this particular problem only occurs with jdk21, 23. However we don't know how the bug might affect earlier versions.
The text was updated successfully, but these errors were encountered: