After applying 10.7 HF84 to an Enterprise Manager installation on AIX 7.2, the Enterprise Manager no longer starts
The manager start hung:
./EMCtrl.sh status: Enterprise Manager stopped
OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0
Debug options:
file:/tmp/.options not found
!SESSION 2022-05-26 10:54:40.510 -----------------------------------------------
eclipse.buildId=M20060629-1905
java.version=1.8.0_292
java.vendor=AdoptOpenJDK
BootLoader constants: OS=aix, ARCH=ppc64, WS=motif, NL=en_US
Framework arguments: -product com.wily.introscope.em.product
Command-line arguments: -consolelog -product com.wily.introscope.em.product
!ENTRY org.eclipse.osgi 4 0 2022-05-26 10:54:41.241
!MESSAGE Bundle [email protected] not found.
By removing the JRE folder before the hotfix installation, the system java will be used (java version "1.8.0_281"), this is the reason the manager will start.
Based on the shipped java (openjdk version "1.8.0_292") it does not.
WebView process has the same issue
Release : 10.7.0
Component : Introscope
This was investigated actually as a limit in the data segment size ulimit -d based on the amount of data the JRE needs to address.
ulimit -d was raised to minimum 524288 to allow the Enterprise Manager and WebView to start
If ulimit -d cannot be set to unlimited, a trial and error approach of testing the minimum required value may be necessary.