|
|
发表于 2010/5/25 09:12:28
|
显示全部楼层
Rw-50004: Error Code Received When Running External Process [ID 444716.1]
--------------------------------------------------------------------------------
Modified 05-OCT-2008 Type PROBLEM Status MODERATED
In this Document
Symptoms
Cause
Solution
References
--------------------------------------------------------------------------------
This document is being delivered to you via Oracle Support's Rapid Visibility (RaV) process, and therefore has not been subject to an independent technical review.
Applies to:
Application Install - Version: 11.5.10.2
This problem can occur on any platform.
Symptoms
On 11.5.10.2 when performing a multi-user a fresh install,
the following error occurs.
ERROR
Statusstring Starting the net8 listener
You are running addlnctl.sh version 115.6
Logfile: /d01/oracle/PROD/proddb/9.2.0/appsutil/log/PROD_dinfo/addlnctl.txt
Starting listener process PROD ...
addlnctl.sh: exiting with status 1
Cannot start net8 listener
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 PROD instance
Database Availability Check
Cause
Missed step chmod 777 /var/tmp/.oracle from Note 316806.1 11.5.10.2 Oracle Applications
Installation Update Notes, Release 11i (11.5.10.2),
Issue seems to be that install has failed due to permission issues on /var/tmp/.oracle for the
listener to start.
Upon starting the Listener, an IPC socket file is created in "/var/tmp/.oracle".
Thus, "/var/tmp/.oracle" must be writable by the oracle user. Since it was owned by different user
and did have right permissions,listener
wasn't able to start it.
The Note 316806.1 11.5.10.2 Oracle Applications Installation Update Notes, Release 11i
(11.5.10.2) is describing the steps :
Net Service Listeners in Multi-user Installations
Give all users in a multi-user installation write privileges to the .oracle directory:
$ chmod 777 /var/tmp/.oracle
The same error is described in INTERNAL Bug 4747258 RW:50004 ERROR DURING THE INSTALLATION OF E BIZ 11.5.10 CC CU2+
Solution
To implement the solution, please execute the following steps:
1. Clean the failed installation by following Note 110372.1 11i: How to Clean up the UNIX
Environment After Install Fails
2. chmod 777 /var/tmp/.oracle
2. Retry the rapidwiz
References
--------------------------------------------------------------------------------
Related
--------------------------------------------------------------------------------
Products
--------------------------------------------------------------------------------
Oracle E-Business Suite > Applications Technology > Lifecycle Management > Application Install
Keywords
--------------------------------------------------------------------------------
ADDLNCTL.SH; AVAILABILITY; INSTALLATION FAILS; RAPIDWIZ; START LISTENER
Errors
--------------------------------------------------------------------------------
RW-50004; RW-50010
|
|