TDL 4.0.0 InstallServices Stage Fails with Missing JRE 11 Dependency
search cancel

TDL 4.0.0 InstallServices Stage Fails with Missing JRE 11 Dependency

book

Article ID: 442150

calendar_today

Updated On:

Products

VMware Tanzu Data VMware Tanzu Data Intelligence VMware Tanzu Data Suite VMware Tanzu Data Suite

Issue/Introduction

Symptoms

When performing a Tanzu Data Lake (TDL) 4.0.0 installation, the InstallServices stage fails on the controller. Review of the logs indicates a failure while attempting to stage dependencies for remote hosts.

Error Message

File not found: /opt/broadcom/controller/binaries/openjdk-jre11.0.24+9-linux-amd64.tar.gz

Cause

The TDL 4.0.0 runtime environment primarily packages JRE 17. However, specific core service deployment scripts (such as those used for Greenplum Database / GPDB) still require JRE 11 for initialization. If only the version 4.0.0 runtime bundle was downloaded and staged, the required JRE 11 binary will be missing from the controller’s local /binaries directory.

Resolution

To resolve this dependency conflict, you must stage the runtime binaries from both the 3.0.0 and 4.0.0 releases on the controller to ensure all required JRE versions are available.

Implementation Steps

  1. Download the TDL 3.0.0 Runtime Bundle: Access the Broadcom TechDocs or support portal to obtain the runtime package for version 3.0.0. This package contains the openjdk-jre11.0.24+9-linux-amd64.tar.gz dependency.
  2. Stage the Binaries: Extract or move the JRE 11 package into the following directory on your controller node: /opt/broadcom/controller/binaries/
  3. Verify File Presence: Ensure the file is readable and located at the exact path specified in the error message.
  4. Resume Installation: Re-run the InstallServices stage of the deployment.

Related Information