-
Notifications
You must be signed in to change notification settings - Fork 90
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 11.0.12 minimum version required for Agent 9.0.21.000+ #127
Comments
I added the environment variable after the java package install, and now getting a new error about amazon not being a valid java vendor. I cannot find anything in the Agent install documentation about java vendors, but the OS is listed as a supported OS which is Amazon Linux which is RHEL/CentOS based which is also listed as supported by this agent version.
|
After searching BMC Community, I found this article which explains the issue above exactly. https://community.bmc.com/s/article/What-Java-vendors-are-supported-as-external-JDK-with-Control-M-9-0-21 Amazon is being validated as a Java Vendor, and is targeted for a later 9.0.21 agent release. |
Hi @globalpayments-pburns,
Thank you for your understanding and cooperation. |
The Control M Agent 9.0.21.000+ require a minimum Java version of 11.0.12+.
automation-api-community-solutions/3-infrastructure-as-code-examples/tutorial-docker-image-with-embedded-controlm-agent/Dockerfile
Line 27 in 7ce4242
I have tried to replace openjdk package with Amazon Corretto Headed/Headless package and getting issues with using the automation api to provision the Agent 9.0.21.000 image.
RUN yum install -y java-11-amazon-corretto-headless
changing the package java-1.8.0-openjdk to java-11-amazon-corretto-headless or java-11-amazon-corretto results in the error below.
Do you have a solution for this, or a workaround?
The text was updated successfully, but these errors were encountered: