failed to start a managed process after the maximum retry limit
The EBS environment running on DB Server ,Application server and Web server. I merged Application & Web server on a single server. So all the services running on single server but database running on another server.
When i tried to start the services, I am keep on getting below errors
You are running adapcctl.sh version 120.7.12010000.2
Starting OPMN managed Oracle HTTP Server (OHS) instance …
opmnctl: opmn is already running.
opmnctl: starting opmn managed processes…
================================================================================
opmn id=xxxx.com:6250
0 of 1 processes started.
ias-instance id=ERPPROD_ebs.xxxx.com
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
——————————————————————————–
ias-component/process-type/process-set:
HTTP_Server/HTTP_Server/HTTP_Server/
Error
–> Process (index=1,uid=1739340853,pid=15502)
failed to start a managed process after the maximum retry limit
Log:
/u01/ERPPROD/inst/apps/ERPPROD_ebs/logs/ora/10.1.3/opmn/HTTP_Server~1.log
Solution :
below service not deployed
Forms-c4ws
Delploy the service using below command
[applprod@ebs scripts]$ perl $FND_TOP/bin/txkrun.pl -script=DeployForms-c4ws
### Creating the directory to store temporary logs: /u01/ERPPROD/inst/apps/ERPPROD_ebs/logs/appl/rgf/TXK/Thu_Oct_3_16_47_11_2019
*** ALL THE FOLLOWING FILES ARE REQUIRED FOR RESOLVING RUNTIME ERRORS
*** Log File = /u01/ERPPROD/inst/apps/ERPPROD_ebs/logs/appl/rgf/TXK/txkDeployForms-c4ws_Thu_Oct_3_16_47_11_2019.log
Program : /u01/ERPPROD/apps/apps_st/appl/fnd/12.0.0/patch/115/bin/txkDeployForms-c4ws.pl started @ Thu Oct 3 16:47:11 2019
*** Log File = /u01/ERPPROD/inst/apps/ERPPROD_ebs/logs/appl/rgf/TXK/txkDeployForms-c4ws_Thu_Oct_3_16_47_11_2019.log
Stopping all OPMN processes.
opmnctl: opmn is not running.
OPMN stopped.
Removing OC4J instance if it exists: forms-c4ws
OC4J instance “forms-c4ws” does not exist.
Creating OC4J instance: forms-c4ws
opmnctl: opmn started.
opmnctl: starting opmn managed processes…
OPMN started.
Web module :”formsclient” is not deployed for application: “forms-c4ws”
Deploying Application : “forms-c4ws” onto OC4J instance: “forms-c4ws”
Application deployed successfully.
Stopping and starting OC4J instances.
opmnctl: stopping opmn managed processes…
opmnctl: starting opmn managed processes…
Started OC4J instances.
Binding webApp : “forms-c4ws” with webmodule : “formsclient” for OC4J instance: “forms-c4ws”
Web application bound successfully.
Stopping OPMN.
opmnctl: stopping opmn and all managed processes…
OPMN stopped.
Program : /u01/ERPPROD/apps/apps_st/appl/fnd/12.0.0/patch/115/bin/txkDeployForms-c4ws.pl completed @ Thu Oct 3 16:47:49 2019
End of /u01/ERPPROD/apps/apps_st/appl/fnd/12.0.0/patch/115/bin/txkDeployForms-c4ws.pl : No Errors encountered
Now I can able to start the services without issues.