-
Notifications
You must be signed in to change notification settings - Fork 90
Open
Description
The Control M Agent 9.0.21.000+ require a minimum Java version of 11.0.12+.
Line 27 in 7ce4242
RUN yum -y install java-1.8.0-openjdk \ |
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.
Cannot find Java. The Java major version must be 11. The minor version must be 11.0.12 or higher. Set the BMC_INST_JAVA_HOME environment variable to the Java home path and then rerun the installation. Refer to Control-M Documentation for more information.
�[32minfo�[39m: Failed to deploy new image
�[91m�[31merror�[39m: org.apache.commons.exec.ExecuteException: return error for product DRFZ4.9.0.21.000_Linux-x86_64.tar.z-DEPLOY: using command /home/tomcat/.ctmTemp/DRFZ4.9.0.21.000_Linux-x86_64.tar/setup.sh -silent /home/tomcat/.ctmTemp/agent.linux.xml. rc=1 (Exit value: 1)
�[0m�[32minfo�[39m: exiting provision process with exit code (0-ok):6
�[91m�[31merror�[39m: provision image failed
�[0mThe command '/bin/sh -c cd && ctm provision image $AGENT_DEPLOY_FILE' returned a non-zero code: 1
Do you have a solution for this, or a workaround?
Metadata
Metadata
Assignees
Labels
No labels