您好,欢迎访问一九零五行业门户网

Concurrent Request:Inactive phase,No Manager status

随便submit一个request,发现几乎所有的concurrent manager都为no manager状态,phase为inactive。solution一个concurrent reque
symptom
随便submit一个request,发现几乎所有的concurrent manager都为no manager状态,phase为inactive。
solution
一个concurrent request的生命周期包含不同的阶段(phase):pending, running, and completed,,并且对于每一个phase,又可能会有不同的状态。
pending phase - normal, standby, scheduled, waiting running phase - normal, paused, resuming, terminating completed phase - normal, error, warning, cancelled, terminated inactive phase - disabled, on hold, no manager对于phase:inactive,status:no manager的concurrent request,可以做以下检查
看下fndlibr进程是否启动
fndlibr:concurrent manager 见 linux下使用ps命令来查看oracle相关的进程
ps -ef | grep fndlibr
fndlibr process indicates that concurrent mnagers are up and requests are running on the system.sometimes it happens that even after stopping the concurrent managers by adcmctl.sh stop apps/apps some of the requests might continue running. in such cases you can wait for say 5 minutes and then if it dos not stop then you can kill those fndlibr processes bykill -9
检查concurrent manager是否处于运行状态
检查方法system administrator responsibility,concurrent > manager > administer,如果processes下面,target等于actual,并且大于0,这就意味着manager是启动的。
其它类似信息

推荐信息