-
-
Notifications
You must be signed in to change notification settings - Fork 15
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
Java 17 cannot start on AIX 7.2 #847
Comments
@gvernier Can you try the 17.0.8 release? Should be out in a few days. |
@karianna I don't think the latest version is available for OS AIX. There is a ppc64 version for Linux. Do you have this version for AIX? |
See adoptium.net - the banner there has a link to our status page for getting the builds out this week including AIX. |
I think I've found the solution. To sum up, here are the XLC prerequisites for it to work: For me, you need have libc++ and xlC.x.x in version 16.1.0.X. The good result ! Gaël |
We are marking this issue as stale because it has not been updated for a while. This is just a way to keep the support issues queue manageable. |
Please provide a brief summary of the bug
Hello,
I'm trying to run java 17 on an AIX7.2TL05SP05 and I get the following error:
rs95:/tmp/jdk-17.0.7+7-jre/bin# oslevel -s
7200-05-05-2246
rs95:/tmp/jdk-17.0.7+7-jre/bin# ./java -version
Error: dl failure on line 542
Error: failed /tmp/jdk-17.0.7+7-jre/lib/server/libjvm.so, because 0509-022 Cannot load module /tmp/jdk-17.0.7+7-jre/lib/server/libjvm.so.
0509-150 Dependent module libc++.a(shr_64.o) could not be loaded.
0509-022 Unable to load module libc++.a(shr_64.o).
0509-026 System error: A file or directory in the path name does not exist.
0509-022 Unable to load module /tmp/jdk-17.0.7+7-jre/lib/server/libjvm.so.
0509-150 Dependent module /tmp/jdk-17.0.7+7-jre/lib/server/libjvm.so could not be loaded.
I have retrieved the following archive : https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.7%2B7/OpenJDK17U-jre_ppc64_aix_hotspot_17.0.7_7.tar.gz
A similar ticket has already been opened, but there was no resolution.
On my system, the xlc++ installed is version XLC 16.1.
Thank you in advance for your help.
Gaël
Please provide steps to reproduce where possible
No response
Expected Results
show java version
Actual Results
rs95:/tmp/jdk-17.0.7+7-jre/bin# ./java -version
Error: dl failure on line 542
Error: failed /tmp/jdk-17.0.7+7-jre/lib/server/libjvm.so, because 0509-022 Cannot load module
0509-150 Dependent module libc++.a(shr_64.o) could not be loaded.
0509-022 Cannot load module libc++.a(shr_64.o).
0509-026 System error: A file or directory in the path name does not exist.
0509-022 Cannot load module /tmp/jdk-17.0.7+7-jre/lib/server/libjvm.so.
0509-150 Dependent module /tmp/jdk-17.0.7+7-jre/lib/server/libjvm.so could not be loaded.
What Java Version are you using?
17.0.7+7
What is your operating system and platform?
AIX 7.2TL05SP05
How did you install Java?
I download from github
Did it work before?
No response
Did you test with the latest update version?
No response
Did you test with other Java versions?
No response
Relevant log output
No response
The text was updated successfully, but these errors were encountered: