Operating System - HP-UX
1748176 Members
4225 Online
108758 Solutions
New Discussion юеВ

Re: Install Oracle Version 10.2.0.1.0 on HP UX 11.31 using Xstart

 
Fandi Kurnia
Frequent Advisor

Install Oracle Version 10.2.0.1.0 on HP UX 11.31 using Xstart

Hello, all expert.

I have problem when install Oracle Ver. 10.2.0.1. using Xstart. I have some clue that can make you clear with my problem :

1. my oracle user :
# cat /etc/passwd | grep oracle
oracle:x:112:20::/home/oracle:/sbin/sh

2. my oinstall group
# cat /etc/group | grep oinstall
oinstall::107:

3. xclock can appear.

4. Main error :
$ ./runInstaller -ignoresysprereqs
Starting Oracle Universal Installer...

Checking installer requirements...

Checking operating system version: must be B.11.23. Actual B.11.31
Failed <<<<


>>> Ignoring required pre-requisite failures. Continuing...

Preparing to launch Oracle Universal Installer from /tmp/OraInstall2010-02-22_01-36-51PM. Please wait ...$ Oracle Universal Installer, Version 10.2.0.1.0 Production
Copyright (C) 1999, 2005, Oracle. All rights reserved.

java.io.FileNotFoundException: /tmp/OraInstall2010-02-22_01-36-51PM/oui/instImages/images.properties (No such file or directory)
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.(FileInputStream.java:106)
at java.io.FileInputStream.(FileInputStream.java:66)
at oracle.sysman.oii.oiif.oiifm.OiifmSplashScreen.loadProperties(OiifmSplashScreen.java:444)
at oracle.sysman.oii.oiif.oiifm.OiifmSplashScreen.(OiifmSplashScreen.java:93)
at oracle.sysman.oii.oiif.oiifm.OiifmGraphicInterfaceManager.(OiifmGraphicInterfaceManager.java:259)
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 java.lang.ExceptionInInitializerError occurred..
java.lang.ExceptionInInitializerError
at oracle.sysman.oii.oiif.oiifm.OiifmGraphicInterfaceManager.(OiifmGraphicInterfaceManager.java:259)
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)
Caused by: java.lang.NumberFormatException: null
at java.lang.Integer.parseInt(Integer.java:436)
at java.lang.Integer.(Integer.java:609)
at oracle.sysman.oii.oiif.oiifm.OiifmSplashScreen.(OiifmSplashScreen.java:103)
... 6 more
Exception in thread "main" java.lang.NoClassDefFoundError
at oracle.sysman.oii.oiif.oiifm.OiifmGraphicInterfaceManager.(OiifmGraphicInterfaceManager.java:259)
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.(OiifmAlert.java:151)
at oracle.sysman.oii.oiic.OiicInstaller.runInstaller(OiicInstaller.java:984)
at oracle.sysman.oii.oiic.OiicInstaller.main(OiicInstaller.java:866)


after problem no.4, there is nothing happen.


Regards

Fandi Kurnia
22 REPLIES 22
Fandi Kurnia
Frequent Advisor

Re: Install Oracle Version 10.2.0.1.0 on HP UX 11.31 using Xstart

additional clue:
5. JAVA_HOME

$ echo $JAVA_HOME
/opt/java1.4/bin


Horia Chirculescu
Honored Contributor

Re: Install Oracle Version 10.2.0.1.0 on HP UX 11.31 using Xstart

>Checking installer requirements...

Checking operating system version: must be B.11.23. Actual B.11.31
Failed <<<<

You choosed to ignore this (-ignoresysprereqs).

But this is a problem. You have an actual operating system (11.31) and try to install an old database version. Try to install a newer version.

Horia.
Best regards from Romania,
Horia.
Fandi Kurnia
Frequent Advisor

Re: Install Oracle Version 10.2.0.1.0 on HP UX 11.31 using Xstart

hai , see you again horia.

I had done this :
$./runInstaller -ignoresysprereqs

under point number 4.


so what the conclusion for this case horia.. have you ever get this
Horia Chirculescu
Honored Contributor

Re: Install Oracle Version 10.2.0.1.0 on HP UX 11.31 using Xstart

Hello Fandi,

As I said on the previous post, try to install a newer ORACLE version.

Oracle actually maintain a document called "Compatibility matrix". Check this document (I believe you can find it on Metalink) in order to see if a solution would work or not.

Horia.
Best regards from Romania,
Horia.

Re: Install Oracle Version 10.2.0.1.0 on HP UX 11.31 using Xstart

Hoira,

if you went and looked at that matrix you are referring to in metalink it would tell you that the version _is_ supported and trhat you need to use the "-ignoresysprereqs" option during the install...

Fandi,

How much space do you have in /tmp? Have you made sure you have enough?

HTH

Duncan

I am an HPE Employee
Accept or Kudo
Horia Chirculescu
Honored Contributor

Re: Install Oracle Version 10.2.0.1.0 on HP UX 11.31 using Xstart

Duncan, mea culpa: I did not took that look.

Horia.
Best regards from Romania,
Horia.

Re: Install Oracle Version 10.2.0.1.0 on HP UX 11.31 using Xstart

also where did the oracle sw come from - when this error occurs on the first file ( images.properties ) its usually a sign of a corrupt install distribution...

HTH

Duncan

I am an HPE Employee
Accept or Kudo
Fandi Kurnia
Frequent Advisor

Re: Install Oracle Version 10.2.0.1.0 on HP UX 11.31 using Xstart

Hai Duncan, and Horia.
this my configuration ..
$ bdf
Filesystem kbytes used avail %used Mounted on
/dev/vg00/lvol3 27656192 5682784 21801808 21% /
/dev/vg00/lvol1 2048000 189160 1844408 9% /stand
/dev/vg00/lvol7 8192000 660272 7472920 8% /var
/dev/vg00/lvol6 10240000 2597096 7583264 26% /usr
/dev/vg00/lvol5 524288 21984 498896 4% /tmp
/dev/vg00/lvol4 1032192 21712 1002640 2% /home
/dev/vg01/lvol1 143339520 2575136 139664728 2% /database
DevFS 3 3 0 100% /dev/deviceFileSystem

horia,
thank horia. I had read.
WayneHP
Frequent Advisor

Re: Install Oracle Version 10.2.0.1.0 on HP UX 11.31 using Xstart

I seem to recall having to patch the oracle installer first with this version of oracle.

10.2.0.1.