Closed cameronkroeker closed 4 years ago
With recent changes to Oracle licensing, the "accept_oracle_download_terms":true may be impacted.
The following role json files installs/configures Oracle JDK instead of OpenJDK:
https://github.com/Esri/arcgis-cookbook/blob/master/roles/arcgis-enterprise-rhel.json
https://github.com/Esri/arcgis-cookbook/blob/master/roles/arcgis-enterprise-ubuntu.json
To use OpenJDK replace the following block:
"java":{ "install_flavor":"oracle", "jdk_version":"8", "oracle":{ "accept_oracle_download_terms":true } },
with:
"java":{ "install_flavor":"openjdk", "jdk_version":"8" },
fixed in v3.5.0.
With recent changes to Oracle licensing, the "accept_oracle_download_terms":true may be impacted.
The following role json files installs/configures Oracle JDK instead of OpenJDK:
https://github.com/Esri/arcgis-cookbook/blob/master/roles/arcgis-enterprise-rhel.json
https://github.com/Esri/arcgis-cookbook/blob/master/roles/arcgis-enterprise-ubuntu.json
To use OpenJDK replace the following block:
with: