Extproc agent listener configuration

please i want to know whether the paths specified below as the value of extproc_dll are operating system paths.and what does '/home' stand for.Is it the oracle_home path?
EXTPROC_DLLS=ONLY:/home/xyz/mylib.so:/home/abc/urlib/.so,.......
thanks

okay,
in configuring a separate listener for the extproc agent,the EXT_PROC_DLL is used to restrict or specify the shared libraries that the extproc agent can load.
Do you get that?
So i want to understand what the values of the EXT_PROC_DLL mean.I want to know whether they are real file paths that locate the shared libraries on a machine.
Is it clear now?

Similar Messages

  • Listener configuration for external procedures

    i am running Oracle 10g database release 2 on a windows platform.
    I have gone thru the online documentation for configuring a separate listener for the extproc agent.
    But i wonder if this listener.ora setting is the same on all platforms including Windows.
    "EXTPROC_DLLS=ONLY:/home/xyz/mylib.so:/home/abc/urlib.so,LD_LIBRARY_PATH=/private/xpm/lib:/private/mylibs, MYPATH=/usr/ucb:/usr/local/packages,APL_ENV_FILE=/apl/conf/env.txt"
    is it okay for me to just copy this and paste into my ENVS value in the listener.ora file.
    How different are the path(s) on Windows platform?

    you just check tnsping,lsnctrl ,check status of database..
    lsnctrl start again after stopping it first,
    then startup through internl in svrmgrl
    hope it may effective..
    wasim

  • Oracle Workflow Manager, Agent Listener, and Java Mailer problem

    Hi,
    I am not sure this topic to this forum, since this might be installation issue.
    But I am hitting a big wall.
    I had Windows 2000 SP4.
    I have already installed Oracle Database 10gR1, Oracle Developer 10gR2, and Oracle Workflow 2.6.3 Standalone previously.
    Including :
    - Oracle Workflow Server 2.6.3
    - Oracle Workflow Builder 2.6.3.5
    - Apache HTTP Server 9.0.4
    - Workflow Middle Tier
    Anything seems to right, including the Notification Mailer and the Business Event.
    And I had also made backup of them surely.
    Now,
    I'd like to change into Oracle Database 10gR2 because :
    1. Some errors I found when I tried to call a Report from Oracle Form.
    Unable to connect to Report Server ...
    I thought Oracle Database 10gR1 is not suitable for Oracle Developer 10gR2.
    2. And in the OWF 2.6.3 Workflow Home Page, there was no Logout button (which I found in OWF 2.6.4)
    I removed my previous installation including Oracle Workflow.
    After strugglineg in the installation of Oracle Database 10gR2, now I am facing another problem with Oracle Workflow.
    I succesfully installed Oracle Workflow 2.6.4 Server and Oracle Workflow Manager (standalone version),
    and the Oracle Workflow Middle Tier.
    After I launch Oracle Workflow Configuration Assisstant, everthing seems to be normal.
    I succed to open the Oracle Workflow Home Page (and found the Logout button there)
    Next, I tried to navigate to the Oracle Workflow Manager.
    1. I start the OC4J_Workflow_Management_Container --> initialized
    2. OC4J_Workflow_Component_Container
    The following error line appeared in the OC4J command prompt
    06/05/26 10:31:40 LOG_ID_UNKNOWN : oracle.apps.fnd.cp.gsc.Logger.Logger(String,
    int) : Logging to System.out until necessary parameters are retrieved for Logger
    to be properly started.
    06/05/26 10:31:40 LOG_ID_UNKNOWN : oracle.apps.fnd.cp.gsc.SvcComponentContainer.
    initializeStateMachine() : BEGIN [default implementation]
    06/05/26 10:31:40 LOG_ID_UNKNOWN : oracle.apps.fnd.cp.gsc.SvcComponentContainer.
    getNewWorkflowContext() : BEGIN
    06/05/26 10:31:45 LOG_ID_UNKNOWN : oracle.apps.fnd.cp.gsc.SvcComponentContainer.
    loadGlobalParameters() : BEGIN
    06/05/26 10:31:48 oracle.apps.fnd.wf.common.ContextFactoryException: Unable to g
    et connection from data source because the following Exception occurred -> java.
    sql.SQLException: ORA-28000: the account is locked
    06/05/26 10:33:57 Oracle Application Server Containers for J2EE 10g (9.0.4.1.0)
    initialized
    3. finally it initialized
    Next I tried to go to Oracle Workflow Manager from related link of Enterprise Manager
    It is said that the OWF_MGR is locked
    (I surprised since I had UNLOCKED the OWF_MGR after the installation and succeed to login at the Workflow Home Page)
    And the following error line appeared in the commaned prompt after that
    06/05/26 10:35:03 OrionCMTConnection not closed, check your code!
    06/05/26 10:35:03 Logical connection not closed, check your code!
    06/05/26 10:35:03 (Use -Djdbc.connection.debug=true to find out where the leaked
    connection was created)
    4. I re-UNLOCK the OWF_MGR and login to Oracle Workflow Manager
    I noticed that the Agent Listener and Notification Service is Unavailable
    (In OWF 2.6.3, The Agent Listener was started and Notification Service was waiting to be configured)
    I tried to start one of the Agent Listener, but the following error appeared
    ERROR: The Service Component Container is not running
    Well, I had the same problem when installing the OWF 2.6.3
    I tried to uninstall (remove) and re-install it like I had done before in OWF 2.6.3
    (based on someone's post in Oracle's forum)
    But this time, the re-installation won't fix this problem. (It was succeed in the OWF 2.6.3)
    Everytime I start the OC4J, using wfmgrstart.bat and wfsvcstart.bat
    the OWF_MGR is re-LOCKED(TIME) automatically.
    And the servlet (WFALSNRSVC and WFMLRSVC) are not running.
    I am worry, since I cannot use the Notification Mailer if this problem had not fixed yet.
    (In OWF 2.6.3, the mailer was not available until those servlet is Started)
    Sorry for the long post.
    Any help would be grateful.
    Many thanks,
    Buntoro

    Hi,
    Finally, I have found the solution.
    Step :
    1. Start all of the Oracle Service, except for the OC4J
    If you have already started OC4J, then stop them
    Unlocked the <wf_manager_user>
    2. Search in your Oracle Home : data-sources.xml
    There should be two files,
    one is in the ...\OC4J_Workflow_Component_Container\application-deployments\WFALSNRSVCApp
    the other is in ...\OC4J_Workflow_Component_Container\application-deployments\WFMLRSVCApp
    3. Make sure, you create back up of them.
    4. Replace the following line
    password="-&gt;pwForOwfMgr"
    with
    password="<your_wf_manager_password>",
    should be look like this
    password="a"
    5. Now start the OC4J using wfmgrstart.bat and wfsvcstart.bat
    6. Next, login to the Oracle Workflow Manager
    This worked for me.
    Hope this will help someone who has the same problem.
    Buntoro

  • Need help with possible dual listener configuration and listener traffic

    Hello:
    We seperate our network traffic to the database servers using VLAN's. We have application traffic on 192.168.1.x and replication/admin traffic on 10.112.28.x. We are looking to configure 2 listeners for the database, one to listen and respond on 192.168.1.x and one to listen and respond on 10.112.28.x. Right now, we have one listener that is configured for both networks, however, for servers that are connected to both networks, the client sends on 192.168.1 but receives a TNS redirect to 10.112.28. For clients only on the 192.168.1, the TNS redirect to 10.112.28 times out because the client cannot resolve the address. I can make available a Visio diagram of our current configuration. We also utilize server-side load balancing.
    Here is our dilemma, confirmed by analyzing packet traffic to and from the database on a Fluke:
    1) For servers in our environment that reside on BOTH network segments (multihomed), application "traffic" generated on 192.168.1.x arrives at the listener. Through server-side load balancing, a TNS redirect string is returned to the client, which, based on the following listener configuration, redirects the connection to the 10.112.28.x segment:
    LISTENER_RMLNDB01 =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 10.112.28.8)(PORT = 1521)(IP = FIRST))
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.1.8)(PORT = 1529)(IP = FIRST))
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC))
    2) For servers that reside on only one network (ex. 192.168.1.x), when the redirect is returned to that server, it experiences a timeout and connection failure because it cannot physically reach 10.112.28.x
    Is there any way, through tnsnames, splitting listener.ora, VLAN's, the database itself, anything, for us to have requests for 192.168.1 be returned on 192.168.1 and not redirected. Would client side load balancing be a better option? Any way to manipulate the service registrations?
    Thanks for all future responses!
    Paul

    Hello:
    We seperate our network traffic to the database servers using VLAN's. We have application traffic on 192.168.1.x and replication/admin traffic on 10.112.28.x. We are looking to configure 2 listeners for the database, one to listen and respond on 192.168.1.x and one to listen and respond on 10.112.28.x. Right now, we have one listener that is configured for both networks, however, for servers that are connected to both networks, the client sends on 192.168.1 but receives a TNS redirect to 10.112.28. For clients only on the 192.168.1, the TNS redirect to 10.112.28 times out because the client cannot resolve the address. I can make available a Visio diagram of our current configuration. We also utilize server-side load balancing.
    Here is our dilemma, confirmed by analyzing packet traffic to and from the database on a Fluke:
    1) For servers in our environment that reside on BOTH network segments (multihomed), application "traffic" generated on 192.168.1.x arrives at the listener. Through server-side load balancing, a TNS redirect string is returned to the client, which, based on the following listener configuration, redirects the connection to the 10.112.28.x segment:
    LISTENER_RMLNDB01 =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 10.112.28.8)(PORT = 1521)(IP = FIRST))
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.1.8)(PORT = 1529)(IP = FIRST))
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC))
    2) For servers that reside on only one network (ex. 192.168.1.x), when the redirect is returned to that server, it experiences a timeout and connection failure because it cannot physically reach 10.112.28.x
    Is there any way, through tnsnames, splitting listener.ora, VLAN's, the database itself, anything, for us to have requests for 192.168.1 be returned on 192.168.1 and not redirected. Would client side load balancing be a better option? Any way to manipulate the service registrations?
    Thanks for all future responses!
    Paul

  • How to start work flow agent listener and work flow background engines R12

    Hi,
    I need to start work flow agent listener and workflow background engine in R12.1.3. Could you please specify how to start a workflow agent listener and workflow agent background engine.
    Please send me link if any documents are there .
    Best Regards,
    Anil

    I need to start work flow agent listener and workflow background engine in R12.1.3. Could you please specify how to start a workflow agent listener and workflow agent background engine. How to start the Workflow Deferred Agent Listener andWorkflow Java Deferred Agent Listener? [ID 548918.1]
    Please send me link if any documents are there . Please search the forum before posting similar questions.
    http://forums.oracle.com/forums/search.jspa?threadID=&q=How+to+start+Workflow+Agent+Listener&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
    http://forums.oracle.com/forums/search.jspa?threadID=&q=How+to+start+Workflow+Background+process&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
    Thanks,
    Hussein

  • How to find through back end workflow Agent Listener is runnning or not

    Hi all,
    How to find through backend workflow Agent Listener is runnning or not.
    Thanks

    Reddy,
    Simple way to find if it is running or not can be done by below
    SQL> select COMPONENT_NAME,COMPONENT_STATUS from fnd_svc_components;
    COMPONENT_NAME COMPONENT_STATUS
    ECX Inbound Agent Listener STOPPED
    ECX Transaction Agent Listener STOPPED
    Workflow Deferred Agent Listener DEACTIVATED_SYSTEM
    Workflow Deferred Notification Agent Listener DEACTIVATED_SYSTEM
    Workflow Error Agent Listener RUNNING
    Workflow Inbound Notifications Agent Listener RUNNING
    Workflow Notification Mailer DEACTIVATED_SYSTEM
    Thanks,
    baskar.l

  • How to activate Workflow Agent listener Service - Oracle E-BIZ R12

    Environment
    DB : 11.1.0.7
    Appl Rel. : R12.1.1
    OS : RHEL 5.1 (x86_64)
    Following is the work around done to bring up WF Agent listener
    After Completion of Clone navigating to WORKFLOW system ,
    Status of     Notication Mailers : Down
              Agent Listeners : Down
              Service Components : Down
    -- Workflow Notification Mailer is not reqd for this Instance
    I have done following NAVIGATION
    Login as sysadmin
    Go to System Administartor > OAM > Wrkflow > Service Components
    Here this window theres a drop down with defined actions , i have selected Stop ALL and hit Go
    a Conq Req got submitted , when i have checked System Administartor > OAM > Wrkflow > Service Components
    state of the components are deactivating ...
    After a while i have selected WF Agent listener and started from OAM and in another windows checked the concurrent request , it got completed normal and there was no output and logfile and priority was 0
    Please guide me what has to be done to enable particular service ..
    - Chetan

    Please see these MOS Docs.
    How to start the Workflow Deferred Agent Listener andWorkflow Java Deferred Agent Listener? [ID 548918.1]
    'Service Component Container is not Running' when Trying to Start Workflow Components [ID 733335.1]
    Troubleshooting Workflow Agent Listener's Failure To Start [ID 469009.1]
    Thanks,
    Hussein

  • Workflow Agent Listener and Service Components showing Down status

    Hi
    We are using oracle11i(11.5.10.2) on windows 2000 server
    unable to satrt Workflow agent and service component but mail server showing running status
    what could be the problem?
    with Regards
    AUH

    Hi Auh;
    Please check below and see its helpful:
    'Service Component Container is not Running' when Trying to Start Workflow Components [ID 733335.1]
    Oracle Workflow Release 12 Diagnostics [ID 469822.1]
    11i/R12 - A guide for troubleshoting Workflow Notification Emails - Inbound and Outbound [ID 831982.1]
    Cannot start WF Agent Listener - Error "Service Component Container Not Running" [ID 559388.1]
    How to Start Workflow Service Component Containers? [ID 436183.1]
    Troubleshooting Workflow Agent Listener's failure to start [ID 469009.1]
    Regard
    Helios

  • Workflow Agent Listener Service - Performance tuning for high volume

    We have AR and Collection which initiate thousands of workflows. We also have various other workflows that run parallell activities. We have workflow backgrond engine schedule as Y,N,N for each of the item types.
    It takes many hours for the workflows to progress. In some cases the background engine stays running on the current manager for hours when it reaches flow steps that take longer. It looks like the Workflow Agent Listener Service processes a single flow at one time which is killing us when longer running processes are running. We run 1 Workflow Agent Listener Service with 30 threads assuming it would pick up and process 30 items. It is very hard to tell if we have improvement.
    Does anyone have any information on the following-
    1) is it better to have more than 1 Workflow Agent Listener Service or is 1 sufficient?
    2) is there a benefit to having multiple threads?

    Please mention the details of the application release, database version and OS.
    Can you find any errors in the workflow/database log files?
    Any locks in the database?
    Please see these doc.
    Troubleshooting WF_DEFERRED Agent Listeners Performance [ID 468650.1]
    Autoadjustment Business Events Blocking Wf_deferred Queue [ID 1120818.1]
    Performance Caused By Lock On WF_EVENT.LISTEN [ID 579471.1]
    Thanks,
    Hussein

  • Workflow Agent Listener and Workflow Background Engine

    Hi all,
    I try to update roles via User Management responsibility but when applying them it throws the following warning: "Updates to Role data will not be visible in the application until the following processes are started : Workflow Agent Listener and Workflow Background Engine". So, my question is via which responsibility i can submit those requests and is there anything else i should know before creating, update roles and assigning permissions to them?
    Thanks in advance,
    Alexander.

    I checked the requests and i found that Workflow Background Engine completed successful. Only Open Period Balance finished with error but is it possible this to be the reason of the given warning? I believe not.
    And pls kindly explain what exactly means "you may need to log a SR."? Create a Service Request (SR) in My Oracle Support website so you get a help from Oracle Support Engineer (assuming you have a valid CSI number and MOS account) -- https://support.oracle.com
    Thanks,
    Hussein

  • Workflow Agent Listener Service is Down

    Hi,
    EBS version 12.0.4
    While starting Workflow notification mailer , Workflow Agent Listener Service state is activated but status is Down.Also same status for Workflow Document Web Services Service.
    Acual process showing 0 and Target as 1.
    whereas Workflow Mailer Service is Activated with status UP
    We tried steps from 559388.1 note bouncing apache,starting container but same error.
    Please advice.
    Thanks & Regards--Dhanashree

    Hi,
    Pls find the log.
    GC 12413K->7696K(16984K), 0.0069343 secs]
    [Sep 4, 2010 12:27:18 AM BST]:1283556438150:-1:-1:STFPROJAPP001.fna.pbpo.com:10.32.97.435:-1:-1:1:20420:ANONYMOUS(0):-1:Thread[inboundThreadGroup1,5,inboundThreadGroup]:10.32.97.435:23133:1283556438150:14:ERROR:[fnd.wf.bes.PLSQLQueueHandler]:dequeue() :Could not execute() the CallableStatement or retrieve OUT parameter -> java.sql.SQLException: Io exception: Connection timed out
    [Sep 4, 2010 12:27:18 AM BST]:1283556438150:-1:-1:STFPROJAPP001.fna.pbpo.com:10.32.97.435:-1:-1:1:20420:SYSADMIN(0):-1:Thread[inboundThreadGroup1,5,inboundThreadGroup]:10.32.97.435:23133:1283556438150:15:ERROR:[fnd.wf.bes.PLSQLQueueHandler]:dequeue() :Could not execute() the CallableStatement or retrieve OUT parameter -> java.sql.SQLException: Io exception: Connection timed out
    [Sep 4, 2010 12:36:01 AM BST]:1283556961887:-1:-1:STFPROJAPP001.fna.pbpo.com:10.32.97.435:-1:-1:1:20420:SYSADMIN(0):-1:Thread[inboundThreadGroup1,5,inboundThreadGroup]:10.32.97.435:23133:1283556438150:15:ERROR:[SVC-GSM-WFALSNRSVC-177852-10022 : oracle.apps.fnd.cp.gsc.SvcComponentProcessor.read()]:Error occurred while dequeueing -> oracle.apps.fnd.wf.bes.QueueHandlerException: Could not execute() the CallableStatement or retrieve OUT parameter -> java.sql.SQLException: Io exception: Connection timed out
    [Sep 4, 2010 12:28:34 AM BST]:1283556514169:-1:-1:STFPROJAPP001.fna.pbpo.com:10.32.97.435:-1:-1:1:20420:SYSADMIN(0):-1:Thread[inboundThreadGroup1,5,inboundThreadGroup]:10.32.97.435:23133:1283556514169:19:ERROR:[SVC-GSM-WFALSNRSVC-177852-10003 : oracle.apps.fnd.wf.bes.AgentListenerProcessor.read()]:Could not executeUpdate() on { CALL   WF_EVENT.LISTEN  (  p_agent_name => :1, p_wait => :2, p_correlation => :3, p_deq_condition => null, p_message_count => :4, p_max_error_count => :5  )} -> java.sql.SQLException: Io exception: Connection timed out
    [Sep 4, 2010 12:27:27 AM BST]:1283556447537:-1:-1:STFPROJAPP001.fna.pbpo.com:10.32.97.435:-1:-1:1:20420:SYSADMIN(0):-1:Thread[inboundThreadGroup1,5,inboundThreadGroup]:10.32.97.435:23133:1283556447537:17:ERROR:[SVC-GSM-WFALSNRSVC-177852-10004 : oracle.apps.fnd.wf.bes.AgentListenerProcessor.read()]:Could not executeUpdate() on { CALL   WF_EVENT.LISTEN  (  p_agent_name => :1, p_wait => :2, p_correlation => :3, p_deq_condition => null, p_message_count => :4, p_max_error_count => :5  )} -> java.sql.SQLException: Io exception: Connection timed out
    [Sep 4, 2010 12:28:59 AM BST]:1283556539358:-1:-1:STFPROJAPP001.fna.pbpo.com:10.32.97.435:-1:-1:1:20420:SYSADMIN(0):-1:Thread[inboundThreadGroup1,5,inboundThreadGroup]:10.32.97.435:23133:1283556539358:20:ERROR:[SVC-GSM-WFALSNRSVC-177852-10002 : oracle.apps.fnd.wf.bes.AgentListenerProcessor.read()]:Could not executeUpdate() on { CALL   WF_EVENT.LISTEN  (  p_agent_name => :1, p_wait => :2, p_correlation => :3, p_deq_condition => null, p_message_count => :4, p_max_error_count => :5  )} -> java.sql.SQLException: Io exception: Connection timed out
    [Sep 4, 2010 12:35:53 AM BST]:1283556953006:-1:-1:STFPROJAPP001.fna.pbpo.com:10.32.97.435:-1:-1:1:20420:SYSADMIN(0):-1:Thread[inboundThreadGroup1,5,inboundThreadGroup]:10.32.97.435:23133:1283556438150:14:ERROR:[SVC-GSM-WFALSNRSVC-177852-10021 : oracle.apps.fnd.cp.gsc.SvcComponentProcessor.read()]:Error occurred while dequeueing -> oracle.apps.fnd.wf.bes.QueueHandlerException: Could not execute() the CallableStatement or retrieve OUT parameter -> java.sql.SQLException: Io exception: Connection timed out
    [GC 12432K->8231K(16984K), 0.0214131 secs]
    [Sep 4, 2010 12:27:47 AM BST]:1283556467428:-1:-1:STFPROJAPP001.fna.pbpo.com:10.32.97.435:-1:-1:1:20420:SYSADMIN(0):-1:Thread[inboundThreadGroup1,5,inboundThreadGroup]:10.32.97.435:23133:1283556467428:18:ERROR:[SVC-GSM-WFALSNRSVC-177852-10005 : oracle.apps.fnd.wf.bes.AgentListenerProcessor.read()]:Could not executeUpdate() on { CALL   WF_EVENT.LISTEN  (  p_agent_name => :1, p_wait => :2, p_correlation => :3, p_deq_condition => null, p_message_count => :4, p_max_error_count => :5  )} -> java.sql.SQLException: Io exception: Connection timed out
    [Sep 4, 2010 12:27:18 AM BST]:1283556438150:-1:-1:STFPROJAPP001.fna.pbpo.com:10.32.97.435:-1:-1:1:20420:SYSADMIN(0):-1:Thread[inboundThreadGroup1,5,inboundThreadGroup]:10.32.97.435:23133:1283556438150:16:ERROR:[fnd.wf.bes.PLSQLQueueHandler]:dequeue() :Could not execute() the CallableStatement or retrieve OUT parameter -> java.sql.SQLException: Io exception: Connection timed out
    [Sep 4, 2010 12:36:01 AM BST]:1283556961937:-1:-1:STFPROJAPP001.fna.pbpo.com:10.32.97.435:-1:-1:1:20420:SYSADMIN(0):-1:Thread[inboundThreadGroup1,5,inboundThreadGroup]:10.32.97.435:23133:1283556438150:16:ERROR:[SVC-GSM-WFALSNRSVC-177852-10040 : oracle.apps.fnd.cp.gsc.SvcComponentProcessor.read()]:Error occurred while dequeueing -> oracle.apps.fnd.wf.bes.QueueHandlerException: Could not execute() the CallableStatement or retrieve OUT parameter -> java.sql.SQLException: Io exception: Connection timed out
    [Sep 4, 2010 12:36:01 AM BST]:1283556961959:-1:-1:STFPROJAPP001.fna.pbpo.com:10.32.97.435:-1:-1:1:20420:SYSADMIN(0):-1:Thread[inboundThreadGroup1,5,inboundThreadGroup]:10.32.97.435:23133:1283556467428:18:ERROR:[SVC-GSM-WFALSNRSVC-177852-10005 : oracle.apps.fnd.cp.gsc.Processor.performError(ProcessorException)]:Maximum number of errors have occurred for this processing thread.
    [Sep 4, 2010 12:36:02 AM BST]:1283556962038:-1:-1:STFPROJAPP001.fna.pbpo.com:10.32.97.435:-1:-1:1:20420:SYSADMIN(0):-1:Thread[inboundThreadGroup1,5,inboundThreadGroup]:10.32.97.435:23133:1283556514169:19:ERROR:[SVC-GSM-WFALSNRSVC-177852-10003 : oracle.apps.fnd.cp.gsc.Processor.performError(ProcessorException)]:Maximum number of errors have occurred for this processing thread.
    [Sep 4, 2010 12:36:02 AM BST]:1283556962041:-1:-1:STFPROJAPP001.fna.pbpo.com:10.32.97.435:-1:-1:1:20420:SYSADMIN(0):-1:Thread[inboundThreadGroup1,5,inboundThreadGroup]:10.32.97.435:23133:1283556539358:20:ERROR:[SVC-GSM-WFALSNRSVC-177852-10002 : oracle.apps.fnd.cp.gsc.Processor.performError(ProcessorException)]:Maximum number of errors have occurred for this processing thread.
    [Sep 4, 2010 12:36:18 AM BST]:1283556978393:-1:-1:STFPROJAPP001.fna.pbpo.com:10.32.97.435:-1:-1:1:20420:SYSADMIN(0):-1:Thread[ComponentMonitor,5,main]:10.32.97.435:23133:1282813541517:1:EXCEPTION:[SVC-GSM-WFALSNRSVC-177852 : oracle.apps.fnd.cp.gsc.SvcComponentMonitor.startAutomaticComponents()]:Starting automatic component 10002
    [Sep 4, 2010 12:36:18 AM BST]:1283556978632:-1:-1:STFPROJAPP001.fna.pbpo.com:10.32.97.435:-1:-1:1:20420:SYSADMIN(0):-1:Thread[ComponentMonitor,5,main]:10.32.97.435:23133:1282813541517:1:ERROR:[SVC-GSM-WFALSNRSVC-177852 : oracle.apps.fnd.cp.gsc.SvcComponentMonitor.process()]:Monitoring failed this iteration -> oracle.apps.fnd.cp.gsc.ProcessorException: Could not start automatic component -> oracle.apps.fnd.cp.gsc.server.GenericSvcComponentEOException: The Service Component Container is not running.
    [Sep 4, 2010 12:37:01 AM BST]:1283557021942:-1:-1:STFPROJAPP001.fna.pbpo.com:10.32.97.435:-1:-1:1:20420:SYSADMIN(0):-1:Thread[inboundThreadGroup1,5,inboundThreadGroup]:10.32.97.435:23133:1283556438150:15:ERROR:[fnd.wf.bes.PLSQLQueueHandler]:prepareDequeueStatement() : Could not prepare dequeue CallableStatement or set IN parameters 1, 3, or 4 or register OUT parameter -> java.sql.SQLException: Closed Connection
    [Sep 4, 2010 12:37:01 AM BST]:1283557021943:-1:-1:STFPROJAPP001.fna.pbpo.com:10.32.97.435:-1:-1:1:20420:SYSADMIN(0):-1:Thread[inboundThreadGroup1,5,inboundThreadGroup]:10.32.97.435:23133:1283556438150:15:ERROR:[SVC-GSM-WFALSNRSVC-177852-10022 : oracle.apps.fnd.cp.gsc.SvcComponentProcessor.read()]:Error occurred while dequeueing -> oracle.apps.fnd.wf.bes.QueueHandlerException: Could not prepare dequeue CallableStatement or set IN parameters 1, 3, or 4 or register OUT parameter -> java.sql.SQLException: Closed Connection
    [Sep 4, 2010 12:37:02 AM BST]:1283557022071:-1:-1:STFPROJAPP001.fna.pbpo.com:10.32.97.435:-1:-1:1:20420:SYSADMIN(0):-1:Thread[inboundThreadGroup1,5,inboundThreadGroup]:10.32.97.435:23133:1283556438150:14:ERROR:[fnd.wf.bes.PLSQLQueueHandler]:prepareDequeueStatement() : Could not prepare dequeue CallableStatement or set IN parameters 1, 3, or 4 or register OUT parameter -> java.sql.SQLException: Closed Connection
    Regds,

  • WORKFLOW AGENT LISTENER SERVICE 기동되지 않을때

    제품 : AOL
    작성날짜 : 2005-11-28
    WORKFLOW AGENT LISTENER SERVICE 기동되지 않을때
    ========================================
    PURPOSE
    신규설치 및 Clonning후 WORKFLOW AGENT LISTENER SERVICE 기동되지 않을때가 있습니다. 이에 대한 조치사항을 기술하고 있습니다.
    Problem Description
    증상
    1. Workflow Agent Listener Service 와 Workflow Mailer Service 기동되지 않습니다.
    2. 기동될때 "Activating" status 로 남아 있습니다.
    3. 위와 같은 증상은 아래와 같은 원인에 발생할수 있습니다.
    (a) The WF_JMS_IN 와 WF_JMS_OUT queues 가 invalid 일때
    (b) 아래 workflow listeners 와 mailer 들이 'STOPPED_ERROR' status일때
    Workflow Deferred Agent Listener
    Workflow Deferred Notification Agent Listener
    Workflow Error Agent Listener
    Workflow Inbound Notifications Agent Listener
    Workflow Notification Mailer
    (c) Af_CLASSPATH 가 JDK 1.3.1을 가리키지 않을때
    Solution Description
    이런 증상이 발견될경우 아래와 같은 조치를 취해주세요.
    1. missing/corrupt queues 가 있는지 확인하고 이를 재성성 해주세요.
    sqlplus apps/apps @$FND_TOP/patch/115/sql/wfjmsqc.sql applsys apps
    위 sql이 먹지 않을때
    다음 command들을 copy/paste해서 작업해주세요(APPLSYS user로 하셔야 합니다.)
    Exec dbms_aqadm.stop_queue( queue_name => ' WF_JMS_IN', wait => FALSE);
    Exec dbms_aqadm.drop_queue(queue_name=> ' WF_JMS_IN');
    exec dbms_aqadm.drop_queue_table( queue_table => ' WF_JMS_IN', force => TRUE);
    Exec dbms_aqadm.stop_queue( queue_name => ' WF_JMS_OUT', wait => FALSE);
    Exec dbms_aqadm.drop_queue(queue_name=> ' WF_JMS_OUT');
    exec dbms_aqadm.drop_queue_table( queue_table => ' WF_JMS_OUT', force => TRUE);
    위 queue들이 drop되면 아래 sql을 다시 실행해 주세요.
    sqlplus apps/apps @$FND_TOP/patch/115/sql/wfjmsqc.sql applsys apps
    그리고 확인차 wfver.sql를 돌려주세요.
    (Note: The file wfjmsqc.sql has been replaced in 9.2.0.4 with wfjmsqc2.sql.)
    2. 11.5. 7 이전 버전은 JDK 1.3을 CM node에 설치해야 하고 patch 2356331 를 적용해야 합니다.
    Please reference:
    Note:242941.1 (How To Troubleshoot Java-based Workflow Notification Mailer In 11.5.9 and OWF.G)
    Note:130091.1 (Upgrading Oracle Applications 11i to use JDK 1.3)
    3. 환경변수 AF_JRE_TOP, AF_CLASSPATH, and AFJVAPRG 가 $APPL_TOP/admin/adovars.env에 제대로 설정되었는지 확인해 주세요. 그리고 이들이 JDK 1.3.1을 가리키고 있는지 확인해 주세요.
    Reference Documents
    Note 278428.1

    제품 : AOL
    작성날짜 : 2005-11-28
    WORKFLOW AGENT LISTENER SERVICE 기동되지 않을때
    ========================================
    PURPOSE
    신규설치 및 Clonning후 WORKFLOW AGENT LISTENER SERVICE 기동되지 않을때가 있습니다. 이에 대한 조치사항을 기술하고 있습니다.
    Problem Description
    증상
    1. Workflow Agent Listener Service 와 Workflow Mailer Service 기동되지 않습니다.
    2. 기동될때 "Activating" status 로 남아 있습니다.
    3. 위와 같은 증상은 아래와 같은 원인에 발생할수 있습니다.
    (a) The WF_JMS_IN 와 WF_JMS_OUT queues 가 invalid 일때
    (b) 아래 workflow listeners 와 mailer 들이 'STOPPED_ERROR' status일때
    Workflow Deferred Agent Listener
    Workflow Deferred Notification Agent Listener
    Workflow Error Agent Listener
    Workflow Inbound Notifications Agent Listener
    Workflow Notification Mailer
    (c) Af_CLASSPATH 가 JDK 1.3.1을 가리키지 않을때
    Solution Description
    이런 증상이 발견될경우 아래와 같은 조치를 취해주세요.
    1. missing/corrupt queues 가 있는지 확인하고 이를 재성성 해주세요.
    sqlplus apps/apps @$FND_TOP/patch/115/sql/wfjmsqc.sql applsys apps
    위 sql이 먹지 않을때
    다음 command들을 copy/paste해서 작업해주세요(APPLSYS user로 하셔야 합니다.)
    Exec dbms_aqadm.stop_queue( queue_name => ' WF_JMS_IN', wait => FALSE);
    Exec dbms_aqadm.drop_queue(queue_name=> ' WF_JMS_IN');
    exec dbms_aqadm.drop_queue_table( queue_table => ' WF_JMS_IN', force => TRUE);
    Exec dbms_aqadm.stop_queue( queue_name => ' WF_JMS_OUT', wait => FALSE);
    Exec dbms_aqadm.drop_queue(queue_name=> ' WF_JMS_OUT');
    exec dbms_aqadm.drop_queue_table( queue_table => ' WF_JMS_OUT', force => TRUE);
    위 queue들이 drop되면 아래 sql을 다시 실행해 주세요.
    sqlplus apps/apps @$FND_TOP/patch/115/sql/wfjmsqc.sql applsys apps
    그리고 확인차 wfver.sql를 돌려주세요.
    (Note: The file wfjmsqc.sql has been replaced in 9.2.0.4 with wfjmsqc2.sql.)
    2. 11.5. 7 이전 버전은 JDK 1.3을 CM node에 설치해야 하고 patch 2356331 를 적용해야 합니다.
    Please reference:
    Note:242941.1 (How To Troubleshoot Java-based Workflow Notification Mailer In 11.5.9 and OWF.G)
    Note:130091.1 (Upgrading Oracle Applications 11i to use JDK 1.3)
    3. 환경변수 AF_JRE_TOP, AF_CLASSPATH, and AFJVAPRG 가 $APPL_TOP/admin/adovars.env에 제대로 설정되었는지 확인해 주세요. 그리고 이들이 JDK 1.3.1을 가리키고 있는지 확인해 주세요.
    Reference Documents
    Note 278428.1

  • Workflow Agent Listener and Workflow Background program run after each minute

    Hello,
    We have scheduled Workflow agent listener program to be run after 5 minutes but it runs every minute more than once and fills concurrent request queue.
    Please help.
    EBS 12.1.1, DB 11.1.0.7, Linux 5.
    Thanks & Regards
    Aneel Ahmed

    We have scheduled Workflow agent listener program to be run after 5 minutes but it runs every minute more than once and fills concurrent request queue.
    Looks like this concurrent program was scheduled to run more than once? Maybe under a different application user?
    What if you cancel the recent schedule you made, would you be able to reproduce the issue then?
    Thanks,
    Hussein

  • Workflow Deferred Agent Listener Down

    Hi I've been searching for this error and have been unable to find any helpful info.
    After applying a change request which modifies some workflow I bounce Apache and go to bounce the workflow agent listeners, however the Agent Listeners are down.
    When looking further it's the Workflow Deferred Agent Listener with the status of "Stopped with error" or "System Deactivated"
    Here is the log of the agent listener so you can hopefully help me
    LOG_ID_UNKNOWN : oracle.apps.fnd.cp.gsc.Logger.Logger(String, int) : Logging to System.out until necessary parameters are retrieved for Logger to be properly started.
    LOG_ID_UNKNOWN : oracle.apps.fnd.cp.gsm.GSMSvcComponentContainer.initializeStateMachine() : BEGIN
    LOG_ID_UNKNOWN : oracle.apps.fnd.cp.gsc.SvcComponentContainer.getNewWorkflowContext() : BEGIN
    LOG_ID_UNKNOWN : oracle.apps.fnd.cp.gsc.SvcComponentContainer.getNewWorkflowContext() : BEGIN
    LOG_ID_UNKNOWN : oracle.apps.fnd.cp.gsc.SvcComponentContainer.loadGlobalParameters() : BEGIN
    LOG_ID_UNKNOWN : oracle.apps.fnd.cp.gsm.GSMSvcComponentContainer.loadContainerParameters() : BEGIN
    LOG_ID_UNKNOWN : oracle.apps.fnd.cp.gsc.SvcComponentContainer.start() : Successfully retrieved global and container parameters
    LOG_ID_UNKNOWN : oracle.apps.fnd.cp.gsc.SvcComponentContainer.validateParameterValues(Properties) : BEGIN
    LOG_ID_UNKNOWN : oracle.apps.fnd.cp.gsc.SvcComponentContainer.validateParameterValues(Properties) : ({SVC_COMP_MAX_ERROR_COUNT=10, SVC_COMP_MONITOR_LOOP_SLEEP=60, SVC_CONTAINER_LOOP_SLEEP=10, SVC_CONTAINER_READ_TIMEOUT=10, SVC_COMP_MONITOR_ONDEMAND_FREQ=300, SVC_CONTAINER_LOG_LEVEL=4, SVC_WRITE_DIAG_TO_GSM_LOG=Y})
    LOG_ID_UNKNOWN : oracle.apps.fnd.cp.gsc.SvcComponentContainer.start() : Successfully validated container parameters
    LOG_ID_UNKNOWN : oracle.apps.fnd.cp.gsm.GSMSvcComponentContainer.loadDetails(Connection) : BEGIN (oracle.jdbc.driver.OracleConnection@a1d1f4)
    LOG_ID_UNKNOWN : oracle.apps.fnd.cp.gsc.SvcComponentContainer.start() : Successfully retrieved container details
    LOG_ID_UNKNOWN : oracle.apps.fnd.cp.gsm.GSMSvcComponentContainer.startLogger() : BEGIN
    LOG_ID_UNKNOWN : oracle.apps.fnd.cp.gsc.SvcComponentContainer.startLogger() : BEGIN [default implementation]
    SVC-GSM-WFALSNRSVC-1456081-10021 : oracle.apps.fnd.cp.gsc.Logger.Logger(String, int) : Logging to System.out until necessary parameters are retrieved for Logger to be properly started.
    SVC-GSM-WFALSNRSVC-1456081-10004 : oracle.apps.fnd.cp.gsc.Logger.Logger(String, int) : Logging to System.out until necessary parameters are retrieved for Logger to be properly started.
    SVC-GSM-WFALSNRSVC-1456081-10022 : oracle.apps.fnd.cp.gsc.Logger.Logger(String, int) : Logging to System.out until necessary parameters are retrieved for Logger to be properly started.
    SVC-GSM-WFALSNRSVC-1456081-10044 : oracle.apps.fnd.cp.gsc.Logger.Logger(String, int) : Logging to System.out until necessary parameters are retrieved for Logger to be properly started.
    SVC-GSM-WFALSNRSVC-1456081-10002 : oracle.apps.fnd.cp.gsc.Logger.Logger(String, int) : Logging to System.out until necessary parameters are retrieved for Logger to be properly started.
    SVC-GSM-WFALSNRSVC-1456081-10003 : oracle.apps.fnd.cp.gsc.Logger.Logger(String, int) : Logging to System.out until necessary parameters are retrieved for Logger to be properly started.
    SVC-GSM-WFALSNRSVC-1456081-10005 : oracle.apps.fnd.cp.gsc.Logger.Logger(String, int) : Logging to System.out until necessary parameters are retrieved for Logger to be properly started.
    SVC-GSM-WFALSNRSVC-1456081-10002 : oracle.apps.fnd.cp.gsc.Logger.Logger(String, int) : Logging to System.out until necessary parameters are retrieved for Logger to be properly started.
    SVC-GSM-WFALSNRSVC-1456081-10002 : oracle.apps.fnd.cp.gsc.Logger.Logger(String, int) : Logging to System.out until necessary parameters are retrieved for Logger to be properly started.
    SVC-GSM-WFALSNRSVC-1456081-10002 : oracle.apps.fnd.cp.gsc.Logger.Logger(String, int) : Logging to System.out until necessary parameters are retrieved for Logger to be properly started.
    SVC-GSM-WFALSNRSVC-1456081-10002 : oracle.apps.fnd.cp.gsc.Logger.Logger(String, int) : Logging to System.out until necessary parameters are retrieved for Logger to be properly started.
    SVC-GSM-WFALSNRSVC-1456081-10002 : oracle.apps.fnd.cp.gsc.Logger.Logger(String, int) : Logging to System.out until necessary parameters are retrieved for Logger to be properly started.
    SVC-GSM-WFALSNRSVC-1456081-10002 : oracle.apps.fnd.cp.gsc.Logger.Logger(String, int) : Logging to System.out until necessary parameters are retrieved for Logger to be properly started.
    SVC-GSM-WFALSNRSVC-1456081-10002 : oracle.apps.fnd.cp.gsc.Logger.Logger(String, int) : Logging to System.out until necessary parameters are retrieved for Logger to be properly started.
    SVC-GSM-WFALSNRSVC-1456081-10002 : oracle.apps.fnd.cp.gsc.Logger.Logger(String, int) : Logging to System.out until necessary parameters are retrieved for Logger to be properly started.
    SVC-GSM-WFALSNRSVC-1456081-10002 : oracle.apps.fnd.cp.gsc.Logger.Logger(String, int) : Logging to System.out until necessary parameters are retrieved for Logger to be properly started.
    SVC-GSM-WFALSNRSVC-1456081-10002 : oracle.apps.fnd.cp.gsc.Logger.Logger(String, int) : Logging to System.out until necessary parameters are retrieved for Logger to be properly started.
    omponentContainer.start()]:Successfully updated the container's database status, if any
    [Aug 6, 2013 9:43:41 AM EST]:1375746221949:Thread[main,5,main]:0:-1:d00725:10.61.68.8:-1:-1:EXCEPTION:[SVC-GSM-WFALSNRSVC-1456081 : oracle.apps.fnd.cp.gsc.SvcComponentContainer.start()]:Successfully named container session (took logical lock)
    [Aug 6, 2013 9:43:42 AM EST]:1375746222025:Thread[main,5,main]:0:-1:d00725:10.61.68.8:-1:-1:EXCEPTION:[SVC-GSM-WFALSNRSVC-1456081 : oracle.apps.fnd.cp.gsc.SvcComponentContainer.start()]:Successfully started the Component Monitor thread
    [Aug 6, 2013 9:43:42 AM EST]:1375746222037:Thread[ComponentMonitor,5,main]:0:-1:d00725:10.61.68.8:-1:-1:EXCEPTION:[SVC-GSM-WFALSNRSVC-1456081 : oracle.apps.fnd.cp.gsc.SvcComponentMonitor.performInit()]:Successfully initialized -> SvcComponentMonitor{Processor{mThread=Thread[ComponentMonitor,5,main],mCurrentLoopSleep=0,mMinLoopSleep=60,mMaxLoopSleep=0,mReadTimedOutFlag=false,mCurrentErrorCount=0,mMaxErrorCount=-2147483648,mErrorLoopSleep=60,mErrorFlag=false,mControlEvent=noEvent,mStopFlag=false,mSuspendFlag=false,mLastSuspendFlag=false},mCurrentLoopCount=4,mOnDemandLoopCount=5}
    [Aug 6, 2013 9:43:42 AM EST]:1375746222038:Thread[ComponentMonitor,5,main]:0:-1:d00725:10.61.68.8:-1:-1:EXCEPTION:[SVC-GSM-WFALSNRSVC-1456081 : oracle.apps.fnd.cp.gsc.Processor.run()]:Processor has successfully been initialized. Loop will now start.
    [Aug 6, 2013 9:43:42 AM EST]:1375746222039:Thread[main,5,main]:0:-1:d00725:10.61.68.8:-1:-1:EXCEPTION:[SVC-GSM-WFALSNRSVC-1456081 : oracle.apps.fnd.cp.gsc.SvcComponentContainer.start()]:Successfully started the state machine
    [Aug 6, 2013 9:43:42 AM EST]:1375746222041:Thread[GSMQueueProcessor,5,main]:0:-1:d00725:10.61.68.8:-1:-1:EXCEPTION:[SVC-GSM-WFALSNRSVC-1456081 : oracle.apps.fnd.cp.gsc.Processor.run()]:Processor has successfully been initialized. Loop will now start.
    [Aug 6, 2013 9:43:42 AM EST]:1375746222044:Thread[main,5,main]:0:-1:d00725:10.61.68.8:-1:-1:EXCEPTION:[SVC-GSM-WFALSNRSVC-1456081 : oracle.apps.fnd.cp.gsc.SvcComponentContainer.start()]:Successfully started the container -> SvcComponentContainer{mComponentControlWorkflowContext=[oracle.apps.fnd.wf.apps.WorkflowContext@16c9867 $Revision: 115.189 $ extends [oracle.apps.fnd.common.Context@16c9867 $Revision: 115.48 $ {sessionId=0x16c9867,conn=oracle.jdbc.driver.OracleConnection@c79809,state=oracle.apps.fnd.common.StateStack@89cc5e}] {isDedicated=false}],mComponentMonitor=SvcComponentMonitor{Processor{mThread=Thread[ComponentMonitor,5,main],mCurrentLoopSleep=0,mMinLoopSleep=60,mMaxLoopSleep=0,mReadTimedOutFlag=true,mCurrentErrorCount=0,mMaxErrorCount=-2147483648,mErrorLoopSleep=60,mErrorFlag=false,mControlEvent=noEvent,mStopFlag=false,mSuspendFlag=false,mLastSuspendFlag=false},mCurrentLoopCount=5,mOnDemandLoopCount=5},mStateMachine=[email protected]fb,mLogger=Logger{mLog=[$Header: AppsLog.java 115.76 2004/07/27 17:30:17 kkapur ship $ @23886295 {oracle.apps.fnd.profiles.ExtendedProfileStore@b33d0a}],mUniqueId=SVC-GSM-WFALSNRSVC-1456081,mLevel=4},mParameters={SVC_COMP_MAX_ERROR_COUNT=10, SVC_COMP_MONITOR_LOOP_SLEEP=60, SVC_CONTAINER_LOOP_SLEEP=10, SVC_CONTAINER_READ_TIMEOUT=10, SVC_COMP_MONITOR_ONDEMAND_FREQ=300, SVC_CONTAINER_LOG_LEVEL=4, SVC_WRITE_DIAG_TO_GSM_LOG=Y},mProcessId=1456081,mType=GSM,mName=WFALSNRSVC,mComponents={},mAutomaticComponentErrorCounts=null,mEventSubscriptions=[oracle.apps.fnd.wf.bes.Subscription@5b0668, oracle.apps.fnd.wf.bes.Subscription@1d5a0, oracle.apps.fnd.wf.bes.Subscription@701a27, oracle.apps.fnd.wf.bes.Subscription@1c50507, oracle.apps.fnd.wf.bes.Subscription@1cd107f]}
    [Aug 6, 2013 9:43:42 AM EST]:1375746222060:Thread[ComponentMonitor,5,main]:0:-1:d00725:10.61.68.8:-1:-1:EXCEPTION:[SVC-GSM-WFALSNRSVC-1456081 : oracle.apps.fnd.cp.gsc.SvcComponentMonitor.startAutomaticComponents()]:Starting automatic component 10021
    [Aug 6, 2013 9:43:42 AM EST]:1375746222097:Thread[ComponentMonitor,5,main]:0:-1:d00725:10.61.68.8:-1:-1:EXCEPTION:[SVC-GSM-WFALSNRSVC-1456081 : oracle.apps.fnd.cp.gsc.SvcComponentMonitor.startAutomaticComponents()]:Starting automatic component 10022
    [Aug 6, 2013 9:43:42 AM EST]:1375746222110:Thread[ComponentMonitor,5,main]:0:-1:d00725:10.61.68.8:-1:-1:EXCEPTION:[SVC-GSM-WFALSNRSVC-1456081 : oracle.apps.fnd.cp.gsc.SvcComponentMonitor.startAutomaticComponents()]:Starting automatic component 10002
    [Aug 6, 2013 9:43:42 AM EST]:1375746222139:Thread[ComponentMonitor,5,main]:0:-1:d00725:10.61.68.8:-1:-1:EXCEPTION:[SVC-GSM-WFALSNRSVC-1456081 : oracle.apps.fnd.cp.gsc.SvcComponentMonitor.startAutomaticComponents()]:Starting automatic component 10003
    [Aug 6, 2013 9:43:42 AM EST]:1375746222152:Thread[ComponentMonitor,5,main]:0:-1:d00725:10.61.68.8:-1:-1:EXCEPTION:[SVC-GSM-WFALSNRSVC-1456081 : oracle.apps.fnd.cp.gsc.SvcComponentMonitor.startAutomaticComponents()]:Starting automatic component 10004
    [Aug 6, 2013 9:43:42 AM EST]:1375746222165:Thread[ComponentMonitor,5,main]:0:-1:d00725:10.61.68.8:-1:-1:EXCEPTION:[SVC-GSM-WFALSNRSVC-1456081 : oracle.apps.fnd.cp.gsc.SvcComponentMonitor.startAutomaticComponents()]:Starting automatic component 10005
    [Aug 6, 2013 9:43:42 AM EST]:1375746222176:Thread[ComponentMonitor,5,main]:0:-1:d00725:10.61.68.8:-1:-1:EXCEPTION:[SVC-GSM-WFALSNRSVC-1456081 : oracle.apps.fnd.cp.gsc.SvcComponentMonitor.startAutomaticComponents()]:Starting automatic component 10044
    [Aug 6, 2013 9:43:51 AM EST]:1375746231999:Thread[BES Dispatch Thread,5,main]:0:-1:d00725:10.61.68.8:-1:-1:EXCEPTION:[SVC-GSM-WFALSNRSVC-1456081 : oracle.apps.fnd.cp.gsc.SvcComponentContainer.onBusinessEvent(BusinessEvent)]:(BusinessEvent{name=oracle.apps.fnd.cp.gsc.SvcComponent.start, key=SVC:06-AUG-2013, priority=50, correlationId=null, sendDate=Tue Aug 06 09:43:42 EST 2013, receiveDate=null, From Agent: , To Agent: , Last Subscription= , Error Message=null, Error Stack=null, [email protected], COMPONENT_ID=10021, CONTAINER_PROCESS_ID=1456081, CONTAINER_TYPE=GSM, BES_PAYLOAD_OBJECT=false})
    [Aug 6, 2013 9:43:52 AM EST]:1375746232102:Thread[BES Dispatch Thread,5,main]:0:-1:d00725:10.61.68.8:-1:-1:EXCEPTION:[SVC-GSM-WFALSNRSVC-1456081 : oracle.apps.fnd.cp.gsc.SvcComponentContainer.handleComponentEvent(int, String, String)]:Successfully retrieved component details from the database
    [Aug 6, 2013 9:44:02 AM EST]:1375746242303:Thread[BES Dispatch Thread,5,main]:0:-1:d00725:10.61.68.8:-1:-1:EXCEPTION:[SVC-GSM-WFALSNRSVC-1456081 : oracle.apps.fnd.cp.gsc.SvcComponentContainer.onBusinessEvent(BusinessEvent)]:Successfully handled component event, oracle.apps.fnd.cp.gsc.SvcComponent.start, for component 10021
    [Aug 6, 2013 9:44:02 AM EST]:1375746242305:Thread[BES Dispatch Thread,5,main]:0:-1:d00725:10.61.68.8:-1:-1:EXCEPTION:[SVC-GSM-WFALSNRSVC-1456081 : oracle.apps.fnd.cp.gsc.SvcComponentContainer.onBusinessEvent(BusinessEvent)]:(BusinessEvent{name=oracle.apps.fnd.cp.gsc.SvcComponent.start, key=SVC:06-AUG-2013, priority=50, correlationId=null, sendDate=Tue Aug 06 09:43:42 EST 2013, receiveDate=null, From Agent: , To Agent: , Last Subscription= , Error Message=null, Error Stack=null, [email protected], COMPONENT_ID=10004, CONTAINER_PROCESS_ID=1456081, CONTAINER_TYPE=GSM, BES_PAYLOAD_OBJECT=false})
    [Aug 6, 2013 9:44:02 AM EST]:1375746242307:Thread[BES Dispatch Thread,5,main]:0:-1:d00725:10.61.68.8:-1:-1:EXCEPTION:[SVC-GSM-WFALSNRSVC-1456081 : oracle.apps.fnd.cp.gsc.SvcComponentContainer.handleComponentEvent(int, String, String)]:Successfully retrieved component details from the database
    [Aug 6, 2013 9:44:02 AM EST]:1375746242420:Thread[BES Dispatch Thread,5,main]:0:-1:d00725:10.61.68.8:-1:-1:EXCEPTION:[SVC-GSM-WFALSNRSVC-1456081 : oracle.apps.fnd.cp.gsc.SvcComponentContainer.onBusinessEvent(BusinessEvent)]:Successfully handled component event, oracle.apps.fnd.cp.gsc.SvcComponent.start, for component 10004
    [Aug 6, 2013 9:44:02 AM EST]:1375746242421:Thread[BES Dispatch Thread,5,main]:0:-1:d00725:10.61.68.8:-1:-1:EXCEPTION:[SVC-GSM-WFALSNRSVC-1456081 : oracle.apps.fnd.cp.gsc.SvcComponentContainer.onBusinessEvent(BusinessEvent)]:(BusinessEvent{name=oracle.apps.fnd.cp.gsc.SvcComponent.start, key=SVC:06-AUG-2013, priority=50, correlationId=null, sendDate=Tue Aug 06 09:43:42 EST 2013, receiveDate=null, From Agent: , To Agent: , Last Subscription= , Error Message=null, Error Stack=null, [email protected], COMPONENT_ID=10022, CONTAINER_PROCESS_ID=1456081, CONTAINER_TYPE=GSM, BES_PAYLOAD_OBJECT=false})
    [Aug 6, 2013 9:44:02 AM EST]:1375746242423:Thread[BES Dispatch Thread,5,main]:0:-1:d00725:10.61.68.8:-1:-1:EXCEPTION:[SVC-GSM-WFALSNRSVC-1456081 : oracle.apps.fnd.cp.gsc.SvcComponentContainer.handleComponentEvent(int, String, String)]:Successfully retrieved component details from the database
    [Aug 6, 2013 9:44:02 AM EST]:1375746242765:Thread[BES Dispatch Thread,5,main]:0:-1:d00725:10.61.68.8:-1:-1:EXCEPTION:[SVC-GSM-WFALSNRSVC-1456081 : oracle.apps.fnd.cp.gsc.SvcComponentContainer.onBusinessEvent(BusinessEvent)]:Successfully handled component event, oracle.apps.fnd.cp.gsc.SvcComponent.start, for component 10022
    [Aug 6, 2013 9:44:02 AM EST]:1375746242766:Thread[BES Dispatch Thread,5,main]:0:-1:d00725:10.61.68.8:-1:-1:EXCEPTION:[SVC-GSM-WFALSNRSVC-1456081 : oracle.apps.fnd.cp.gsc.SvcComponentContainer.onBusinessEvent(BusinessEvent)]:(BusinessEvent{name=oracle.apps.fnd.cp.gsc.SvcComponent.start, key=SVC:06-AUG-2013, priority=50, correlationId=null, sendDate=Tue Aug 06 09:43:42 EST 2013, receiveDate=null, From Agent: , To Agent: , Last Subscription= , Error Message=null, Error Stack=null, [email protected], COMPONENT_ID=10044, CONTAINER_PROCESS_ID=1456081, CONTAINER_TYPE=GSM, BES_PAYLOAD_OBJECT=false})
    [Aug 6, 2013 9:44:02 AM EST]:1375746242776:Thread[BES Dispatch Thread,5,main]:0:-1:d00725:10.61.68.8:-1:-1:EXCEPTION:[SVC-GSM-WFALSNRSVC-1456081 : oracle.apps.fnd.cp.gsc.SvcComponentContainer.handleComponentEvent(int, String, String)]:Successfully retrieved component details from the database
    [Aug 6, 2013 9:44:02 AM EST]:1375746242954:Thread[BES Dispatch Thread,5,main]:0:-1:d00725:10.61.68.8:-1:-1:EXCEPTION:[SVC-GSM-WFALSNRSVC-1456081 : oracle.apps.fnd.cp.gsc.SvcComponentContainer.onBusinessEvent(BusinessEvent)]:Successfully handled component event, oracle.apps.fnd.cp.gsc.SvcComponent.start, for component 10044
    [Aug 6, 2013 9:44:02 AM EST]:1375746242956:Thread[BES Dispatch Thread,5,main]:0:-1:d00725:10.61.68.8:-1:-1:EXCEPTION:[SVC-GSM-WFALSNRSVC-1456081 : oracle.apps.fnd.cp.gsc.SvcComponentContainer.onBusinessEvent(BusinessEvent)]:(BusinessEvent{name=oracle.apps.fnd.cp.gsc.SvcComponent.start, key=SVC:06-AUG-2013, priority=50, correlationId=null, sendDate=Tue Aug 06 09:43:42 EST 2013, receiveDate=null, From Agent: , To Agent: , Last Subscription= , Error Message=null, Error Stack=null, [email protected], COMPONENT_ID=10002, CONTAINER_PROCESS_ID=1456081, CONTAINER_TYPE=GSM, BES_PAYLOAD_OBJECT=false})
    [Aug 6, 2013 9:44:02 AM EST]:1375746242960:Thread[BES Dispatch Thread,5,main]:0:-1:d00725:10.61.68.8:-1:-1:EXCEPTION:[SVC-GSM-WFALSNRSVC-1456081 : oracle.apps.fnd.cp.gsc.SvcComponentContainer.handleComponentEvent(int, String, String)]:Successfully retrieved component details from the database
    [Aug 6, 2013 9:44:03 AM EST]:1375746243095:Thread[BES Dispatch Thread,5,main]:0:-1:d00725:10.61.68.8:-1:-1:EXCEPTION:[SVC-GSM-WFALSNRSVC-1456081 : oracle.apps.fnd.cp.gsc.SvcComponentContainer.onBusinessEvent(BusinessEvent)]:Successfully handled component event, oracle.apps.fnd.cp.gsc.SvcComponent.start, for component 10002
    [Aug 6, 2013 9:44:03 AM EST]:1375746243096:Thread[BES Dispatch Thread,5,main]:0:-1:d00725:10.61.68.8:-1:-1:EXCEPTION:[SVC-GSM-WFALSNRSVC-1456081 : oracle.apps.fnd.cp.gsc.SvcComponentContainer.onBusinessEvent(BusinessEvent)]:(BusinessEvent{name=oracle.apps.fnd.cp.gsc.SvcComponent.start, key=SVC:06-AUG-2013, priority=50, correlationId=null, sendDate=Tue Aug 06 09:43:42 EST 2013, receiveDate=null, From Agent: , To Agent: , Last Subscription= , Error Message=null, Error Stack=null, [email protected], COMPONENT_ID=10003, CONTAINER_PROCESS_ID=1456081, CONTAINER_TYPE=GSM, BES_PAYLOAD_OBJECT=false})
    [Aug 6, 2013 9:44:03 AM EST]:1375746243098:Thread[BES Dispatch Thread,5,main]:0:-1:d00725:10.61.68.8:-1:-1:EXCEPTION:[SVC-GSM-WFALSNRSVC-1456081 : oracle.apps.fnd.cp.gsc.SvcComponentContainer.handleComponentEvent(int, String, String)]:Successfully retrieved component details from the database
    [Aug 6, 2013 9:44:03 AM EST]:1375746243335:Thread[BES Dispatch Thread,5,main]:0:-1:d00725:10.61.68.8:-1:-1:EXCEPTION:[SVC-GSM-WFALSNRSVC-1456081 : oracle.apps.fnd.cp.gsc.SvcComponentContainer.onBusinessEvent(BusinessEvent)]:Successfully handled component event, oracle.apps.fnd.cp.gsc.SvcComponent.start, for component 10003
    [Aug 6, 2013 9:44:03 AM EST]:1375746243336:Thread[BES Dispatch Thread,5,main]:0:-1:d00725:10.61.68.8:-1:-1:EXCEPTION:[SVC-GSM-WFALSNRSVC-1456081 : oracle.apps.fnd.cp.gsc.SvcComponentContainer.onBusinessEvent(BusinessEvent)]:(BusinessEvent{name=oracle.apps.fnd.cp.gsc.SvcComponent.start, key=SVC:06-AUG-2013, priority=50, correlationId=null, sendDate=Tue Aug 06 09:43:42 EST 2013, receiveDate=null, From Agent: , To Agent: , Last Subscription= , Error Message=null, Error Stack=null, [email protected], COMPONENT_ID=10005, CONTAINER_PROCESS_ID=1456081, CONTAINER_TYPE=GSM, BES_PAYLOAD_OBJECT=false})
    [Aug 6, 2013 9:44:03 AM EST]:1375746243346:Thread[BES Dispatch Thread,5,main]:0:-1:d00725:10.61.68.8:-1:-1:EXCEPTION:[SVC-GSM-WFALSNRSVC-1456081 : oracle.apps.fnd.cp.gsc.SvcComponentContainer.handleComponentEvent(int, String, String)]:Successfully retrieved component details from the database
    [Aug 6, 2013 9:44:03 AM EST]:1375746243359:Thread[inboundThreadGroup1,5,inboundThreadGroup]:0:-1:d00725:10.61.68.8:-1:-1:ERROR:[SVC-GSM-WFALSNRSVC-1456081-10002 : oracle.apps.fnd.wf.bes.AgentListenerProcessor.read()]:10consecutive errors occurred
    [Aug 6, 2013 9:44:03 AM EST]:1375746243363:Thread[inboundThreadGroup1,5,inboundThreadGroup]:0:-1:d00725:10.61.68.8:-1:-1:ERROR:[SVC-GSM-WFALSNRSVC-1456081-10002 : oracle.apps.fnd.cp.gsc.Processor.performError(ProcessorException)]:Maximum number of errors have occurred for this processing thread.
    [Aug 6, 2013 9:44:03 AM EST]:1375746243464:Thread[BES Dispatch Thread,5,main]:0:-1:d00725:10.61.68.8:-1:-1:EXCEPTION:[SVC-GSM-WFALSNRSVC-1456081 : oracle.apps.fnd.cp.gsc.SvcComponentContainer.onBusinessEvent(BusinessEvent)]:Successfully handled component event, oracle.apps.fnd.cp.gsc.SvcComponent.start, for component 10005
    [Aug 6, 2013 9:44:42 AM EST]:1375746282207:Thread[ComponentMonitor,5,main]:0:-1:d00725:10.61.68.8:-1:-1:EXCEPTION:[SVC-GSM-WFALSNRSVC-1456081 : oracle.apps.fnd.cp.gsc.SvcComponentMonitor.startAutomaticComponents()]:Starting automatic component 10002
    [Aug 6, 2013 9:44:42 AM EST]:1375746282236:Thread[BES Dispatch Thread,5,main]:0:-1:d00725:10.61.68.8:-1:-1:EXCEPTION:[SVC-GSM-WFALSNRSVC-1456081 : oracle.apps.fnd.cp.gsc.SvcComponentContainer.onBusinessEvent(BusinessEvent)]:(BusinessEvent{name=oracle.apps.fnd.cp.gsc.SvcComponent.start, key=SVC:06-AUG-2013, priority=50, correlationId=null, sendDate=Tue Aug 06 09:44:42 EST 2013, receiveDate=null, From Agent: , To Agent: , Last Subscription= , Error Message=null, Error Stack=null, [email protected], COMPONENT_ID=10002, CONTAINER_PROCESS_ID=1456081, CONTAINER_TYPE=GSM, BES_PAYLOAD_OBJECT=false})
    [Aug 6, 2013 9:44:52 AM EST]:1375746292244:Thread[BES Dispatch Thread,5,main]:0:-1:d00725:10.61.68.8:-1:-1:EXCEPTION:[SVC-GSM-WFALSNRSVC-1456081 : oracle.apps.fnd.cp.gsc.SvcComponentContainer.handleComponentEvent(int, String, String)]:Successfully retrieved component details from the database
    [Aug 6, 2013 9:44:52 AM EST]:1375746292328:Thread[BES Dispatch Thread,5,main]:0:-1:d00725:10.61.68.8:-1:-1:EXCEPTION:[SVC-GSM-WFALSNRSVC-1456081 : oracle.apps.fnd.cp.gsc.SvcComponentContainer.onBusinessEvent(BusinessEvent)]:Successfully handled component event, oracle.apps.fnd.cp.gsc.SvcComponent.start, for component 10002
    [Aug 6, 2013 9:44:52 AM EST]:1375746292526:Thread[inboundThreadGroup1,5,inboundThreadGroup]:0:-1:d00725:10.61.68.8:-1:-1:ERROR:[SVC-GSM-WFALSNRSVC-1456081-10002 : oracle.apps.fnd.wf.bes.AgentListenerProcessor.read()]:10consecutive errors occurred
    [Aug 6, 2013 9:44:52 AM EST]:1375746292527:Thread[inboundThreadGroup1,5,inboundThreadGroup]:0:-1:d00725:10.61.68.8:-1:-1:ERROR:[SVC-GSM-WFALSNRSVC-1456081-10002 : oracle.apps.fnd.cp.gsc.Processor.performError(ProcessorException)]:Maximum number of errors have occurred for this processing thread.
    [Aug 6, 2013 9:45:42 AM EST]:1375746342235:Thread[ComponentMonitor,5,main]:0:-1:d00725:10.61.68.8:-1:-1:EXCEPTION:[SVC-GSM-WFALSNRSVC-1456081 : oracle.apps.fnd.cp.gsc.SvcComponentMonitor.startAutomaticComponents()]:Starting automatic component 10002
    [Aug 6, 2013 9:45:42 AM EST]:1375746342285:Thread[BES Dispatch Thread,5,main]:0:-1:d00725:10.61.68.8:-1:-1:EXCEPTION:[SVC-GSM-WFALSNRSVC-1456081 : oracle.apps.fnd.cp.gsc.SvcComponentContainer.onBusinessEvent(BusinessEvent)]:(BusinessEvent{name=oracle.apps.fnd.cp.gsc.SvcComponent.start, key=SVC:06-AUG-2013, priority=50, correlationId=null, sendDate=Tue Aug 06 09:45:42 EST 2013, receiveDate=null, From Agent: , To Agent: , Last Subscription= , Error Message=null, Error Stack=null, [email protected], COMPONENT_ID=10002, CONTAINER_PROCESS_ID=1456081, CONTAINER_TYPE=GSM, BES_PAYLOAD_OBJECT=false})
    [Aug 6, 2013 9:45:52 AM EST]:1375746352295:Thread[BES Dispatch Thread,5,main]:0:-1:d00725:10.61.68.8:-1:-1:EXCEPTION:[SVC-GSM-WFALSNRSVC-1456081 : oracle.apps.fnd.cp.gsc.SvcComponentContainer.handleComponentEvent(int, String, String)]:Successfully retrieved component details from the database
    [Aug 6, 2013 9:45:52 AM EST]:1375746352399:Thread[BES Dispatch Thread,5,main]:0:-1:d00725:10.61.68.8:-1:-1:EXCEPTION:[SVC-GSM-WFALSNRSVC-1456081 : oracle.apps.fnd.cp.gsc.SvcComponentContainer.onBusinessEvent(BusinessEvent)]:Successfully handled component event, oracle.apps.fnd.cp.gsc.SvcComponent.start, for component 10002
    [Aug 6, 2013 9:45:52 AM EST]:1375746352511:Thread[inboundThreadGroup1,5,inboundThreadGroup]:0:-1:d00725:10.61.68.8:-1:-1:ERROR:[SVC-GSM-WFALSNRSVC-1456081-10002 : oracle.apps.fnd.wf.bes.AgentListenerProcessor.read()]:10consecutive errors occurred
    [Aug 6, 2013 9:45:52 AM EST]:1375746352513:Thread[inboundThreadGroup1,5,inboundThreadGroup]:0:-1:d00725:10.61.68.8:-1:-1:ERROR:[SVC-GSM-WFALSNRSVC-1456081-10002 : oracle.apps.fnd.cp.gsc.Processor.performError(ProcessorException)]:Maximum number of errors have occurred for this processing thread.
    [Aug 6, 2013 9:46:42 AM EST]:1375746402257:Thread[ComponentMonitor,5,main]:0:-1:d00725:10.61.68.8:-1:-1:EXCEPTION:[SVC-GSM-WFALSNRSVC-1456081 : oracle.apps.fnd.cp.gsc.SvcComponentMonitor.startAutomaticComponents()]:Starting automatic component 10002
    [Aug 6, 2013 9:46:42 AM EST]:1375746402337:Thread[BES Dispatch Thread,5,main]:0:-1:d00725:10.61.68.8:-1:-1:EXCEPTION:[SVC-GSM-WFALSNRSVC-1456081 : oracle.apps.fnd.cp.gsc.SvcComponentContainer.onBusinessEvent(BusinessEvent)]:(BusinessEvent{name=oracle.apps.fnd.cp.gsc.SvcComponent.start, key=SVC:06-AUG-2013, priority=50, correlationId=null, sendDate=Tue Aug 06 09:46:42 EST 2013, receiveDate=null, From Agent: , To Agent: , Last Subscription= , Error Message=null, Error Stack=null, [email protected], COMPONENT_ID=10002, CONTAINER_PROCESS_ID=1456081, CONTAINER_TYPE=GSM, BES_PAYLOAD_OBJECT=false})
    [Aug 6, 2013 9:46:52 AM EST]:1375746412408:Thread[BES Dispatch Thread,5,main]:0:-1:d00725:10.61.68.8:-1:-1:EXCEPTION:[SVC-GSM-WFALSNRSVC-1456081 : oracle.apps.fnd.cp.gsc.SvcComponentContainer.handleComponentEvent(int, String, String)]:Successfully retrieved component details from the database
    [Aug 6, 2013 9:46:52 AM EST]:1375746412532:Thread[BES Dispatch Thread,5,main]:0:-1:d00725:10.61.68.8:-1:-1:EXCEPTION:[SVC-GSM-WFALSNRSVC-1456081 : oracle.apps.fnd.cp.gsc.SvcComponentContainer.onBusinessEvent(BusinessEvent)]:Successfully handled component event, oracle.apps.fnd.cp.gsc.SvcComponent.start, for component 10002
    [Aug 6, 2013 9:46:52 AM EST]:1375746412636:Thread[inboundThreadGroup1,5,inboundThreadGroup]:0:-1:d00725:10.61.68.8:-1:-1:ERROR:[SVC-GSM-WFALSNRSVC-1456081-10002 : oracle.apps.fnd.wf.bes.AgentListenerProcessor.read()]:10consecutive errors occurred
    [Aug 6, 2013 9:46:52 AM EST]:1375746412637:Thread[inboundThreadGroup1,5,inboundThreadGroup]:0:-1:d00725:10.61.68.8:-1:-1:ERROR:[SVC-GSM-WFALSNRSVC-1456081-10002 : oracle.apps.fnd.cp.gsc.Processor.performError(ProcessorException)]:Maximum number of errors have occurred for this processing thread.
    [Aug 6, 2013 9:47:42 AM EST]:1375746462286:Thread[ComponentMonitor,5,main]:0:-1:d00725:10.61.68.8:-1:-1:EXCEPTION:[SVC-GSM-WFALSNRSVC-1456081 : oracle.apps.fnd.cp.gsc.SvcComponentMonitor.startAutomaticComponents()]:Starting automatic component 10002
    [Aug 6, 2013 9:47:42 AM EST]:1375746462451:Thread[BES Dispatch Thread,5,main]:0:-1:d00725:10.61.68.8:-1:-1:EXCEPTION:[SVC-GSM-WFALSNRSVC-1456081 : oracle.apps.fnd.cp.gsc.SvcComponentContainer.onBusinessEvent(BusinessEvent)]:(BusinessEvent{name=oracle.apps.fnd.cp.gsc.SvcComponent.start, key=SVC:06-AUG-2013, priority=50, correlationId=null, sendDate=Tue Aug 06 09:47:42 EST 2013, receiveDate=null, From Agent: , To Agent: , Last Subscription= , Error Message=null, Error Stack=null, [email protected], COMPONENT_ID=10002, CONTAINER_PROCESS_ID=1456081, CONTAINER_TYPE=GSM, BES_PAYLOAD_OBJECT=false})
    [Aug 6, 2013 9:47:52 AM EST]:1375746472460:Thread[BES Dispatch Thread,5,main]:0:-1:d00725:10.61.68.8:-1:-1:EXCEPTION:[SVC-GSM-WFALSNRSVC-1456081 : oracle.apps.fnd.cp.gsc.SvcComponentContainer.handleComponentEvent(int, String, String)]:Successfully retrieved component details from the database
    [Aug 6, 2013 9:47:52 AM EST]:1375746472533:Thread[BES Dispatch Thread,5,main]:0:-1:d00725:10.61.68.8:-1:-1:EXCEPTION:[SVC-GSM-WFALSNRSVC-1456081 : oracle.apps.fnd.cp.gsc.SvcComponentContainer.onBusinessEvent(BusinessEvent)]:Successfully handled component event, oracle.apps.fnd.cp.gsc.SvcComponent.start, for component 10002
    [Aug 6, 2013 9:47:52 AM EST]:1375746472675:Thread[inboundThreadGroup1,5,inboundThreadGroup]:0:-1:d00725:10.61.68.8:-1:-1:ERROR:[SVC-GSM-WFALSNRSVC-1456081-10002 : oracle.apps.fnd.wf.bes.AgentListenerProcessor.read()]:10consecutive errors occurred
    [Aug 6, 2013 9:47:52 AM EST]:1375746472676:Thread[inboundThreadGroup1,5,inboundThreadGroup]:0:-1:d00725:10.61.68.8:-1:-1:ERROR:[SVC-GSM-WFALSNRSVC-1456081-10002 : oracle.apps.fnd.cp.gsc.Processor.performError(ProcessorException)]:Maximum number of errors have occurred for this processing thread.
    [Aug 6, 2013 9:48:42 AM EST]:1375746522307:Thread[ComponentMonitor,5,main]:0:-1:d00725:10.61.68.8:-1:-1:EXCEPTION:[SVC-GSM-WFALSNRSVC-1456081 : oracle.apps.fnd.cp.gsc.SvcComponentMonitor.startAutomaticComponents()]:Starting automatic component 10002
    [Aug 6, 2013 9:48:42 AM EST]:1375746522492:Thread[BES Dispatch Thread,5,main]:0:-1:d00725:10.61.68.8:-1:-1:EXCEPTION:[SVC-GSM-WFALSNRSVC-1456081 : oracle.apps.fnd.cp.gsc.SvcComponentContainer.onBusinessEvent(BusinessEvent)]:(BusinessEvent{name=oracle.apps.fnd.cp.gsc.SvcComponent.start, key=SVC:06-AUG-2013, priority=50, correlationId=null, sendDate=Tue Aug 06 09:48:42 EST 2013, receiveDate=null, From Agent: , To Agent: , Last Subscription= , Error Message=null, Error Stack=null, [email protected], COMPONENT_ID=10002, CONTAINER_PROCESS_ID=1456081, CONTAINER_TYPE=GSM, BES_PAYLOAD_OBJECT=false})
    [Aug 6, 2013 9:48:52 AM EST]:1375746532503:Thread[BES Dispatch Thread,5,main]:0:-1:d00725:10.61.68.8:-1:-1:EXCEPTION:[SVC-GSM-WFALSNRSVC-1456081 : oracle.apps.fnd.cp.gsc.SvcComponentContainer.handleComponentEvent(int, String, String)]:Successfully retrieved component details from the database
    [Aug 6, 2013 9:48:52 AM EST]:1375746532574:Thread[BES Dispatch Thread,5,main]:0:-1:d00725:10.61.68.8:-1:-1:EXCEPTION:[SVC-GSM-WFALSNRSVC-1456081 : oracle.apps.fnd.cp.gsc.SvcComponentContainer.onBusinessEvent(BusinessEvent)]:Successfully handled component event, oracle.apps.fnd.cp.gsc.SvcComponent.start, for component 10002
    [Aug 6, 2013 9:48:52 AM EST]:1375746532701:Thread[inboundThreadGroup1,5,inboundThreadGroup]:0:-1:d00725:10.61.68.8:-1:-1:ERROR:[SVC-GSM-WFALSNRSVC-1456081-10002 : oracle.apps.fnd.wf.bes.AgentListenerProcessor.read()]:10consecutive errors occurred
    [Aug 6, 2013 9:48:52 AM EST]:1375746532702:Thread[inboundThreadGroup1,5,inboundThreadGroup]:0:-1:d00725:10.61.68.8:-1:-1:ERROR:[SVC-GSM-WFALSNRSVC-1456081-10002 : oracle.apps.fnd.cp.gsc.Processor.performError(ProcessorException)]:Maximum number of errors have occurred for this processing thread.
    [Aug 6, 2013 9:49:42 AM EST]:1375746582349:Thread[ComponentMonitor,5,main]:0:-1:d00725:10.61.68.8:-1:-1:EXCEPTION:[SVC-GSM-WFALSNRSVC-1456081 : oracle.apps.fnd.cp.gsc.SvcComponentMonitor.startAutomaticComponents()]:Starting automatic component 10002
    [Aug 6, 2013 9:49:42 AM EST]:1375746582535:Thread[BES Dispatch Thread,5,main]:0:-1:d00725:10.61.68.8:-1:-1:EXCEPTION:[SVC-GSM-WFALSNRSVC-1456081 : oracle.apps.fnd.cp.gsc.SvcComponentContainer.onBusinessEvent(BusinessEvent)]:(BusinessEvent{name=oracle.apps.fnd.cp.gsc.SvcComponent.start, key=SVC:06-AUG-2013, priority=50, correlationId=null, sendDate=Tue Aug 06 09:49:42 EST 2013, receiveDate=null, From Agent: , To Agent: , Last Subscription= , Error Message=null, Error Stack=null, [email protected], COMPONENT_ID=10002, CONTAINER_PROCESS_ID=1456081, CONTAINER_TYPE=GSM, BES_PAYLOAD_OBJECT=false})
    [Aug 6, 2013 9:49:52 AM EST]:1375746592541:Thread[BES Dispatch Thread,5,main]:0:-1:d00725:10.61.68.8:-1:-1:EXCEPTION:[SVC-GSM-WFALSNRSVC-1456081 : oracle.apps.fnd.cp.gsc.SvcComponentContainer.handleComponentEvent(int, String, String)]:Successfully retrieved component details from the database
    [Aug 6, 2013 9:49:52 AM EST]:1375746592623:Thread[BES Dispatch Thread,5,main]:0:-1:d00725:10.61.68.8:-1:-1:EXCEPTION:[SVC-GSM-WFALSNRSVC-1456081 : oracle.apps.fnd.cp.gsc.SvcComponentContainer.onBusinessEvent(BusinessEvent)]:Successfully handled component event, oracle.apps.fnd.cp.gsc.SvcComponent.start, for component 10002
    [Aug 6, 2013 9:49:52 AM EST]:1375746592742:Thread[inboundThreadGroup1,5,inboundThreadGroup]:0:-1:d00725:10.61.68.8:-1:-1:ERROR:[SVC-GSM-WFALSNRSVC-1456081-10002 : oracle.apps.fnd.wf.bes.AgentListenerProcessor.read()]:10consecutive errors occurred
    [Aug 6, 2013 9:49:52 AM EST]:1375746592743:Thread[inboundThreadGroup1,5,inboundThreadGroup]:0:-1:d00725:10.61.68.8:-1:-1:ERROR:[SVC-GSM-WFALSNRSVC-1456081-10002 : oracle.apps.fnd.cp.gsc.Processor.performError(ProcessorException)]:Maximum number of errors have occurred for this processing thread.
    [Aug 6, 2013 9:50:42 AM EST]:1375746642366:Thread[ComponentMonitor,5,main]:0:-1:d00725:10.61.68.8:-1:-1:EXCEPTION:[SVC-GSM-WFALSNRSVC-1456081 : oracle.apps.fnd.cp.gsc.SvcComponentMonitor.startAutomaticComponents()]:Starting automatic component 10002
    [Aug 6, 2013 9:50:42 AM EST]:1375746642572:Thread[BES Dispatch Thread,5,main]:0:-1:d00725:10.61.68.8:-1:-1:EXCEPTION:[SVC-GSM-WFALSNRSVC-1456081 : oracle.apps.fnd.cp.gsc.SvcComponentContainer.onBusinessEvent(BusinessEvent)]:(BusinessEvent{name=oracle.apps.fnd.cp.gsc.SvcComponent.start, key=SVC:06-AUG-2013, priority=50, correlationId=null, sendDate=Tue Aug 06 09:50:42 EST 2013, receiveDate=null, From Agent: , To Agent: , Last Subscription= , Error Message=null, Error Stack=null, [email protected], COMPONENT_ID=10002, CONTAINER_PROCESS_ID=1456081, CONTAINER_TYPE=GSM, BES_PAYLOAD_OBJECT=false})
    [Aug 6, 2013 9:50:52 AM EST]:1375746652580:Thread[BES Dispatch Thread,5,main]:0:-1:d00725:10.61.68.8:-1:-1:EXCEPTION:[SVC-GSM-WFALSNRSVC-1456081 : oracle.apps.fnd.cp.gsc.SvcComponentContainer.handleComponentEvent(int, String, String)]:Successfully retrieved component details from the database
    [Aug 6, 2013 9:50:52 AM EST]:1375746652657:Thread[BES Dispatch Thread,5,main]:0:-1:d00725:10.61.68.8:-1:-1:EXCEPTION:[SVC-GSM-WFALSNRSVC-1456081 : oracle.apps.fnd.cp.gsc.SvcComponentContainer.onBusinessEvent(BusinessEvent)]:Successfully handled component event, oracle.apps.fnd.cp.gsc.SvcComponent.start, for component 10002
    [Aug 6, 2013 9:50:52 AM EST]:1375746652803:Thread[inboundThreadGroup1,5,inboundThreadGroup]:0:-1:d00725:10.61.68.8:-1:-1:ERROR:[SVC-GSM-WFALSNRSVC-1456081-10002 : oracle.apps.fnd.wf.bes.AgentListenerProcessor.read()]:10consecutive errors occurred
    [Aug 6, 2013 9:50:52 AM EST]:1375746652804:Thread[inboundThreadGroup1,5,inboundThreadGroup]:0:-1:d00725:10.61.68.8:-1:-1:ERROR:[SVC-GSM-WFALSNRSVC-1456081-10002 : oracle.apps.fnd.cp.gsc.Processor.performError(ProcessorException)]:Maximum number of errors have occurred for this processing thread.
    [Aug 6, 2013 9:51:42 AM EST]:1375746702388:Thread[ComponentMonitor,5,main]:0:-1:d00725:10.61.68.8:-1:-1:EXCEPTION:[SVC-GSM-WFALSNRSVC-1456081 : oracle.apps.fnd.cp.gsc.SvcComponentMonitor.startAutomaticComponents()]:Starting automatic component 10002
    [Aug 6, 2013 9:51:42 AM EST]:1375746702616:Thread[BES Dispatch Thread,5,main]:0:-1:d00725:10.61.68.8:-1:-1:EXCEPTION:[SVC-GSM-WFALSNRSVC-1456081 : oracle.apps.fnd.cp.gsc.SvcComponentContainer.onBusinessEvent(BusinessEvent)]:(BusinessEvent{name=oracle.apps.fnd.cp.gsc.SvcComponent.start, key=SVC:06-AUG-2013, priority=50, correlationId=null, sendDate=Tue Aug 06 09:51:42 EST 2013, receiveDate=null, From Agent: , To Agent: , Last Subscription= , Error Message=null, Error Stack=null, [email protected], COMPONENT_ID=10002, CONTAINER_PROCESS_ID=1456081, CONTAINER_TYPE=GSM, BES_PAYLOAD_OBJECT=false})
    [Aug 6, 2013 9:51:52 AM EST]:1375746712711:Thread[BES Dispatch Thread,5,main]:0:-1:d00725:10.61.68.8:-1:-1:EXCEPTION:[SVC-GSM-WFALSNRSVC-1456081 : oracle.apps.fnd.cp.gsc.SvcComponentContainer.handleComponentEvent(int, String, String)]:Successfully retrieved component details from the database
    [Aug 6, 2013 9:51:52 AM EST]:1375746712797:Thread[BES Dispatch Thread,5,main]:0:-1:d00725:10.61.68.8:-1:-1:EXCEPTION:[SVC-GSM-WFALSNRSVC-1456081 : oracle.apps.fnd.cp.gsc.SvcComponentContainer.onBusinessEvent(BusinessEvent)]:Successfully handled component event, oracle.apps.fnd.cp.gsc.SvcComponent.start, for component 10002
    [Aug 6, 2013 9:51:52 AM EST]:1375746712974:Thread[inboundThreadGroup1,5,inboundThreadGroup]:0:-1:d00725:10.61.68.8:-1:-1:ERROR:[SVC-GSM-WFALSNRSVC-1456081-10002 : oracle.apps.fnd.wf.bes.AgentListenerProcessor.read()]:10consecutive errors occurred
    [Aug 6, 2013 9:51:52 AM EST]:1375746712975:Thread[inboundThreadGroup1,5,inboundThreadGroup]:0:-1:d00725:10.61.68.8:-1:-1:ERROR:[SVC-GSM-WFALSNRSVC-1456081-10002 : oracle.apps.fnd.cp.gsc.Processor.performError(ProcessorException)]:Maximum number of errors have occurred for this processing thread.
    [Aug 6, 2013 9:52:42 AM EST]:1375746762407:Thread[ComponentMonitor,5,main]:0:-1:d00725:10.61.68.8:-1:-1:EXCEPTION:[SVC-GSM-WFALSNRSVC-1456081 : oracle.apps.fnd.cp.gsc.SvcComponentMonitor.startAutomaticComponents()]:Starting automatic component 10002
    [Aug 6, 2013 9:52:42 AM EST]:1375746762743:Thread[BES Dispatch Thread,5,main]:0:-1:d00725:10.61.68.8:-1:-1:EXCEPTION:[SVC-GSM-WFALSNRSVC-1456081 : oracle.apps.fnd.cp.gsc.SvcComponentContainer.onBusinessEvent(BusinessEvent)]:(BusinessEvent{name=oracle.apps.fnd.cp.gsc.SvcComponent.start, key=SVC:06-AUG-2013, priority=50, correlationId=null, sendDate=Tue Aug 06 09:52:42 EST 2013, receiveDate=null, From Agent: , To Agent: , Last Subscription= , Error Message=null, Error Stack=null, [email protected], COMPONENT_ID=10002, CONTAINER_PROCESS_ID=1456081, CONTAINER_TYPE=GSM, BES_PAYLOAD_OBJECT=false})
    [Aug 6, 2013 9:52:52 AM EST]:1375746772751:Thread[BES Dispatch Thread,5,main]:0:-1:d00725:10.61.68.8:-1:-1:EXCEPTION:[SVC-GSM-WFALSNRSVC-1456081 : oracle.apps.fnd.cp.gsc.SvcComponentContainer.handleComponentEvent(int, String, String)]:Successfully retrieved component details from the database
    [Aug 6, 2013 9:52:52 AM EST]:1375746772825:Thread[BES Dispatch Thread,5,main]:0:-1:d00725:10.61.68.8:-1:-1:EXCEPTION:[SVC-GSM-WFALSNRSVC-1456081 : oracle.apps.fnd.cp.gsc.SvcComponentContainer.onBusinessEvent(BusinessEvent)]:Successfully handled component event, oracle.apps.fnd.cp.gsc.SvcComponent.start, for component 10002
    [Aug 6, 2013 9:52:52 AM EST]:1375746772960:Thread[inboundThreadGroup1,5,inboundThreadGroup]:0:-1:d00725:10.61.68.8:-1:-1:ERROR:[SVC-GSM-WFALSNRSVC-1456081-10002 : oracle.apps.fnd.wf.bes.AgentListenerProcessor.read()]:10consecutive errors occurred
    [Aug 6, 2013 9:52:52 AM EST]:1375746772961:Thread[inboundThreadGroup1,5,inboundThreadGroup]:0:-1:d00725:10.61.68.8:-1:-1:ERROR:[SVC-GSM-WFALSNRSVC-1456081-10002 : oracle.apps.fnd.cp.gsc.Processor.performError(ProcessorException)]:Maximum number of errors have occurred for this processing thread.
    [Aug 6, 2013 9:53:42 AM EST]:1375746822427:Thread[ComponentMonitor,5,main]:0:-1:d00725:10.61.68.8:-1:-1:EXCEPTION:[SVC-GSM-WFALSNRSVC-1456081 : oracle.apps.fnd.cp.gsc.SvcComponentMonitor.startAutomaticComponents()]:Starting automatic component 10002
    [Aug 6, 2013 9:53:42 AM EST]:1375746822786:Thread[BES Dispatch Thread,5,main]:0:-1:d00725:10.61.68.8:-1:-1:EXCEPTION:[SVC-GSM-WFALSNRSVC-1456081 : oracle.apps.fnd.cp.gsc.SvcComponentContainer.onBusinessEvent(BusinessEvent)]:(BusinessEvent{name=oracle.apps.fnd.cp.gsc.SvcComponent.start, key=SVC:06-AUG-2013, priority=50, correlationId=null, sendDate=Tue Aug 06 09:53:42 EST 2013, receiveDate=null, From Agent: , To Agent: , Last Subscription= , Error Message=null, Error Stack=null, [email protected], COMPONENT_ID=10002, CONTAINER_PROCESS_ID=1456081, CONTAINER_TYPE=GSM, BES_PAYLOAD_OBJECT=false})
    [Aug 6, 2013 9:53:52 AM EST]:1375746832794:Thread[BES Dispatch Thread,5,main]:0:-1:d00725:10.61.68.8:-1:-1:EXCEPTION:[SVC-GSM-WFALSNRSVC-1456081 : oracle.apps.fnd.cp.gsc.SvcComponentContainer.handleComponentEvent(int, String, String)]:Successfully retrieved component details from the database
    [Aug 6, 2013 9:53:52 AM EST]:1375746832868:Thread[BES Dispatch Thread,5,main]:0:-1:d00725:10.61.68.8:-1:-1:EXCEPTION:[SVC-GSM-WFALSNRSVC-1456081 : oracle.apps.fnd.cp.gsc.SvcComponentContainer.onBusinessEvent(BusinessEvent)]:Successfully handled component event, oracle.apps.fnd.cp.gsc.SvcComponent.start, for component 10002
    [Aug 6, 2013 9:53:53 AM EST]:1375746833025:Thread[inboundThreadGroup1,5,inboundThreadGroup]:0:-1:d00725:10.61.68.8:-1:-1:ERROR:[SVC-GSM-WFALSNRSVC-1456081-10002 : oracle.apps.fnd.wf.bes.AgentListenerProcessor.read()]:10consecutive errors occurred
    [Aug 6, 2013 9:53:53 AM EST]:1375746833026:Thread[inboundThreadGroup1,5,inboundThreadGroup]:0:-1:d00725:10.61.68.8:-1:-1:ERROR:[SVC-GSM-WFALSNRSVC-1456081-10002 : oracle.apps.fnd.cp.gsc.Processor.performError(ProcessorException)]:Maximum number of errors have occurred for this processing thread.

    Please stop the Workflow, rename the log file, start the Workflow and post the complete contents of the new log file.
    You may also review (OWF.G Mailer just started dumping a OutOfMemoryError (Doc ID 333017.1)).
    Thanks,
    Hussein

  • Workflow Deferred Agent Listener IMPACTS on EBS

    What is the impact of Workflow Deferred Agent Listener on Notification mailer , if it is down.
    Just want to tell you , when I bring down both the listeners (Workflow Deferred Agent Listener and Workflow Deferred Notification Agent Listener manually) , No Notifications (mails) are going.
    If I brought up any of the listener , mails are going . So basically what is the difference ? and what is impact on the system .
    Workflow Deferred Agent Listener - Handles messages on WF_DEFERRED to support deferred subscription processing. This service component is started automatically by its container.
    Workflow Deferred Notification Agent Listener - Handles notification messages on WF_DEFERRED to support outbound notification processing. This service component is started automatically by its container.
    Note able to understand above definitions.
    What is meant by deferred subscription processing ?

    In one of my project, I have noticed that whenever Workflow Deferred Agent Listener goes down , User Start Complaining about that there transactions( related to GL) are not appearing whenever they are checking in EBS(12.0.6) and DB (10.2.0.4). OS : RHEL 5.2
    Even I have noticed that when I bring down both Workflow Deferred Agent Listener and Workflow Deferred Notification Agent Listener , even the test mails are not going. If any of the component is up mails are going. As I mentioned above Workflow Deferred Listener "support deferred subscription processing" , what is mean by this. What are business system events ?Please see (How to Manually Process the Events from Workflow Queues When The Deferred Agent Listener Won't Start [ID 953103.1]).
    Thanks,
    Hussein

Maybe you are looking for