cancel
Showing results for 
Search instead for 
Did you mean: 

Oracle Installation problem

0 Kudos

Hi

I am installing SAP ECC on Linux 5.4. SAP 6.0 Oracle 10.0.2.

sapinst is going well and in between it stopped to install Oracle. When I am running ./runInstaller I am getting below error. I have Java is installed at /opt/jre1.6.0_16

redsand:orasan 68> setenv JAVA_HOME /opt/jre1.6.0_16

redsand:orasan 69> ./runInstaller

Starting Oracle Universal Installer...

Checking installer requirements...

Checking operating system version: must be redhat-3, SuSE-9, redhat-4, UnitedLinux-1.0, asianux-1 or asianux-2

Passed

All installer requirements met.

Preparing to launch Oracle Universal Installer from /tmp/OraInstall2009-10-26_03-59-50PM. Please wait ...redsand:orasan 70> Exception in thread "main" java.lang.UnsatisfiedLinkError: /tmp/OraInstall2009-10-26_03-59-50PM/jre/1.4.2/lib/i386/libawt.so: libXp.so.6: cannot open shared object file: No such file or directory

at java.lang.ClassLoader$NativeLibrary.load(Native Method)

at java.lang.ClassLoader.loadLibrary0(Unknown Source)

at java.lang.ClassLoader.loadLibrary(Unknown Source)

at java.lang.Runtime.loadLibrary0(Unknown Source)

at java.lang.System.loadLibrary(Unknown Source)

at sun.security.action.LoadLibraryAction.run(Unknown Source)

at java.security.AccessController.doPrivileged(Native Method)

at sun.awt.NativeLibLoader.loadLibraries(Unknown Source)

at sun.awt.DebugHelper.<clinit>(Unknown Source)

at java.awt.Component.<clinit>(Unknown Source)

redsand:orasan 70>

Please suggest where I a m going wrong.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

yum install yum install libXp.so.6

markus_doehr2
Active Contributor
0 Kudos

> sapinst is going well and in between it stopped to install Oracle. When I am running ./runInstaller I am getting below error. I have Java is installed at /opt/jre1.6.0_16

SAP does not support Java 1.6

>

> redsand:orasan 68> setenv JAVA_HOME /opt/jre1.6.0_16

> redsand:orasan 69> ./runInstaller

Please read the installation guide. Oracle is not installed using runInstaller but with the script RUNINSTALLER (in capitals) in the SAP subdirectory of the database DVD.

You are also missing libraries which are required for Redhat.

Please first read the installation guide and follow the installation notes for the OS setup.

Markus

0 Kudos

You are right Markus. Thanks. I moved from that step but still as you say libraries are missing. How to fix that. below is the screen shot:

redsand:orasan 30> ./RUNINSTALLER

oracle_stage is not set (OK)

oracle_base is not set (OK)

oracle_home is not set (OK)

oracle_sid is not set (OK)

oracle_home_name is not set (OK)

oracle_inst_group is not set (OK)

from_location is not set (OK)

tmp_netca_file is not set (OK)

tmp_dbca_file is not set (OK)

Working in /oracle/stage/102_64/database/SAP ...

Oracle SID: SAN

Oracle Home: /oracle/SAN/102_64

Oracle Home Name: SAN_102_64

Oracle Install Group: dba

Installing from: /oracle/stage/102_64/database/stage/products.xml

oracle_stage="/oracle/stage/102_64"

oracle_base="/oracle"

oracle_version="102_64"

oracle_home="/oracle/SAN/102_64"

oracle_sid="SAN"

oracle_home_name="SAN_102_64"

oracle_inst_group="dba"

from_location="/oracle/stage/102_64/database/stage/products.xml"

tmp_netca_file="/tmp/.orainst_netca.904"

tmp_dbca_file="/tmp/.orainst_dbca.904"

ORACLE_BASE="/oracle"

ORACLE_HOME="/oracle/SAN/102_64"

================================

Preparing response files. Please wait:

======================================

Working on /oracle/stage/102_64/database/SAP/SVRCUSTOM.RSP

........................................................................

........................................................................

........................................................................

........................................................................

........................................................................

........................................................................

........................................................................

........................................................................

........................................................................

........................................................................

........................................................................

..............................................................

/oracle/stage/102_64/database/SAP/SVRCUSTOM.RSP --> /tmp/.orainst_rsp.904: Done

Starting Oracle Universal Installer...

Checking installer requirements...

Checking operating system version: must be redhat-3, SuSE-9, redhat-4, UnitedLinux-1.0, asianux-1 or asianux-2

Passed

All installer requirements met.

Preparing to launch Oracle Universal Installer from /tmp/OraInstall2009-10-26_05-33-32PM. Please wait ...redsand:orasan 31> Oracle Universal Installer, Version 10.2.0.1.0 Production

Copyright (C) 1999, 2005, Oracle. All rights reserved.

Exception java.lang.UnsatisfiedLinkError: /tmp/OraInstall2009-10-26_05-33-32PM/jre/1.4.2/lib/i386/libawt.so: libXp.so.6: cannot open shared object file: No such file or directory occurred..

java.lang.UnsatisfiedLinkError: /tmp/OraInstall2009-10-26_05-33-32PM/jre/1.4.2/lib/i386/libawt.so: libXp.so.6: cannot open shared object file: No such file or directory

at java.lang.ClassLoader$NativeLibrary.load(Native Method)

at java.lang.ClassLoader.loadLibrary0(Unknown Source)

at java.lang.ClassLoader.loadLibrary(Unknown Source)

at java.lang.Runtime.loadLibrary0(Unknown Source)

at java.lang.System.loadLibrary(Unknown Source)

at sun.security.action.LoadLibraryAction.run(Unknown Source)

at java.security.AccessController.doPrivileged(Native Method)

at sun.awt.NativeLibLoader.loadLibraries(Unknown Source)

at sun.awt.DebugHelper.<clinit>(Unknown Source)

at java.awt.Component.<clinit>(Unknown Source)

at oracle.sysman.oii.oiif.oiifm.OiifmGraphicInterfaceManager.<init>(OiifmGraphicInterfaceManager.java:222)

at oracle.sysman.oii.oiic.OiicSessionInterfaceManager.createInterfaceManager(OiicSessionInterfaceManager.java:193)

at oracle.sysman.oii.oiic.OiicSessionInterfaceManager.getInterfaceManager(OiicSessionInterfaceManager.java:202)

at oracle.sysman.oii.oiic.OiicInstaller.getInterfaceManager(OiicInstaller.java:436)

at oracle.sysman.oii.oiic.OiicInstaller.runInstaller(OiicInstaller.java:926)

at oracle.sysman.oii.oiic.OiicInstaller.main(OiicInstaller.java:866)

Exception in thread "main" java.lang.NoClassDefFoundError

at oracle.sysman.oii.oiif.oiifm.OiifmGraphicInterfaceManager.<init>(OiifmGraphicInterfaceManager.java:222)

at oracle.sysman.oii.oiic.OiicSessionInterfaceManager.createInterfaceManager(OiicSessionInterfaceManager.java:193)

at oracle.sysman.oii.oiic.OiicSessionInterfaceManager.getInterfaceManager(OiicSessionInterfaceManager.java:202)

at oracle.sysman.oii.oiif.oiifm.OiifmAlert.<clinit>(OiifmAlert.java:151)

at oracle.sysman.oii.oiic.OiicInstaller.runInstaller(OiicInstaller.java:984)

at oracle.sysman.oii.oiic.OiicInstaller.main(OiicInstaller.java:866)

redsand:orasan 31> env

USER=orasan

markus_doehr2
Active Contributor
0 Kudos

> You are right Markus. Thanks. I moved from that step but still as you say libraries are missing. How to fix that.

Read the installation guide!! (did you actually read it)? It points to

Note 1048303 - Red Hat Enterprise Linux 5.x: Installation and upgrade

Markus

fidel_vales
Employee
Employee
0 Kudos

Hi,

Not sure if the last answer you got would help.

I'm quite sure you have not read the note mentioned by Markus "BEFORE" the installation.

In addition, you have not searched in this forum as I quickliy found that someone already reported the same error as you and got the issue solved. May be you should check it.[May be you should check it|]

Thanks for reading up to here