2021 Jun 01 5:33 AM
Hi All
I am in the process of installation of SAP using SWPM10 in Linux serverX86_64 bit OS and Oracle 11.2.4G. in the SAPINST in the installation phase after running the ./RUNINSTALLER the log says every thing fine as given below.
After completion of RUNINSTALLER when proceed further getting the following error. Pls help to sort out the issue at the earliest.
Define Parameters Review Parameters Execute Service
Service Completed Check for oracle database software is installed...
The Oracle database software is not yet installed.
SOLUTION: Install the Oracle database software using the RUNINSTALLER.
RUN INSTALLER log output
47> ./RUNINSTALLER
.
. 11ginstall.sh - Oracle Database 11.2 Software Installation Script
. Version 11.2.0.4.0 Release Date 2013-09-23 Patch Level 043 (rel)
. Copyright (c) Oracle Corporation 2010, 2011. All Rights Reserved.
. SAP note 1524205
. Oracle Database Release: 11.2.0.4.0
. Platform : linux_x86_64 (64-bit)
. Date : 2021_06_01 09:53:30
. User : oragtd
. Log dir. : /oracle/GTD
. Logfile : /oracle/GTD/11ginstall_11204.log
.
. 11ginstall.sh was called with the following options (command line):
. -caller RUNINSTALLER -oracle_stage /oracle/stage/112_64/database -ignoreSysPrereqs
.
. Performing pre-installation checks ...
.
. (OK) - Environment variable <DB_SID> is set to GTD
. (OK) - Got value for <DB_SID> from environment.
. (OK) - Got location for Oracle base from environment.
. (OK) - Got location for Oracle stage from '-oracle_stage' option.
. (OK) - Base directory for runtime Oracle home /oracle/GTD exists.
. (OK) - Oracle base location /oracle exists.
. (WARNING) - Installation location /oracle/GTD/11204 already exists.
. (WARNING) - Installation location /oracle/GTD/11204 is not empty.
. (WARNING) - Runtime location /oracle/GTD/112_64 already exists.
. (OK) - Runtime location /oracle/GTD/112_64 is a symbolic link.
. (WARNING) - Runtime location /oracle/GTD/112_64 cannot be renamed.
. (WARNING) - As a result, the symbolic link /oracle/GTD/112_64 will not be created.
. (WARNING) - Inventory pointer file oraInst.loc is missing. You are starting your first installation on this host.
. (OK) - Group dba is defined.
. (OK) - Group oper is defined.
. (OK) - OUI version in stage is 11.2.0.4.0.
. (OK) - New response file /oracle/GTD/.11ginstall_11204.rsp created.
. (INFO) - OUI command line option -ignoreSysPrereqs is used.
.
. Pre-installation checks completed.
.
.
. Environment settings:
.
. DB_SID = GTD
. ORACLE_BASE = /oracle
. ORACLE_STAGE = not set
.
. Installation Settings:
.
. Installation log file = /oracle/GTD/11ginstall_11204.log
. Oracle Release = 11.2.0.4.0
. Oracle stage location = /oracle/stage/112_64/database
.
. Oracle base location = /oracle (exists)
. Oracle home install. location= /oracle/GTD/11204 ( existing / not empty / not shared )
. Oracle home runtime location= /oracle/GTD/112_64 ( existing (symbolic link) / installed )
. Inventory group = dba
. SYSDBA group = dba
. SYSOPER group = oper
.
. OUI Settings:
.
. OUI version = 11.2.0.4.0
. OUI temporary directory = /oracle/GTD/.11ginstall_11204.tmp
. OUI response file = /oracle/GTD/.11ginstall_11204.rsp
. OUI output log file = /oracle/GTD/.11ginstall_11204.oui
. OUI options = -waitForCompletion -ignoreSysPrereqs
. OUI inventory location = INVENTORY_LOCATION=/oracle/oraInventory
.
. Post Installation Settings:
.
. Create symbolic link = no
. Install MOPatch = yes
. Clean up temp. files = yes
.
. OUI command line:
.
. LANG=C TMP=/oracle/GTD/.11ginstall_11204.tmp /oracle/stage/112_64/database/runInstaller -responseFile /oracle/GTD/.11ginstall_11204.rsp -waitForCompletion -ignoreSysPrereqs | tee /oracle/GTD/.11ginstall_11204.oui
.
. (INFO) - Starting Oracle Universal Installer in interactive mode - please wait ...
.
Starting Oracle Universal Installer...
Checking Temp space: must be greater than 120 MB. Actual 5557 MB Passed
Checking swap space: must be greater than 150 MB. Actual 10236 MB Passed
Checking monitor: must be configured to display at least 256 colors
>>> Could not execute auto check for display colors using command /usr/bin/xdpyinfo. Check if the DISPLAY variable is set. Failed <<<<
>>> Ignoring required pre-requisite failures. Continuing...
Preparing to launch Oracle Universal Installer from /oracle/GTD/.11ginstall_11204.tmp/OraInstall2021-06-01_09-53-30AM. Please wait ...Exception in thread "main" java.lang.NoClassDefFoundError
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:164)
at java.awt.Toolkit$2.run(Toolkit.java:821)
at java.security.AccessController.doPrivileged(Native Method)
at java.awt.Toolkit.getDefaultToolkit(Toolkit.java:804)
at com.jgoodies.looks.LookUtils.isLowResolution(LookUtils.java:484)
at com.jgoodies.looks.LookUtils.<clinit>(LookUtils.java:249)
at com.jgoodies.looks.plastic.PlasticLookAndFeel.<clinit>(PlasticLookAndFeel.java:135)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:242)
at javax.swing.SwingUtilities.loadSystemClass(SwingUtilities.java:1779)
at javax.swing.UIManager.setLookAndFeel(UIManager.java:453)
at oracle.install.commons.util.Application.startup(Application.java:785)
at oracle.install.commons.flow.FlowApplication.startup(FlowApplication.java:165)
at oracle.install.commons.flow.FlowApplication.startup(FlowApplication.java:182)
at oracle.install.commons.base.driver.common.Installer.startup(Installer.java:348)
at oracle.install.ivw.db.driver.DBInstaller.startup(DBInstaller.java:124)
at oracle.install.ivw.db.driver.DBInstaller.main(DBInstaller.java:155)
.
. (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: installation location already existed before and was not empty
. Post-installation tasks have been skipped.
.
. Installation Results
. (SUCCESS) - Oracle Database software installation finished successfully.
. (INFO) - Installation Oracle home is /oracle/GTD/11204
. (WARNING) - Symbolic link for runtime Oracle home /oracle/GTD/112_64 was not created.
. (INFO) - You can create this link with the command 'ln -s 11204 /oracle/GTD/112_64'.
. (INFO) - Run this command -after the upgrade- after removing or renaming the original link or directory.
. (INFO) - You can find the installation summary log at /oracle/GTD/11ginstall_11204.log
. (EXIT) - Exiting with exit code 0.
Regards
Dinesh
Hi All
I am in the process of installation of SAP using SWPM10 in Linux serverX86_64 bit OS and Oracle 11.2.4G. in the SAPINST in the installation phase after running the ./RUNINSTALLER the log says every thing fine as given below.
After completion of RUNINSTALLER when proceed further getting the following error. Pls help to sort out the issue at the earliest.
Define Parameters Review Parameters Execute Service
Service Completed Check for oracle database software is installed...
The Oracle database software is not yet installed.
SOLUTION: Install the Oracle database software using the RUNINSTALLER.
RUN INSTALLER log output
47> ./RUNINSTALLER
.
. 11ginstall.sh - Oracle Database 11.2 Software Installation Script
. Version 11.2.0.4.0 Release Date 2013-09-23 Patch Level 043 (rel)
. Copyright (c) Oracle Corporation 2010, 2011. All Rights Reserved.
. SAP note 1524205
. Oracle Database Release: 11.2.0.4.0
. Platform : linux_x86_64 (64-bit)
. Date : 2021_06_01 09:53:30
. User : oragtd
. Log dir. : /oracle/GTD
. Logfile : /oracle/GTD/11ginstall_11204.log
.
. 11ginstall.sh was called with the following options (command line):
. -caller RUNINSTALLER -oracle_stage /oracle/stage/112_64/database -ignoreSysPrereqs
.
. Performing pre-installation checks ...
.
. (OK) - Environment variable <DB_SID> is set to GTD
. (OK) - Got value for <DB_SID> from environment.
. (OK) - Got location for Oracle base from environment.
. (OK) - Got location for Oracle stage from '-oracle_stage' option.
. (OK) - Base directory for runtime Oracle home /oracle/GTD exists.
. (OK) - Oracle base location /oracle exists.
. (WARNING) - Installation location /oracle/GTD/11204 already exists.
. (WARNING) - Installation location /oracle/GTD/11204 is not empty.
. (WARNING) - Runtime location /oracle/GTD/112_64 already exists.
. (OK) - Runtime location /oracle/GTD/112_64 is a symbolic link.
. (WARNING) - Runtime location /oracle/GTD/112_64 cannot be renamed.
. (WARNING) - As a result, the symbolic link /oracle/GTD/112_64 will not be created.
. (WARNING) - Inventory pointer file oraInst.loc is missing. You are starting your first installation on this host.
. (OK) - Group dba is defined.
. (OK) - Group oper is defined.
. (OK) - OUI version in stage is 11.2.0.4.0.
. (OK) - New response file /oracle/GTD/.11ginstall_11204.rsp created.
. (INFO) - OUI command line option -ignoreSysPrereqs is used.
.
. Pre-installation checks completed.
.
.
. Environment settings:
.
. DB_SID = GTD
. ORACLE_BASE = /oracle
. ORACLE_STAGE = not set
.
. Installation Settings:
.
. Installation log file = /oracle/GTD/11ginstall_11204.log
. Oracle Release = 11.2.0.4.0
. Oracle stage location = /oracle/stage/112_64/database
.
. Oracle base location = /oracle (exists)
. Oracle home install. location= /oracle/GTD/11204 ( existing / not empty / not shared )
. Oracle home runtime location= /oracle/GTD/112_64 ( existing (symbolic link) / installed )
. Inventory group = dba
. SYSDBA group = dba
. SYSOPER group = oper
.
. OUI Settings:
.
. OUI version = 11.2.0.4.0
. OUI temporary directory = /oracle/GTD/.11ginstall_11204.tmp
. OUI response file = /oracle/GTD/.11ginstall_11204.rsp
. OUI output log file = /oracle/GTD/.11ginstall_11204.oui
. OUI options = -waitForCompletion -ignoreSysPrereqs
. OUI inventory location = INVENTORY_LOCATION=/oracle/oraInventory
.
. Post Installation Settings:
.
. Create symbolic link = no
. Install MOPatch = yes
. Clean up temp. files = yes
.
. OUI command line:
.
. LANG=C TMP=/oracle/GTD/.11ginstall_11204.tmp /oracle/stage/112_64/database/runInstaller -responseFile /oracle/GTD/.11ginstall_11204.rsp -waitForCompletion -ignoreSysPrereqs | tee /oracle/GTD/.11ginstall_11204.oui
.
. (INFO) - Starting Oracle Universal Installer in interactive mode - please wait ...
.
Starting Oracle Universal Installer...
Checking Temp space: must be greater than 120 MB. Actual 5557 MB Passed
Checking swap space: must be greater than 150 MB. Actual 10236 MB Passed
Checking monitor: must be configured to display at least 256 colors
>>> Could not execute auto check for display colors using command /usr/bin/xdpyinfo. Check if the DISPLAY variable is set. Failed <<<<
>>> Ignoring required pre-requisite failures. Continuing...
Preparing to launch Oracle Universal Installer from /oracle/GTD/.11ginstall_11204.tmp/OraInstall2021-06-01_09-53-30AM. Please wait ...Exception in thread "main" java.lang.NoClassDefFoundError
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:164)
at java.awt.Toolkit$2.run(Toolkit.java:821)
at java.security.AccessController.doPrivileged(Native Method)
at java.awt.Toolkit.getDefaultToolkit(Toolkit.java:804)
at com.jgoodies.looks.LookUtils.isLowResolution(LookUtils.java:484)
at com.jgoodies.looks.LookUtils.<clinit>(LookUtils.java:249)
at com.jgoodies.looks.plastic.PlasticLookAndFeel.<clinit>(PlasticLookAndFeel.java:135)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:242)
at javax.swing.SwingUtilities.loadSystemClass(SwingUtilities.java:1779)
at javax.swing.UIManager.setLookAndFeel(UIManager.java:453)
at oracle.install.commons.util.Application.startup(Application.java:785)
at oracle.install.commons.flow.FlowApplication.startup(FlowApplication.java:165)
at oracle.install.commons.flow.FlowApplication.startup(FlowApplication.java:182)
at oracle.install.commons.base.driver.common.Installer.startup(Installer.java:348)
at oracle.install.ivw.db.driver.DBInstaller.startup(DBInstaller.java:124)
at oracle.install.ivw.db.driver.DBInstaller.main(DBInstaller.java:155)
.
. (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: installation location already existed before and was not empty
. Post-installation tasks have been skipped.
.
. Installation Results
. (SUCCESS) - Oracle Database software installation finished successfully.
. (INFO) - Installation Oracle home is /oracle/GTD/11204
. (WARNING) - Symbolic link for runtime Oracle home /oracle/GTD/112_64 was not created.
. (INFO) - You can create this link with the command 'ln -s 11204 /oracle/GTD/112_64'.
. (INFO) - Run this command -after the upgrade- after removing or renaming the original link or directory.
. (INFO) - You can find the installation summary log at /oracle/GTD/11ginstall_11204.log
. (EXIT) - Exiting with exit code 0.
Regards
Dinesh
2021 Jun 01 5:39 AM
Hi Dinesh.
1. Are you using the latest version of SWPM?
2. Could you share the full log of SAPinst with text format attachement.
Regards
SS
2021 Jun 01 6:15 AM
2021 Jun 01 6:52 AM
Hi Dinesh.
From the log, Oracle DB installation is not finished, first address the DB installation issue and then start the SAP installation. from the log error message below
____________________________
Installation Results . (ERROR) - Oracle Database software installation finished with errors. . The Oracle executable /oracle/GTD/11204/bin/oracle is empty or does not exist. . Possible cause(s): link error, installation was cancelled or interrupted, or fatal error. . (INFO) - You can find the installation summary log at /oracle/GTD/11ginstall_11204.log . (EXIT) - Exiting with exit code 2.
__________________________________
Regards
SS
2021 Jun 01 7:59 AM
Hi Sriram,
Can u pls help me to trace out the problem as per the log. When I checked the path
/oracle/GTD/11204/bin/oracle, it is available.
Regards
Dinesh
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |