Yes, it is now Published.
Original Message:
Sent: Oct 09, 2023 10:25 AM
From: Joakim E
Subject: java_jre 2.17 upgrade failing on Linux RHEL7
Thank you Steve,
So the KB article is just about to be published?
Original Message:
Sent: Oct 09, 2023 08:22 AM
From: Stephen Danseglio
Subject: java_jre 2.17 upgrade failing on Linux RHEL7
Hi Joakim,
This is a known issue but the KB article is not fully published yet.
20.4 CU9 upgrade fails to Linux system ADE or java_jre 2.17 install completes but java probes fail to start after
20.4 CU9 update fails at "[14/53] Configuring Automated Deployment Engine probe ..".
It is determined that the installation of the 2.17 java_jre package failed during extraction of the package.
If you run the command that is in package manually on the linux host will get the following error:
# ./jre/extract_jre.sh jre-8u382b05-linux-x64.7z
extracting bundled_jre_filename: jre-8u382b05-linux-x64.7z
./jre/7zz: /lib64/libstdc++.so.6: version `CXXABI_1.3.8' not found (required by ./jre/7zz)
./jre/7zz: /lib64/libstdc++.so.6: version `CXXABI_1.3.9' not found (required by ./jre/7zz)
Environment:
Release: 20.4 CU9
Component: java_jre
Resolution
- login to the linux robot
- traverse to the ../nimsoft/jre directory
- rename the 7zz file
- copy in the attached file, and rename it to 7zz
- change directory to ../nimsoft
- run the following command: ./jre/extract_jre.sh jre-8u382b05-linux-x64.7z
- validate that the directory is created
If the installation is still running you can try to start ADE to see if it will continue, otherwise, start the installer again.
Steve
------------------------------
Support Engineer
Broadcom
US
Original Message:
Sent: Oct 09, 2023 01:44 AM
From: Joakim E
Subject: java_jre 2.17 upgrade failing on Linux RHEL7
The java_jre 2.17 that comes with CU9 fails to deploy on RHEL7.9 - jre-8u382b05-linux-x64.7z is not extracted. When trying to run the extraction manually I get:
extracting bundled_jre_filename: jre-8u382b05-linux-x64.7z
./jre/7zz: /lib64/libstdc++.so.6: version `CXXABI_1.3.8' not found (required by ./jre/7zz)
./jre/7zz: /lib64/libstdc++.so.6: version `CXXABI_1.3.9' not found (required by ./jre/7zz)
However, if I reinstall java_jre 2.16 and run the extraction for jre-8u382b05-linux-x64.7z it works. So, it seems java_jre 2.17 requires a newer gcc version. This is not mentioned in the release notes. Anybody ran into the same problem?