Sunday, 19 February 2017

ias-component/process-type/process-set: HTTP_Server/HTTP_Server/HTTP_Server/

Error:

--> Process (index=1,uid=541856664,pid=5192)
    failed to start a managed process after the maximum retry limit
    Log:
    /uatapp1/UAT/inst/apps/UAT_acopprka001/logs/ora/10.1.3/opmn/HTTP_Server~1.log

Workaround:

The workaround for this is simply to change the permissions on .apachectl, run AutoConfig, and then put them back:

1. As applmgr, stop the web tier services (adopmnctl.sh stop).
2. Switch to the root user (su root)
3. Run the following commands (assumes applmgr environment and that "applmgr" is your actual applmgr user name):
    a.  ls -l $ORA_CONFIG_HOME/10.1.3/Apache/Apache/bin/.apachectl
    b.  chown applmgr $ORA_CONFIG_HOME/10.1.3/Apache/Apache/bin/.apachectl
    c.  chmod 0700 $ORA_CONFIG_HOME/10.1.3/Apache/Apache/bin/.apachectl
    d.  ls -l $ORA_CONFIG_HOME/10.1.3/Apache/Apache/bin/.apachectl
4. Switch back to the applmgr user (exit)
5. Run AutoConfig
6. Reverse step 3 so that the result looks like step 3a:
    a. su root
    b. chown root .apachectl
    c. chmod 6750 .apachectl
    d. exit

it should look like,

-rwsr-s--- 1 root dba 1703780 Feb 17 09:33 /uatapp2/UAT/inst/apps/UAT_acopprka001/ora/10.1.3/Apache/Apache/bin/.apachectl

Solution:

How to Configure Apache In R12 (10.1.3) To Listen on a Restricted Port Such as 80 or 443 (Doc ID 578001.1)

No comments:

Post a Comment