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

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.

Recent Posts