Friday, February 14, 2014

mod_oc4j: Failed to find a failover oc4j process for session request for destination

Error Noticed in the log file 


$LOG_HOME/ora/10.1.3/Apache

mod_oc4j: Failed to find a failover oc4j process for session request for destination


Solution -

1. Noticed the When we have started the Application Services the load average was 1.
2. When executed ps -ef  |grep applmgr  noticed many processes.
3. Killed the process via 
ps -ef |grep applmgr|grep -v grep |awk '{print $2}'|xargs kill -9

Issue got resolved.

a. Started the services.
b. Via forms fixed restart and all the concurrent managers are up.



Regards
Mohammed Abdul Muqeet


1 comment:

  1. This comment has been removed by a blog administrator.

    ReplyDelete