-
Notifications
You must be signed in to change notification settings - Fork 105
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
jlink error Hash of java.rmi differs to expected hash .. #144
Comments
Thanks for reporting, it's easy to reproduce. The Corretto team is aware of this issue and working on fixing it. You can expect a new version of the Windows build for 11.0.9. |
Hi, an update on the root cause: Our Windows code signer host recently updates the bootstrap JDK from 11 to 15 to support Corretto-15. During the signing process, all jmod files are extracted and repackaged to replace unsigned binaries with signed ones. This issue is caused by the incompatibility of the jmod files generated by jmod cli in different JDK major versions. We are able to fix this by rolling back the bootstrap JDK to 11. A new release is on the way. |
11.0.9.11.2 is released. |
Thanks! |
This is broken again on jdk11.0.16_8 Here's the command: In this case i'm targeting a windowsx86 and windowsx64 jdk from mac (both have the error). |
Thanks, we have reproduced the issue on Mac and are investigating. |
Hi, do you mind reopening the issue so that subscribers can track its cause and/or progress? |
The issue was moved to #280 and is resolved. |
Hi, this seems to be a similar issue like #96, this time for the windows version of 11.0.9.11.1.
Describe the bug
Running jlink on Windows 10 with amazon-corretto-11.0.9.11.1-windows-x64-jdk.zip (exact command below) results in the following error message:
Full command, ran on windows 10 in cmd from the extracted zip within jdk-11
To Reproduce
Expected behavior
As with openjdk (amazon-corretto-11.0.8.10.1-windows-x64-jdk.zip) and the previous version of corretto (openjdk-11+28_windows-x64_bin.zip), the command should not throw an error but create the jdk directory with appropriate content.
Screenshots
Platform information
The text was updated successfully, but these errors were encountered: