Thursday, November 3, 2011

11.5.10.2 Installation Errors

Some More Errors:

Error 1: RW-50015: Error: - JSP is not responding. The service might not have started on the port yet. Please check the service and use the retry button.



Error 2: DBC File Check

RW-00023: Error: - DBC file was not created:
File = /u01/oracle/apps/trainappl/fnd/11.5.0/secure/TRAIN_dba1/train.dbc

------------------------
Executing script in InstantiateFile:
/u01/oracle/apps/traincomn/admin/install/TRAIN_dba1/adgendbc.sh

script returned:
****************************************************

adgendbc.sh started at Wed Nov 2 22:43:07 IST 2011



Params=


Unique constraint error (00001) is OK if key already exists
ADD call failed with exit code 127

Trying to update information ...

UPDATE call failed with exit code 127

Generating /u01/oracle/apps/trainappl/fnd/11.5.0/secure/dba1_train.dbc
DBC generation failed with exit code 127

Updating Server Security Authentication
Updating Server Security Authentication failed with exit code 127
adgendbc.sh exiting with status 127
ERRORCODE = 127 ERRORCODE_END

error while loading shared libraries: librt.so.1: cannot open shared object file: No such file or directory
error while loading shared libraries: libdl.so.2: cannot open shared object file: No such file or directory
------------------------------



Error 3: HTTP Check

checking URL = http://dba1.appsahyd.com:8004
RW-50015: Error: - Portal is not responding. The service might not have started on the port yet. Please check the service and use the retry button.


Error 4: PHP Check

checking URL = http://dba1.appsahyd.com:8004/OA_HTML/US/ICXINDEX.htm
RW-50015: Error: - Login Page is not responding. The service might not have started on the port yet. Please check the service and use the retry button.

------------------------------------------------------------------------------------------------------------------------------------

Error 5: And also observed the below error after sourcing the environmental file:

----------------
ls: error while loading shared libraries: librt.so.1: cannot open shared object file: No such file or directory
----------------



Sol:

As per the Metalink note 747424.1, i replaced all occurances of LD_ASSUME_KERNEL with XD_ASSUME_KERNEL only in DB-tier, but not in the Apps tier. So this was causing the
above issue in the instalation of oracle 11i on OEL5

DB Tier:

O_H/appsutil/bin/adgetlnxver.sh

Apps Tier:

/ad/11.5.0/bin/adgetlnxver.sh

-- Restart rapidwiz as " ./rapidwiz -restart "

--run the autoconfig in apps tier with completed successfully result (and also generated the DBC files)

--run the adstrtal.sh

--This time everything checked OK in the instalation wizard.


After Resolution:

Wednesday, November 2, 2011

11.5.10.2 Installation Errors on RHEL 4

Error :1

RW-50010: Error: - script has returned an error: 1
RW-50004: Error code received when running external process. Check log file for details.
Running Database Install Driver for Train instance

afmkinit.sh exiting with status 127

.end std out.
cp: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
touch: error while loading shared libraries: librt.so.1: cannot open shared object file: No such file or directory

.end err out.
****************************************************

Check log files @ O_H/appsutil/log/dbInstancecfg.log and installation log(11020548.log)

Sol:

1. Edit the <9i RDBMS_ORACLE_HOME>/appsutil/bin/adgetlnxver.sh file as below

2. Alter by replacing all occurrences of LD_ASSUME_KERNEL with XD_ASSUME_KERNEL

3. Press the retry button in rapidwiz screen

Below MOS Note Explains cleary about this issue:




---------------------------


Error 2:

There was an error while running the command - su orauser1 -c /u01/oracle/db/traindb/9.2.0/temp/Train_dba1/adrun9i.sh APPS APPS
/u01/oracle/db/traindb/9.2.0/appsutil/install/adlnkoh.sh: line 198: /u01/oracle/db/traindb/9.2.0/bin/sqlplus: No such file or directory
RW-50010: Error: - script has returned an error: 1
RW-50004: Error code received when running external process. Check log file for details.
Running Database Install Driver for Train instance

Observed below error in make.log @ RDBMS_O_H/install/make.log


/usr/bin/gcc: line 22: /usr/bin/gcc32: No such file or directory
/usr/bin/gcc: line 22: exec: /usr/bin/gcc32: cannot execute: No such file or directory
make: [

Sol:

Check below cmd:

$ gcc -v
/usr/bin/gcc: line 22: /usr/bin/gcc32: No such file or directory
/usr/bin/gcc: line 22: exec: /usr/bin/gcc32: cannot execute: No such file or directory

Actual o/p should be :

$ gcc -v
Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/3.2.3/specs
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --disable-checking --with-system-zlib --enable-__cxa_atexit --enable-languages=c,c++ --disable-libgcj --host=i386-redhat-linux
Thread model: posix
gcc version 3.2.3 20030502 (Red Hat Linux 3.2.3-47.3)


Installed compat-gcc-32-c++-3.2.3-47.3 & compat-oracle-rhel4-1.0-3 rpms