cancel
Showing results for 
Search instead for 
Did you mean: 

RUNINSTALLER - java.lang.ClassNotFoundException: oracle.install.ivw.db.driv

Former Member
0 Kudos

HiI tried to run the script ./RUNISTALLER -check.It seems I could not start a OUI with a x-session as you could see inmy attached documentation.In the other hand I could start directly on OS/oracle/stage/12102/database/runInstaller -ignoreSysPrereqswithout any problems.The environment settings are in both cases the sameAttached you see an example!

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hola Franco,

There is a specific SAP note related to this error:

2120298 - Oracle Installer does not start


There may be authorization issues in your filesystem. Please check according to the note. There are also related notes, that describe installation errors. Have a look on them.


I hope they help.


Regards,

Serhat

Former Member
0 Kudos

Thanks again

The note does not fit for me. I could install the new oracle SW without any problems settings/permission with

/oracle/stage/12102/database/runInstaller -ignoreSysPrereqs

This is normally the standard procedure for all oralce DBA's when installing the product.

So for my point of view the scripts RUNINSTALLER -> 12cinstall.sh have some settings which leads to this error!

Former Member
0 Kudos

Hi Serhat

Sorry for that. Below I put all what in the document I inserted

Many thanks for your help.

Regards

Franco

oracle@genadev0001:/oracle/stage/12102/database/SAP (1390) > ./RUNINSTALLER -check

.

. 12cinstall.sh - Oracle Database 12c Release 1 (12.1) Software Installation Script

. Version 12.1.0.2.0 Release Date 2015-06-02 Patch Level 059 (rel)

. Copyright (c) Oracle Corporation 2010, 2015. All Rights Reserved.

. SAP note 1915301

. Oracle Database Release: 12.1.0.2.0

.

. Host     : genadev0001

. Platform : aix (64-bit)

. Date     : 2015_08_10 15:39:01

. User     : oracle

. Log dir. : /home/oracle

. Logfile  : /home/oracle/12cinstall_12102.log

. History  : /home/oracle/12cinstall_12102_hist.log

.

. 12cinstall.sh was called with the following options (command line):

. -caller RUNINSTALLER -oracle_stage /oracle/stage/12102/database -ignoreSysPrereqs -check

.

. Performing pre-installation checks ...

.

. (OK)      -  Environment variable <DB_SID> is set to GEX

. (OK)      -  Got value for <DB_SID> from environment.

. (OK)      -  Got location for Oracle base from environment (ORACLE_BASE).

. (OK)      -  Got location for Oracle stage from '-oracle_stage' option.

. (OK)      -  Directory /oracle/GEX exists.

. (OK)      -  Oracle base location /products/software/oracle exists.

. (OK)      -  oratab file /etc/oratab exists.

. (OK)      -  Installation location /oracle/GEX/12102 does not exist.

. (OK)      -  Runtime location /oracle/GEX/121 does not exist.

. (OK)      -  Inventory pointer file /etc/oraInst.loc exists.

. (OK)      -  Group dba is defined.

. (OK)      -  Group oper is defined.

. (OK)      -  Group oper is defined.

. (OK)      -  Group dba is defined.

. (OK)      -  Group dba is defined.

. (OK)      -  Group oinstall is defined.

. (OK)      -  OUI version in stage is 12.1.0.2.0.

. (OK)      -  New response file /home/oracle/.12cinstall_12102.rsp created.

. (OK)      -  Ignoring the results of the system prerequisite checks (-ignoreSysPrereqs)

.

. Pre-installation checks completed.

.

. Environment Settings:

.

. DB_SID                       : GEX

. DISPLAY                      : localhost:10.0

. ORACLE_BASE                  : /products/software/oracle

.

. Installation Settings:

.

. Installation log file        : /home/oracle/12cinstall_12102.log

. Oracle database release      : 12.1.0.2.0

. Oracle stage location        : /oracle/stage/12102/database

.

. Oracle base location         : /products/software/oracle   (exists)

. Oracle home install. location: /oracle/GEX/12102  ( not existing /  / not shared )

. Oracle home run-time location: /oracle/GEX/121 ( not existing / not installed )

. ORACLE_HOME_NAME             : not specified

. oratab                       : /etc/oratab  (exists)

. oratab new entry             : GEX:/oracle/GEX/121:N

. Inventory group              : oinstall

. OSDBA group                  : dba

. OSOPER group                 : oper

. OSBACKUPDBA group            : oper

. OSDGDBA group                : dba

. OSKMDBA group                : dba

.

. OUI Settings:

.

. OUI version                  : 12.1.0.2.0

. OUI temporary directory      : /home/oracle/.12cinstall_12102.tmp

. Available disk space: 0.22 Gb

. OUI response file            : /home/oracle/.12cinstall_12102.rsp

. Use response file            : yes

. OUI output log file          : /home/oracle/.12cinstall_12102.oui

. OUI options                  : -waitForCompletion -ignoreSysPrereqs -executePrereqs

.

. Post Installation Settings:

.

. Create symbolic link         : yes

. relative/absolute path       : relative

. OHRDBMS -> IHRDBMS /oracle/GEX/121 -> 12102

. Configure orabasetab         : yes

. Clean up temp. files         : yes

.

. OUI command line:

.

LANG=C TMP=/home/oracle/.12cinstall_12102.tmp TMPDIR=/home/oracle/.12cinstall_12102.tmp /oracle/stage/12102/database/runInstaller -responseFile /home/oracle/.12cinstall_12102.rsp -waitForCompletion -ignoreSysPrereqs -executePrereqs | tee /home/oracle/.12cinstall_12102.oui

.

. (INFO)    -  Starting Oracle Universal Installer in interactive mode - please wait ...

.

********************************************************************************

Your platform requires the root user to perform certain pre-installation

OS preparation.  The root user should run the shell script 'rootpre.sh' before

you proceed with Oracle installation. rootpre.sh can be found at the top level

of the CD or the stage area.

Answer 'y' if root has run 'rootpre.sh' so you can proceed with Oracle

  1. installation.

Answer 'n' to abort installation and then ask root to run 'rootpre.sh'.

********************************************************************************

Has 'rootpre.sh' been run by root? [y/n] (n)

y

Starting Oracle Universal Installer...

Checking Temp space: must be greater than 190 MB.   Actual 228 MB    Passed

Checking monitor: must be configured to display at least 256 colors.    Actual 16777216    Passed

Preparing to launch Oracle Universal Installer from /home/oracle/.12cinstall_12102.tmp/OraInstall2015-08-10_03-39-05PM. Please wait ...Exception in thread "main" java.lang.NoClassDefFoundError: oracle.install.ivw.db.driver.DBInstaller

Caused by: java.lang.ClassNotFoundException: oracle.install.ivw.db.driver.DBInstaller

        at java.net.URLClassLoader.findClass(URLClassLoader.java:434)

        at java.lang.ClassLoader.loadClass(ClassLoader.java:677)

        at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:358)

        at java.lang.ClassLoader.loadClass(ClassLoader.java:643)

Could not find the main class: oracle.install.ivw.db.driver.DBInstaller. Program will exit.

.

. (INFO)    -  Oracle Universal Installer finished.

. (INFO)    -  Name of OUI session log file not found.

.

. Performing clean up tasks ...

. Clean up tasks completed.

.

. Post-installation tasks are not executed.

. Reason: -executePrereqs /

. Post-installation tasks have been skipped.

.

. Check Results

. (INFO)    -  Software installation prerequisite checks finished.

. (INFO)    -  You can find the installation summary log at /home/oracle/12cinstall_12102.log

. (EXIT)    -  Exiting with exit code 0.

oracle@genadev0001:/home/oracle (1431) > /oracle/stage/12102/database/runInstaller -ignoreSysPrereqs

********************************************************************************

Your platform requires the root user to perform certain pre-installation

OS preparation.  The root user should run the shell script 'rootpre.sh' before

you proceed with Oracle installation. rootpre.sh can be found at the top level

of the CD or the stage area.

Answer 'y' if root has run 'rootpre.sh' so you can proceed with Oracle

  1. installation.

Answer 'n' to abort installation and then ask root to run 'rootpre.sh'.

********************************************************************************

Has 'rootpre.sh' been run by root? [y/n] (n)

y

Starting Oracle Universal Installer...

Checking Temp space: must be greater than 190 MB.   Actual 4597 MB    Passed

Checking monitor: must be configured to display at least 256 colors.    Actual 16777216    Passed

Preparing to launch Oracle Universal Installer from /tmp/OraInstall2015-08-10_03-47-43PM. Please wait

Former Member
0 Kudos

You forgot the attachment.