There are situations whether the Workflow Standalone Mailer processes are up & running without logging to the Application.
Just follow the steps below: -
1. Check opmnctl status
$ sh adopmnctl.sh status
2. Check the component container
ps -ef | grep OC4J_SECURITY
3. Is Java Mailer running ?
ps -ef | grep Service_Component_Container
or
select SC.COMPONENT_TYPE, SC.COMPONENT_NAME,
FND_SVC_COMPONENT.Get_Component_Status(SC.COMPONENT_NAME) COMPONENT_STATUS
from FND_SVC_COMPONENTS SC
order by 1, 2;
Just follow the steps below: -
1. Check opmnctl status
$ sh adopmnctl.sh status
2. Check the component container
ps -ef | grep OC4J_SECURITY
3. Is Java Mailer running ?
ps -ef | grep Service_Component_Container
or
select SC.COMPONENT_TYPE, SC.COMPONENT_NAME,
FND_SVC_COMPONENT.Get_Component_Status(SC.COMPONENT_NAME) COMPONENT_STATUS
from FND_SVC_COMPONENTS SC
order by 1, 2;
Regards,
Sukhwinder Singh
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.