My Oracle Support Banner

Goldengate Installation Fails In Solaris SPARC With LD_LIBRARY_PATH_64 Variable Defined: "Could not initialize class oracle.ops.mgmt.nativesystem.sUnixCommands" (Doc ID 2770892.1)

Last updated on JULY 20, 2024

Applies to:

Oracle GoldenGate - Version 19.1.0.0.4 and later
Information in this document applies to any platform.

Symptoms

The runInstaller for GoldenGate 19.1.0.0.4 may fail if using LD_LIBRARY_PATH_64.

The installation log file installActions* will show the variable defined and pointing to the Database Oracle Home:

INFO: Executing [df, -P, /ogg]
with environment variables {PATH=/usr/bin:/usr/ccs/bin:/usr/sbin:/bin:/usr/X11/bin:/usr/dt/bin:/usr/openwin/bin:/usr/ccs/bin:/usr/local/bin:/usr/local/bin:/home1/oracle:.:/u01/app/oracle/product/19.3.0.0/db_1/bin:/ogg/ogg191004:/home1/oracle/gg_binary/gg191004_binary/fbo_ggs_Solaris_sparc_shiphome/Disk1/install, ORACLE_SID=ORCL, LC_MONETARY=, LC_TIME=, JAVA_HOME=, LC_MESSAGES=, TERM=xterm, LANG=en_US.UTF-8, GRID_HOME=/u01/app/product/19.3.0.0/grid, DISPLAY=xx.xxx.xx.xxx:0.0, LD_LIBRARY_PATH=/tmp/OraInstall2021-04-19_10-16-13AM/ext/bin:/tmp/OraInstall2021-04-19_10-16-13AM/ext/lib:/u01/app/oracle/product/19.3.0.0/db_1:/u01/app/oracle/product/19.3.0.0/db_1/lib:/ogg/ogg191004:/u01/app/oracle/product/19.3.0.0/db_1/oracm/lib:/tmp/OraInstall2021-04-19_10-16-13AM/oui/lib/solaris:::, LC_COLLATE=, LOGNAME=oracle, PWD=/home1/oracle/gg_binary/gg191004_binary/fbo_ggs_Solaris_sparc_shiphome/Disk1, ORACLE_HOME=/u01/app/oracle/product/19.3.0.0/db_1, LD_LIBRARY_PATH_64=/u01/app/oracle/product/19.3.0.0/db_1/lib, _=*19899*/home1/oracle/gg_binary/gg191004_binary/fbo_ggs_Solaris_sparc_shiphome/Disk1/install/.oui, SHELL=/bin/bash, PAGER=/usr/bin/less -ins, ORACLE_PATH=/u01/app/oracle/product/19.3.0.0/db_1/bin, A__z="*SHLVL, SSH_TTY=/dev/pts/2, SSH_CLIENT=xx.xxx.xx.xxx 58025 22, ORACLE_BASE=/u01/app/oracle, OLDPWD=/home1/oracle/gg_binary/gg191004_binary/fbo_ggs_Solaris_sparc_shiphome, USER=oracle, CLASSPATH=, TMPDIR=/tmp, LC_NUMERIC=, EDITOR=vi, TEMP=/tmp, SSH_CONNECTION=xx.xxx.xx.xxx 58025 xx.xxx.xx.xx 22, OGG_HOME=/ogg/ogg191004, LC_ALL=, LC_CTYPE=, SHLVL=3, HOME=/home1/oracle}

 

 and following error at the Stacktrace section:

---# Begin Stacktrace #---------------------------
ID:
oracle.install.commons.util.exception.AbstractErrorAdvisor:795

oracle.install.commons.flow.FlowException: [INS-08109] Unexpected error occurred while validating inputs at state 'installDetails'.
at oracle.install.commons.flow.AbstractFlowExecutor.validate(AbstractFlowExecutor.java:538)
at oracle.install.commons.flow.AbstractFlowExecutor.leaveVertex(AbstractFlowExecutor.java:820)
at oracle.install.commons.flow.AbstractFlowExecutor.transition(AbstractFlowExecutor.java:428)
at oracle.install.commons.flow.AbstractFlowExecutor.nextState(AbstractFlowExecutor.java:354)
at oracle.install.commons.flow.AbstractFlowExecutor.nextViewState(AbstractFlowExecutor.java:309)
at oracle.install.commons.flow.DefaultFlowNavigator.goForward(DefaultFlowNavigator.java:58)
at oracle.install.commons.flow.jewt.FlowWizard$1.run(FlowWizard.java:190)
at oracle.install.commons.flow.jewt.FlowWizard$TransitionManager$1.run(FlowWizard.java:160)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
Caused by: java.lang.NoClassDefFoundError: Could not initialize class oracle.ops.mgmt.nativesystem.sUnixCommands
at oracle.ops.mgmt.nativesystem.UnixSystem.checkRemoteExecutionSetup(UnixSystem.java:3090)
at oracle.ops.mgmt.nativesystem.UnixSystem.getRemoteShellCmd(UnixSystem.java:2884)
at oracle.ops.mgmt.nativesystem.UnixSystem.dorunRemoteExecCmd(UnixSystem.java:4119)
at oracle.ops.mgmt.nativesystem.UnixSystem.dorunRemoteExecCmd(UnixSystem.java:4086)
at oracle.ops.mgmt.nativesystem.UnixSystem.runRemoteExecCmd(UnixSystem.java:4011)
at oracle.ops.mgmt.command.util.RemoteExecCommand.executeInternal(RemoteExecCommand.java:1276)
at oracle.ops.mgmt.command.util.RemoteExecCommand.execute(RemoteExecCommand.java:1021)
at oracle.ops.mgmt.command.util.RemoteExecCommand.execute(RemoteExecCommand.java:1163)
at oracle.cluster.cmdtools.CmdToolUtil.doexecute(CmdToolUtil.java:830)
at oracle.cluster.cmdtools.CmdToolUtil.execute(CmdToolUtil.java:609)
at oracle.cluster.cmdtools.OFSUtil.getMountPoint(OFSUtil.java:1455)
at oracle.cluster.deployment.ClusterwareInfo.doIsPathOnACFS(ClusterwareInfo.java:5243)
at oracle.cluster.deployment.ClusterwareInfo.isPathOnACFS(ClusterwareInfo.java:5213)
at oracle.ops.mgmt.cluster.Cluster.isSharedPath(Cluster.java:1294)
at oracle.install.ivw.oggcore.validator.InstallDetailsValidator.validatePage(InstallDetailsValidator.java:274)
at oracle.install.ivw.oggcore.validator.InstallDetailsValidator.validate(InstallDetailsValidator.java:91)
at oracle.install.commons.flow.validation.ValidationHelper.validateState(ValidationHelper.java:194)
at oracle.install.commons.flow.AbstractFlowExecutor.validate(AbstractFlowExecutor.java:521)
... 12 more

---# End Stacktrace #-----------------------------

 

 

Changes

 Installing Oracle 19.1.0.0.4 in Oracle Solaris on SPARC.

Cause

To view full details, sign in with your My Oracle Support account.

Don't have a My Oracle Support account? Click to get started!


In this Document
Symptoms
Changes
Cause
Solution
References


My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts.