-
Notifications
You must be signed in to change notification settings - Fork 237
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
Unable to find mapped JDK in AdoptOpenJDK Docker images after mid-October #457
Comments
Exploration done till now (Adding here for quick reference): |
@sophia-guo I have raised an issue in OpenJ9 eclipse-openj9/openj9#11110 I have pointed your issue in adoptium/aqa-tests#2031 as it has more details than this issue in openjdk-docker repo. |
From the conversation at OpenJ9 issue eclipse-openj9/openj9#11110 (comment) , It looks like the current SCC mechanism is not handling a mismatch wrt SCC generated by different builds as expected. A quick possible workaround would be to repopulate the cache by removing so while running docker we add a env var Eg :
So that the cache is re-created, JVM starts up without any error (related to SCC) and tests can be performed. @dinogun @smlambert @sophia-guo Can i have your views on this workaround ? |
eclipse-openj9/openj9#11213 fixes the issue of JVM crashing on nightly build SCC. I hope the next release of OpenJ9 will have the changes to fix this problem. EDIT: |
Starting in mid October (around Oct 14th), we see issues running java executable from a mapped drive using the 'nightly' images produced at the project and pushed to Docker hub. This was previously not an issue.
Suspect that something changed in the Docker images as test material and mapped JDK is unchanged when issue is present (so this may get shifted to openjdk-docker repo after additional investigation).
Running Tomee tests using the JDK from within the AdoptOpenJDK Docker image,
https://ci.adoptopenjdk.net/job/Grinder/4315/console you can see that the tests execute and run:
Running same Tomee tests with mapped drive to nightly JDK build, Grinder 4314, unable to determine mapped JDK (JAVA VERSION OUTPUT is empty).
Details in adoptium/aqa-tests#2031
adoptium/aqa-tests#2031 (comment)
The text was updated successfully, but these errors were encountered: