ERROR : Timed out( 100000 ): Interrupted Exception Oracle Apps EBS 12.2
When starting Application Server 10g services with EBusiness Suite Release 12, if the server is heavily loaded you may sometimes receive a timeout message from one or more startup scripts called by adstrtal.sh
Forms
Oacore
Oafm
Solution:
Change below entry in file and Start.
Before:-
[applmgr@funebs122 scripts]$ grep "start timeout" /u01/applmgr/PROD/fs2/EBSapps/10.1.2/opmn/conf/opmn.xml
<start timeout=”600″/>
<start timeout=”600″ retry=”2″/>
<restart timeout=”720″ retry=”2″/>
After:-
[applmgr@funebs122 conf]$ grep "start timeout" /u01/applmgr/PROD/fs2/EBSapps/10.1.2/opmn/conf/opmn.xml
<start timeout=”1800″/>
<start timeout=”1800″ retry=”2″/>
<restart timeout=”720″ retry=”2″/>
Post a Comment
Post a Comment