Pages

Wednesday 4 September 2013

Error: Process (index=1,uid=130291069,pid=4344) failed to start a managed process after the maximum retry limit

Error Message: Process (index=1,uid=130291069,pid=4344)
failed to start a managed process after the maximum retry limit
Log: none
all the components are up & running except the "coreapplication_obips1". When I check the status of OPMN using the following command opmnctl status it shows the following values
Processes in Instance: instance1
---------------------------------+--------------------+---------+--------
ias-component | process-type | pid | status
---------------------------------+--------------------+---------+--------
coreapplication_obiccs1 | OracleBIClusterCo~ | 5044 | Alive
coreapplication_obisch1 | OracleBIScheduler~ | 5068 | Alive
coreapplication_obijh1 | OracleBIJavaHostC~ | 5080 | Alive
coreapplication_obips1 | OracleBIPresentat~ | N/A | Down
coreapplication_obis1 | OracleBIServerCom~ | 5172 | Alive
I've tried starting this single component using the following command
"opmnctl startproc ias-component=coreapplication_obips1" but still unable to start the service
coreapplication_obips1/OracleBIPresentationServicesComponent/coreapplication_obips1/

Solution: What I've done is I've stopped a Windows Service "DHCP Client" which was running on the system. I guess this service is used by windows to assign dynamic IP address.
I stopped it and restart the services then all the services came up smoothly & i'm able to see the demo instance.

No comments:

Post a Comment