Recently I got the following issue while installing Soa Suite 11.1.1.2.0
in linux64.
I tried the solution specified here but it was not working and it keeps giving the error
[xxx@indl144224 linux64]$ ./runInstaller -jreLoc /scratch/software/mw_local/FMWTOOLS_MAIN_GENERIC_101104.0028.2/xxx/mw_home_standalone/jrockit_160_20_D1.1.0-18/Starting Oracle Universal Installer...
Checking if CPU speed is above 300 MHz. Actual 2327 MHz Passed
Checking Temp space: must be greater than 150 MB. Actual 2481 MB Passed
Checking swap space: must be greater than 500 MB. Actual 8273 MB Passed
Checking monitor: must be configured to display at least 256 colors. Actual 16777216 Passed
Preparing to launch Oracle Universal Installer from /tmp/OraInstall2011-01-19_04-21-22PM. Please wait ...
[xxx@indl144224 linux64]$ java.lang.UnsatisfiedLinkError: Can't load library: /tmp/OraInstall2011-01-19_04-21-22PM/oui/lib/linux64/liboraInstaller.so
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1702)
at java.lang.Runtime.load0(Runtime.java:770)
at java.lang.System.load(System.java:1004)
at oracle.sysman.oii.oiip.osd.unix.OiipuUnixOps.loadNativeLib(OiipuUnixOps.java:402)
at oracle.sysman.oii.oiip.osd.unix.OiipuUnixOps.<clinit>(OiipuUnixOps.java:126)
at oracle.sysman.oii.oiip.oiipg.OiipgEnvironment.ssgetCurrentGroupOfUserux(OiipgEnvironment.java:503)
at oracle.sysman.oii.oiix.OiixEnvironmentOps.ssgetCurrentGroupOfUserux(OiixEnvironmentOps.java:147)
.....
So i tried the following thing and it worked
[xxxn@indl144224 linux64]$ linux32 bash
bash-3.2$ pwd
/scratch/software/mw_local/linux_middleware/xxx/mw_home/soa11.1.1.2/Disk1/install/linux64
bash-3.2$ cd ..
bash-3.2$ lsaix hpia64 hpunix linux linux64 solaris win32 win64
bash-3.2$ cd linux
bash-3.2$ ./runInstaller -jreloc /scratch/software/mw_local/FMWTOOLS_MAIN_GENERIC_101104.0028.2/xxx/mw_home_standalone/jrockit_160_20_D1.1.0-18/
Like this:
Like Loading...