Monday, February 22, 2010

time out while waiting for a managed process to start

Issue

We deployed third party service in oracle 10giAS 10.1.3.0. While starting opmn services we noticed given below error on $ prompt.

opmnctl: starting opmn and all managed processes...

================================================================================

opmn id= eos123:4201

1 of 2 processes started.

 

ias-instance id=ias_1013.eos123.orbit.org

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

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

default_group/ORBIT/default_group/

 

Error

--> Process (index=1,uid=1201922234,pid=63455)

time out while waiting for a managed process to start

Log:

/usr01/oracle/10giAS1013/opmn/logs/default_group~ORBIT ~default_group~1.log

 

Solution

  1. Make timeout change in $IAS_ORACLE_HOME/opmn/conf/opmn.xml file

    <start timeout="1200"/>

  2. Reload opmn services

    $IAS_ORACLE_HOME/opmn/bin/opmnctl reload

  3. Validate issue

No comments: