Listener service looks funky

Something is funky with the listener service; looks like somekind of registration issue. I have no issues connecting.
$ crs_stat -t
Name Type Target State Host
ora....G1.inst application ONLINE ONLINE ora-...-s01
ora....G2.inst application ONLINE UNKNOWN ora-...-s02
ora.STAG.db application ONLINE ONLINE ora-...-s02
ora....SM1.asm application ONLINE ONLINE ora-...-s01
ora....01.lsnr application ONLINE OFFLINE --- Why Duplicate Listener Service
ora....01.lsnr application ONLINE ONLINE ora-...-s01
ora....s01.gsd application ONLINE ONLINE ora-...-s01
ora....s01.ons application ONLINE ONLINE ora-...-s01
ora....s01.vip application ONLINE ONLINE ora-...-s01
ora....SM2.asm application ONLINE ONLINE ora-...-s02
ora....02.lsnr application ONLINE OFFLINE --- Why Duplicate Listener Service
ora....02.lsnr application ONLINE ONLINE ora-...-s02
ora....s02.gsd application ONLINE ONLINE ora-...-s02
ora....s02.ons application ONLINE ONLINE ora-...-s02
ora....s02.vip application ONLINE ONLINE ora-...-s02
$srvctl status nodeapps -n ora-v240-s02
VIP is running on node: ora-v240-s02
GSD is running on node: ora-v240-s02
Listener is not running on node: ora-v240-s02 - Why does this show as OFFLINE
ONS daemon is running on node: ora-v240-s02
Any Thoughts
Thanks
-Prasad

Prasad,
I don't think those are duplicate entries. I have a feeling that the complete names of the sources (listeners) could be different (since the complete names are now truncated). You may like to get the better version of crs_stat (a script) from ML Note:259301.1, which gives you the output without truncating the resource names.
>>>>Listener is not running on node: ora-v240-s02 - Why does this show as OFFLINE
I guess CRS looks for a listener with a specific name. Though you have a listener, for some reason it complains about its non-existence. I guess this can be ignored. I have seen this in all installations.
HTH
Thanks
Chandra

Similar Messages

  • Where is this listener service Originated from?

    I appreciate any input on where the listener service is originated from for the following scenario :
    ===========================
    Listener.ora File
    ===========================
    SID_LIST_LISTENER =
      (SID_LIST =
        (SID_DESC =
          (SID_NAME = CLRExtProc)
          (ORACLE_HOME = E:\12c\product\12.1.0\dbhome_1)
          (PROGRAM = extproc)
          (ENVS = "EXTPROC_DLLS=ONLY:E:\12c\product\12.1.0\dbhome_1\bin\oraclr12.dll")
    LISTENER =
      (DESCRIPTION_LIST =
        (DESCRIPTION =
          (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1521))
          (ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1521))
    =======================
    ---End of Control File
    =======================
    =======================
    Listener Services
    =======================
    LSNRCTL> SERVICE
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1521)))
    Services Summary...
    Service "CLRExtProc" has 1 instance(s).
      Instance "CLRExtProc", status UNKNOWN, has 1 handler(s) for this service...
        Handler(s):
          "DEDICATED" established:0 refused:0
             LOCAL SERVER
    Service "orcl.Racki-PC" has 1 instance(s).
      Instance "orcl", status READY, has 1 handler(s) for this service...
        Handler(s):
          "DEDICATED" established:0 refused:0 state:ready
             LOCAL SERVER
    Service "orclXDB.Racki-PC" has 1 instance(s).
      Instance "orcl", status READY, has 1 handler(s) for this service...
        Handler(s):
          "D000" established:0 refused:0 current:0 max:1022 state:ready
             DISPATCHER <machine: RACKI-PC, pid: 1860>
             (ADDRESS=(PROTOCOL=tcp)(HOST=Racki-PC)(PORT=49285))
    Service "racki.racki-pc" has 1 instance(s).
      Instance "orcl", status READY, has 1 handler(s) for this service...
        Handler(s):
          "DEDICATED" established:0 refused:0 state:ready
             LOCAL SERVER
    The command completed successfully
    ========================================
    Services Originated from........
    ========================================
    Service "CLRExtProc" has 1 instance(s).
      Instance "CLRExtProc", status UNKNOWN, has 1 handler(s) for this service...
    =======================================================
    SID_NAME = CLRExtProc   <--- The above is originated from Listener file Entry
    =======================================================
    Service "orclXDB.Racki-PC" has 1 instance(s).
      Instance "orcl", status READY, has 1 handler(s) for this service...
    ========================================================================
    dispatchers=(PROTOCOL=TCP) (SERVICE=orclXDB)   <--- The above is originated Control file Entry
    ========================================================================
    Service "orcl.Racki-PC" has 1 instance(s).
      Instance "orcl", status READY, has 1 handler(s) for this service...
    ==========================================================
    service_names=orcl.Racki-PC   <--- The above is originated Control file Entry
    ==========================================================
    Service "racki.racki-pc" has 1 instance(s).
      Instance "orcl", status READY, has 1 handler(s) for this service...
    =================================
    Where is this service Originated from?
    ==================================
    I have PDB named racki running
    SQL> select name from v$services;
    NAME
    racki.racki-pc
    orclXDB
    orcl.Racki-PC
    SYS$BACKGROUND
    SYS$USERS
    Thank you very much for your input in advance.
    Racki

    It looks like your database is using automatic service registration (most do these days) in which case entries in the listener.ora aren't generally needed.
    Justin

  • 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

  • Listener services explanations

    I need some explanations about my running listener.
    Look at these outputs:
    [oracle@txt admin]$ lsnrctl status
    LSNRCTL for Linux: Version 10.2.0.1.0 - Production on 07-MAY-2008 17:08:09
    Copyright (c) 1991, 2005, Oracle. All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1)))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for Linux: Version 10.2.0.1.0 - Production
    Start Date 07-MAY-2008 15:20:25
    Uptime 0 days 1 hr. 47 min. 43 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP ON
    Listener Parameter File /u01/app/oracle/product/10.2.0/db_1/network/admin/listener.ora
    Listener Log File /u01/app/oracle/product/10.2.0/db_1/network/log/listener.log
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC1)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=txt)(PORT=1521)))
    Services Summary...
    Service "DEVBILLING" has 1 instance(s).
    Instance "DEVBILLING", status READY, has 1 handler(s) for this service...
    Service "DEVBILLING2" has 1 instance(s).
    Instance "DEVBILLING2", status READY, has 1 handler(s) for this service...
    Service "DEVBILLING2XDB" has 1 instance(s).
    Instance "DEVBILLING2", status READY, has 1 handler(s) for this service...
    Service "DEVBILLING2_XPT" has 1 instance(s).
    Instance "DEVBILLING2", status READY, has 1 handler(s) for this service...
    Service "DEVBILLINGXDB" has 1 instance(s).
    Instance "DEVBILLING", status READY, has 1 handler(s) for this service...
    Service "DEVBILLING_XPT" has 1 instance(s).
    Instance "DEVBILLING", status READY, has 1 handler(s) for this service...
    Service "PLSExtProc" has 1 instance(s).
    Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
    Service "PREBILLING" has 1 instance(s).
    Instance "DEVBILLING", status READY, has 1 handler(s) for this service...
    The command completed successfully
    [oracle@txt admin]$ lsnrctl services
    LSNRCTL for Linux: Version 10.2.0.1.0 - Production on 07-MAY-2008 17:09:14
    Copyright (c) 1991, 2005, Oracle. All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1)))
    Services Summary...
    Service "DEVBILLING" has 1 instance(s).
    Instance "DEVBILLING", status READY, has 1 handler(s) for this service...
    Handler(s):
    "DEDICATED" established:12 refused:0 state:ready
    LOCAL SERVER
    Service "DEVBILLING2" has 1 instance(s).
    Instance "DEVBILLING2", status READY, has 1 handler(s) for this service...
    Handler(s):
    "DEDICATED" established:884 refused:0 state:ready
    LOCAL SERVER
    Service "DEVBILLING2XDB" has 1 instance(s).
    Instance "DEVBILLING2", status READY, has 1 handler(s) for this service...
    Handler(s):
    "D000" established:0 refused:0 current:0 max:972 state:ready
    DISPATCHER <machine: txt, pid: 2452>
    (ADDRESS=(PROTOCOL=tcp)(HOST=txt)(PORT=32797))
    Service "DEVBILLING2_XPT" has 1 instance(s).
    Instance "DEVBILLING2", status READY, has 1 handler(s) for this service...
    Handler(s):
    "DEDICATED" established:884 refused:0 state:ready
    LOCAL SERVER
    Service "DEVBILLINGXDB" has 1 instance(s).
    Instance "DEVBILLING", status READY, has 1 handler(s) for this service...
    Handler(s):
    "D000" established:0 refused:0 current:0 max:972 state:ready
    DISPATCHER <machine: txt, pid: 10441>
    (ADDRESS=(PROTOCOL=tcp)(HOST=txt)(PORT=34278))
    Service "DEVBILLING_XPT" has 1 instance(s).
    Instance "DEVBILLING", status READY, has 1 handler(s) for this service...
    Handler(s):
    "DEDICATED" established:12 refused:0 state:ready
    LOCAL SERVER
    Service "PLSExtProc" has 1 instance(s).
    Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
    Handler(s):
    "DEDICATED" established:0 refused:0
    LOCAL SERVER
    Service "PREBILLING" has 1 instance(s).
    Instance "DEVBILLING", status READY, has 1 handler(s) for this service...
    Handler(s):
    "DEDICATED" established:12 refused:0 state:ready
    LOCAL SERVER
    The command completed successfully
    Could you explain where are configured DEVBILLING2XDB, DEVBILLING2_XPT, DEVBILLINGXDB, DEVBILLING_XPT ?
    This is what I want to do:
    I had a service_names as DEVBILLING for instance DEVBILLING, I've changed it as PREBILLING.
    Currently I can see I've added the second one but there's always the first too (How I can remove that service_name, DEVBILLING ? ).
    I've changed from the instance DEVBILLING the parameter SERVICE_NAMES=DEVBILLING as SERVICE_NAMES=PREBILLING.
    What about ???
    Thanks,
    Marco

    Check the listener.ora file and see if there is any entry for DEVBILLING.
    Could you explain where are configured DEVBILLING2XDB, DEVBILLING2_XPT, DEVBILLINGXDB, DEVBILLING_XPT ?
    From thread
    Net service name and service
    "orclXDB" is needed for XML database, and is set by DISPATCHERS initialization parameter. Try, as sysdba
    SQL> show parameter DISPATCHERS
    "orcl_XPT" : in 10g a service with name <sid>_XPT is automatically configured in addition to normal service names, and is intended for use within Data Guard environments.
    -Amit
    http://askoracledba.blogspot.com/

  • Windows listener service will not start automatically

    I just installed 11.2.0.3 Standard Edition One and when I reboot the server, the listener service is not started. The service is set to start Automatically. I have to login, open services and then push start.
    The oraceServiceSId does start automatically,
    The listerner service does not start automatically,
    The dbconsole service does not start automatically,
    The processManger1 service (from middleware) does not start automatically
    This is Windows 7 64 bit.
    Any ideas?
    Edited by: brian.mcginity on Dec 10, 2011 11:25 AM

    I found where the services logs are recorded in the event viewer. Funny thing just happened, I was just about to do another reboot so I could check the logs when I noticed there were window updates in q.
    So after running the updates, the os requested to reboot . For the first time, the services started automatically.
    These are the updates which fixes the probem:
    Security Update for Windows 7 for x64-based Systems (KB2639417)
    Cumulative Security Update for Internet Explorer 9 for Windows 7 for x64-based Systems (KB2618444)
    Security Update for Windows 7 for x64-based Systems (KB2620712)
    Cumulative Security Update for ActiveX Killbits for Windows 7 for x64-based Systems (KB2618451)
    Edited by: brian.mcginity on Dec 13, 2011 9:52 PM
    Edited by: brian.mcginity on Dec 13, 2011 9:53 PM

  • Unable to start EIM 9.0 Listener service

    I have installed EIM 9.0 in distributed architecture. In the listener service, the PG's are not listed. Please find the attached screenshot.
    Agent PG server is not yet installed. Is it required to have agent Pg service started before starting listener service.
    Able to see following error in the listener log.
    2013-08-06 12:37:40.151 GMT-0400 <@> ERROR <@> [1:main] <@> ProcessId:2944 <@> PID:0 <@> UID:12 <@> HttpSessionId: <@> com.egain.platform.framework.dsm.BatchExecutor <@> main() <@> ProcessName = Listener-process <@>
    2013-08-06 12:37:42.616 GMT-0400 <@> ERROR <@> [1:main] <@> ProcessId:2944 <@> PID:0 <@> UID:12 <@> HttpSessionId: <@> com.egain.platform.framework.dataaccess.queryprocessor.StaticQueryDB <@> processQuery() <@> Duplicate query definition : author::get_answerset_release_details <@>
    2013-08-06 12:37:42.631 GMT-0400 <@> ERROR <@> [1:main] <@> ProcessId:2944 <@> PID:0 <@> UID:12 <@> HttpSessionId: <@> com.egain.platform.framework.dataaccess.queryprocessor.StaticQueryDB <@> processQuery() <@> Duplicate query definition : author::get_case_release_details <@>
    2013-08-06 12:37:42.768 GMT-0400 <@> ERROR <@> [1:main] <@> ProcessId:2944 <@> PID:0 <@> UID:12 <@> HttpSessionId: <@> com.egain.platform.framework.dataaccess.queryprocessor.StaticQueryDB <@> processQuery() <@> Duplicate query definition : author::get_cluster_created_by <@>
    2013-08-06 12:37:42.768 GMT-0400 <@> ERROR <@> [1:main] <@> ProcessId:2944 <@> PID:0 <@> UID:12 <@> HttpSessionId: <@> com.egain.platform.framework.dataaccess.queryprocessor.StaticQueryDB <@> processQuery() <@> Duplicate query definition : author::get_author_releaseid <@>
    2013-08-06 12:37:42.768 GMT-0400 <@> ERROR <@> [1:main] <@> ProcessId:2944 <@> PID:0 <@> UID:12 <@> HttpSessionId: <@> com.egain.platform.framework.dataaccess.queryprocessor.StaticQueryDB <@> processQuery() <@> Duplicate query definition : author::get_author_release_details <@>
    2013-08-06 12:37:42.769 GMT-0400 <@> ERROR <@> [1:main] <@> ProcessId:2944 <@> PID:0 <@> UID:12 <@> HttpSessionId: <@> com.egain.platform.framework.dataaccess.queryprocessor.StaticQueryDB <@> processQuery() <@> Duplicate query definition : author::get_case_release_id <@>
    2013-08-06 12:37:42.769 GMT-0400 <@> ERROR <@> [1:main] <@> ProcessId:2944 <@> PID:0 <@> UID:12 <@> HttpSessionId: <@> com.egain.platform.framework.dataaccess.queryprocessor.StaticQueryDB <@> processQuery() <@> Duplicate query definition : author::get_case_cluster_id <@>
    2013-08-06 12:37:42.804 GMT-0400 <@> ERROR <@> [1:main] <@> ProcessId:2944 <@> PID:0 <@> UID:12 <@> HttpSessionId: <@> com.egain.platform.framework.dataaccess.queryprocessor.StaticQuery <@> preProcess() <@> I18N_EGPL_DATAACCESS-ATTRIB_DETAIL_NOT_FOUND_FOR_QUERY: author::get_question_release_details I18N_EGPL_DATAACCESS-ATTRIB_NOT_FOUND_IN_OBJECT: dept_id --> author::cbr_question <@>
    2013-08-06 12:37:42.805 GMT-0400 <@> ERROR <@> [1:main] <@> ProcessId:2944 <@> PID:0 <@> UID:12 <@> HttpSessionId: <@> com.egain.platform.framework.dataaccess.queryprocessor.StaticQuery <@> preProcess() <@> I18N_EGPL_DATAACCESS-ATTRIB_DETAIL_NOT_FOUND_FOR_QUERY: author::get_question_release_details I18N_EGPL_DATAACCESS-ATTRIB_NOT_FOUND_IN_OBJECT: dept_id --> author::cbr_question <@>
    2013-08-06 12:41:24.218 GMT-0400 <@> ERROR <@> [20:RMI TCP Connection(5)-10.153.254.81] <@> ProcessId:2944 <@> PID:50 <@> UID:12 <@> HttpSessionId: <@> com.egain.platform.framework.cache.cacheimpl.CacheResponse <@> waitForResponse(int timeout) <@> TimeoutException thrown <@>
    2013-08-06 12:41:24.219 GMT-0400 <@> ERROR <@> [20:RMI TCP Connection(5)-10.153.254.81] <@> ProcessId:2944 <@> PID:50 <@> UID:12 <@> HttpSessionId: <@> com.egain.platform.framework.cache.cacheimpl.CacheInetAddress <@> addEntriesOfServiceJVMs(String selfAddr) <@> The thread that was waiting on response timed out. <@>
    2013-08-06 12:41:32.500 GMT-0400 <@> ERROR <@> [20:RMI TCP Connection(5)-10.153.254.81] <@> ProcessId:2944 <@> PID:1 <@> UID:12 <@> HttpSessionId: <@> com.cisco.ipcc.listener.cmb.ProviderInitiator <@> <@> PROVIDER_CONFIG_LIST is empty. No CMB server configured: List size= 0listenerInstanceId=2000 <@>
    2013-08-06 12:41:33.111 GMT-0400 <@> ERROR <@> [20:RMI TCP Connection(5)-10.153.254.81] <@> ProcessId:2944 <@> PID:1 <@> UID:12 <@> HttpSessionId: <@> com.cisco.ipcc.listener.cmb.ProviderInitiator <@> <@> PROVIDER_CONFIG_LIST is empty. No CMB server configured: List size= 0listenerInstanceId=2001 <@>
    2013-08-06 12:41:53.537 GMT-0400 <@> ERROR <@> [30:ARMSessionCreatorThread] <@> ProcessId:2944 <@> PID:1 <@> UID:12 <@> HttpSessionId: <@> com.cisco.ipcc.listener.arm.communication.ARMChannelConnector <@> connect() <@> ConnectException occured..... Connection from Listener to ARM can not be established.............. <@>
    2013-08-06 12:41:54.147 GMT-0400 <@> ERROR <@> [36:ARMSessionCreatorThread] <@> ProcessId:2944 <@> PID:1 <@> UID:12 <@> HttpSessionId: <@> com.cisco.ipcc.listener.arm.communication.ARMChannelConnector <@> connect() <@> ConnectException occured..... Connection from Listener to ARM can not be established.............. <@>
    2013-08-06 12:42:14.541 GMT-0400 <@> ERROR <@> [30:ARMSessionCreatorThread] <@> ProcessId:2944 <@> PID:1 <@> UID:12 <@> HttpSessionId: <@> com.cisco.ipcc.listener.arm.communication.ARMChannelConnector <@> connect() <@> ConnectException occured..... Connection from Listener to ARM can not be established.............. <@>
    2013-08-06 12:42:14.541 GMT-0400 <@> ERROR <@> [30:ARMSessionCreatorThread] <@> ProcessId:2944 <@> PID:1 <@> UID:12 <@> HttpSessionId: <@> com.cisco.ipcc.listener.arm.ARMConnRecoveryHandler <@> <@> Exception during ARM socket re-connection................ armConnRevoveryConst=1 listenerInstanceId = 2000 <@>

    I just got to know that to start listener and EAAS service, the agent PG and CTI service has to bbe in active state.

  • Problem removing Listener Service in Clusterware 11g

    It appears that I already have a listener service as shown below, and I am having problem removing this service so that I can create another. I know that I can just add a new listener service for each node, though if anyone would share some insight on how I can remove this listener service ofr Oracle 11g Clusterware with two node cluster, I would appreciate your insight. Thanks
    rac1.respecti.com>./crs_resources.sh
    HA Resource Target State
    ora.rac1.gsd ONLINE ONLINE on rac1
    ora.rac1.ons ONLINE ONLINE on rac1
    ora.rac1.rac1.lsnr ONLINE ONLINE on rac1
    ora.rac1.vip ONLINE ONLINE on rac1
    ora.rac2.gsd ONLINE ONLINE on rac2
    ora.rac2.ons ONLINE ONLINE on rac2
    ora.rac2.rac2.lsnr ONLINE ONLINE on rac2
    ora.rac2.vip ONLINE ONLINE on rac2
    rac1.respecti.com>srvctl remove listener -n rac1 -l rac1
    PRKO-2203 : Listener is running on node: rac1
    rac1.respecti.com>srvctl stop listener -n rac1
    CRS-0210: Could not find resource 'ora.rac1.LISTENER_RAC1.lsnr'.
    rac1.respecti.com>

    Hi, Is there any tnslsnr process running on the node. To understand the problem better, enable the debug trace for the .lsnr resource. You can enable trace by executing the following command as root.
    crsctl debug log res "ora.rac1.LISTENER_RAC1.lsnr:5"
    crsctl debug log crs "CRSRTI:1,CRSCOMM:2,OCRSRV:4"
    Try to stop the listener.
    Examine the log files under CRS_HOME/log/$HOST/crsd/* and CRS_HOME/log/$HOST/racg/*
    Thanks & Regards
    -Harish Kalra

  • Pics suddenly look funky after being saved as tiffs

    I use Windows 7 and PS CS4. Haven't had any problems until last time I worked on a group of photos of in PS, got them to look the way I wanted, and saved them as tiffs when I finished. (I have done this many times before with no issues) When I went back to Bridge to view them again, all of my tiffs (even ones that I had not just worked on) looked funky. They are all now very bright and nuclear looking. My jpegs and raw files are normal with no changes. I have NO idea why they all look this way, and is there anything I can do now that they are tiffs to make them look normal again?? Any help is greatly appreciated!

    Well, that suggests a color management issue. Since it is only happening with tiffs, however, it may have to do with the source profiles in your images. Some cameras do not attach a source profile to jpeg images and raw files typically get profiles after going through ACR, so IF that represents the kind of images you are dealing with it would only be the edited images saved as tiffs that have a source profile embedded.
    So the question is why should this all of a sudden be a problem. Since you are working in Win 7, you may either have a new computer, or at least a new installation of the operating system, and consequently a new install  of CS4. That suggests that your color settings may now be different than when you created the old tiffs. Depending on your current Photoshop working space and your color management policies this could produce different appearances.
    I have no idea why the new tiffs might look different unless they have no profile saved with them.
    You may also have a new display and a  new display profile, but that should change the appearance of all the file types, not just the tiffs. So I suggest checking your color settings and see if they are as they have always been. Not a crisp answer I know, but a few things that came to mind in readng your post.
    Paulo

  • Problem With Listener Service: Long Delay Starting Listener, Intermittent Connections

    I am having trouble connecting to my Oracle database.  I'm not sure what the cause was, but now when I connect to a database that has been working fine for the past two years, I usually get a ORA-12541 error.
    I run lsnrctl status on the server and get a prinout like this:
    Copyright (c) 1991, 2010, Oracle.  All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=dqaswn02)(PORT=1521)))
    TNS-12541: TNS:no listener
    TNS-12560: TNS:protocol adapter error
      TNS-00511: No listener
       64-bit Windows Error: 61: Unknown error
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1521)))
    TNS-12541: TNS:no listener
    TNS-12560: TNS:protocol adapter error
      TNS-00511: No listener
       64-bit Windows Error: 2: No such file or directory
    I've also tried manually stopping the service via services.msc and then restarting via lsnrctl start, but when I do this I get a really long delay (10+ minutes) before it returns with something like:
    TNS-01153: Failed to process string: 0í≈♥
    I'm pretty lost as to what is wrong.  I've been messing around with listener.ora, but I don't see anything problematic in there.  Here's a copy:
    # listener.ora Network Configuration File: E:\app\myc0714\product\11.2.0\dbhome_1\NETWORK\ADMIN\listener.ora
    # Generated by Oracle configuration tools.
    SID_LIST_LISTENER =
      (SID_LIST =
        (SID_DESC =
          (SID_NAME = CLRExtProc)
          (ORACLE_HOME = E:\app\myc0714\product\11.2.0\dbhome_1)
          (PROGRAM = extproc)
          (ENVS = "EXTPROC_DLLS=ONLY:E:\app\myc0714\product\11.2.0\dbhome_1\BIN\OraClr11.dll")
    LISTENER =
      (DESCRIPTION_LIST =
        (DESCRIPTION =
          (ADDRESS = (PROTOCOL = TCP)(HOST = dqaswn02)(PORT = 1521))
        (DESCRIPTION =
          (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1521))
    # ADR_BASE_LISTENER = E:\app\myc0714
    LOG_FILE_LISTENER = LISTENER
    TRACE_LEVEL_LISTENER = SUPPORT
    TRACE_FILE_LISTENER = LISTENER
    However, a few times during this I've been able to connect to the server, via sqlplus, but it has taken 10 minutes before the connection comes online.  Once I'm connected, I can query my tables as expected, but I need an application to connect.
    If anyone has any ideas on what could be wrong, please let me know.

    When I opened up netca, I didn't have any listeners configured, which seems very strange.  When adding it, I get this message in the cmd window:
    Oracle Net Services Configuration:
    Configuring Listener:LISTENER
    ServiceAliasException: Could not save Service Alias: TNS-04406: Object already e
    xists
    Default local naming configuration complete.
    Listener configuration complete.
    Oracle Net Listener Startup:
        Running Listener Control:
          E:\app\myc0714\product\11.2.0\dbhome_1\bin\lsnrctl start LISTENER
        Listener Control complete.
        Listener start failed.
    I killed the service via services.msc again and tried starting the lsnrctl.  This time I've got a new listening service going:
    Starting tnslsnr: please wait...
    TNSLSNR for 64-bit Windows: Version 11.2.0.1.0 - Production
    System parameter file is E:\app\myc0714\product\11.2.0\dbhome_1\network\admin\li
    stener.ora
    Log messages written to e:\app\myc0714\diag\tnslsnr\DQASWN02\listener\alert\log.
    xml
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=DQASWN02.petroleumplace.
    com)(PORT=1521)))
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC1521
    ipc)))
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=DQASWN02.petroleumplace.
    com)(PORT=1521)))
    TNS-01153: Failed to process string: X☺∙♥
    I just tried starting the trace.  I'm waiting for it to connect, I guess.  I'll post anything I get out of it when it returns.

  • Listener Service Blocked

    Oracle 10g on Windows Server 2003
    One Listener Service with Two instances
    I understand you, the reader, may have some experience working with Oracle Servers and I am hoping you may be able to shed some light on my current issue.
    I have Oracle 10g Version 10.1.0.2.0 Standard running on Windows Server 2003 SP2. There are multiple database instances; as you know each instance has a SID, its own service “OracleService<SID>”, memory space, files, configurations, etc.
    Each database runs though the same listener with an individual listener service.
    There are now six databases on the system (mastsch1, indosch1, bathsch1, bathsch2, bathsch3, and bathsch4)
    The most recent database, bathsch4, is a clone/copy of bathsch3.
    I chose to use the Database Administrator Console to Clone an existing database (bathsch3) to create a new database (bathsch4).
    What I ended up with was a single listener service “bathsch4” reporting two instances “bathsch4” READY and “bathsch3” BLOCKED.
    I’ve checked lsnrctl services and status to gather this information, validated the PATH, and registry settings, and tested resolution of TNSPING which all report the same issue.
    Issue 1:
    I need assistance in understanding how exactly to alter “bathsch3” so it runs again in its own listener service “bathsch3” and is no longer BLOCKED.
    Thankfully, all of the other databases (mastsch1, indosch1, bathsch1, bathsch2, and bathsch4) are running correctly.
    I walked through many scripts and diagnostics to get were I thought stopping and starting the service would bring me back to completion, but ended up after a system cycle back to the same problem, so I’ve clearly missed something.
    In the process of researching this issue, I found that my listener.log had grown exponentially and was at 700 MB already. The majority of this log was the windows service “OracleServicebathsch3” attempting to connect to the database.
    I shutdown the database and stopped the service which drastically reduced the rate of growth.
    Issue 2:
    I need assistance in understanding how exactly to set up the listener.log to either rollover or truncate after 20 MB.
    If you believe you are capable of provide me with any helpful guidance? Please do so, I am happy to answer any question and provide every bit of information you feel would be of assistance.
    Thank you,
    James

    10/16/2009 12:11:27 PM EST
    Thank you for your response - I will definitely attempt your suggestion for item 2.
    With regards to item 1, it appears that I'm not explaining the listener issue well enough.
    On Windows Server 2003 R2 with Oracle 10.1.0.2.0 Standard running if you were to check the listener status, I appear to have only one listener with the correct endpoint.
    If you check the listener services you will see that one listener service, with the name of the new database, is listed as having two dependent instances, the original database, bathsch3, and the new database, bathsch4.
    The original database, bathsch3, is blocked.
    I need guidance on how to uncouple the original database, bathsch3, from the “bathsch4” service and get it back on its own service.
    To follow is a run of the listener status in case it helps to “see” what I am saying.
    e.x. ===============
    cmd> lsnrctl status
    LSNRCTL for 32-bit Windows: Version 10.1.0.2.0 - Production on 15-OCT-2009 14:34
    :51
    Copyright (c) 1991, 2004, Oracle. All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=172.16.0.75)(PORT=1521))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for 32-bit Windows: Version 10.1.0.2.0 - Production
    Start Date 14-OCT-2009 20:17:13
    Uptime 0 days 18 hr. 17 min. 38 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Listener Parameter File c:\oracle\product\10.1.0\db_1\network\admin\listener.ora
    Listener Log File c:\oracle\product\10.1.0\db_1\network\log\listener.log
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=172.16.0.75)(PORT=1521)))
    Services Summary...
    Service "PLSExtProc" has 1 instance(s).
    Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
    Service "BATHSCH4XDB" has 1 instance(s).
    Instance "bathsch4", status READY, has 1 handler(s) for this service...
    Service "MASTSCH1" has 2 instance(s).
    Instance "MASTSCH1", status UNKNOWN, has 1 handler(s) for this service...
    Instance "mastsch1", status READY, has 1 handler(s) for this service...
    Service "BATHSCH1XDB" has 1 instance(s).
    Instance "bathsch1", status READY, has 1 handler(s) for this service...
    Service "BATHSCH2XDB " has 1 instance(s).
    Instance "bathsch2", status READY, has 1 handler(s) for this service...
    Service "indosch1" has 1 instance(s).
    Instance "indosch1", status READY, has 2 handler(s) for this service...
    Service "bathsch4" has 2 instance(s).
    Instance "bathsch4", status READY, has 1 handler(s) for this service...
    Instance "bathsch3", status BLOCKED, has 1 handler(s) for this service...
    Service "mastsch1XDB" has 1 instance(s).
    Instance "mastsch1", status READY, has 1 handler(s) for this service...
    Service "bathsch1" has 1 instance(s).
    Instance "bathsch1", status READY, has 1 handler(s) for this service...
    Service "bathsch2" has 1 instance(s).
    Instance "bathsch2", status READY, has 1 handler(s) for this service...
    The command completed successfully

  • Homegroup Listener Service Will Not Start

    The Homegroup Listener Service on one of my machines will not start.  It
    shows an error code of  -2147467262  (0x80004002).  Does anyone know what
    might be causing this?

    Hi,
    Please try the following steps to troubleshoot the issue.
    1. Leave HomeGroup completely
    a. Click the Start Button, type "cmd" (without quotation marks), in the search result list, right click on Cmd.exe and select Run as administrator.
    Note: If you are prompted for an administrator password or confirmation, type your password, or click Continue.
    b. In the popup window, type the following commands and press Enter one by one:
    Net stop p2pimsvc
    c. Access t he following folder and clear all files inside:
    C:\Windows\ServiceProfiles\LocalService\AppData\Roaming\PeerNetworking
    d. Click the Start Button, type "cmd" (without quotation marks), in the search result list, right click on Cmd.exe and select Run as administrator.
    Net start p2pimsvc
    After that, please check whether the service can be started or not. If not, please proceed to the next steps.
    2. Verify the Server service and assure the status is started.
    3. Replace the system file and registry key. Please copy the following files on another Windows 7 machine which HomeGroup Listener service can start normally and import them to the problematic one.
    a. Locate the ListSvc.dll file under the folder C:\Windows\System32. Remove the old one and paste the new one.
    b. Navigate the following registry key on another Windows 7 machine and export it. Then, please copy and import it on the problematic machine.
    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\HomeGroupListener
    If the issue persists after performing above suggestions, I suggest you run System File Checker (SFC) to verify whether any system file is corrupted.
    Thanks,
    Novak

  • 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

  • Listener service not starting after installation (10g on WinXP)

    Hi!
    I installed 10.2.0.1 on a Windows XP machine, but for some reason the listener service does not start up. If I start the service from the Windows service control panel I get:
    The service "OracleOraDB10g_home1TNSListener" on "Local Computer" could not be started. Error 3: The system could not find the specified path."
    The path for the servicing exe is "G:\oracle\product\10.2.0\db_1\BIN\TNSLSNR", which is the correct path.
    Executing "lsnrctl status" I get:
    {code}
    LSNRCTL for 32-bit Windows: Version 10.2.0.1.0 - Production on 27-MAI-2009 09:53:37
    Copyright (c) 1991, 2005, Oracle. All rights reserved.
    Anmeldung bei (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=xpdeveloper)(PORT=1521)))
    TNS-12541: TNS: No Listener
    TNS-12560: TNS: Error with protocol adapter
    TNS-00511: No Listener
    32-bit Windows Error: 61: Unknown error
    {code}
    Executing "lsnrctl start" I get:
    {code}
    LSNRCTL for 32-bit Windows: Version 10.2.0.1.0 - Production on 27-MAI-2009 10:02:10
    Copyright (c) 1991, 2005, Oracle. All rights reserved.
    tnslsnr is getting started: Please wait...
    Failed to start service, error 3.
    TNS-12560: TNS: Error with protocol adapter
    TNS-00530: Error with protocol adapter
    {code}
    When I open a another command shell and run the servicing exe "G:\oracle\product\10.2.0\db_1\BIN\TNSLSNR" directly and executing "lsnrctl status" I get:
    {code}
    LSNRCTL for 32-bit Windows: Version 10.2.0.1.0 - Production on 27-MAI-2009 10:10:27
    Copyright (c) 1991, 2005, Oracle. All rights reserved.
    Anmeldung bei (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=xpdeveloper)(PORT=1521)))
    STATUS des LISTENER
    Alias LISTENER
    Version TNSLSNR for 32-bit Windows: Version 10.2.0.1.0 - Produ
    ction
    Startdatum 27-MAI-2009 10:10:17
    Uptime 0 Tage 0 Std. 0 Min. 10 Sek.
    Trace-Ebene off
    Sicherheit ON: Local OS Authentication
    SNMP OFF
    Parameterdatei des Listener G:\oracle\product\10.2.0\db_1\network\admin\listener.ora
    Log-Datei des Listener G:\oracle\product\10.2.0\db_1\network\log\listener.log
    Zusammenfassung Listening-Endpunkte...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=xpdeveloper)(PORT=1521)))
    Der Listener unterst³tzt keine Services
    Der Befehl wurde erfolgreich ausgef³hrt.
    {code}
    I can also successfully tnsping the listener.
    Any ideas why the listener service fails to start?
    Thanks a lot for your help,
    Marcus

    Hi Florian,
    my understanding was that on Windows ORACLE_HOME is stored in the registry.
    I have a correct path to my Oracle home directory under "HKLM\Software\Oracle\KEY_OraDB10g_home1\ORACLE_HOME".
    Following your suggestion, I added a Windows environment variable "ORACLE_HOME" that points to the Oracle home directory, rebooted and tried to start the service again, but nothing changed.
    Marcus

  • Oracle Listener service not starting.

    Hi,
    Windows 2003 Oracle 10.2. and ECC 6.0
    TNS Listener service is not starting and giving below Error
    "The OracleTST102TNSListener service on Local Computer started and then stoped. Some services stop automatically if they have no work to do, for example, the performance logs and Alerts service.
    Please help me.
    Thanks

    Thanks warren
    This is not a new installation. I was running SGEN Tcode. I stopped the transaction and wanted to start it again, it gave an ABAP DUMP error. After that i had restarted the Server at OS level. From then onwards the TNS Listener service was not starting.
    But the problem is resolved. The problem was with the IP Address. It was changed and the entry was not present in the Host file. So i have made an entry in the hostfile and started the TNS Listener service, it worked.

Maybe you are looking for

  • Error While Installing Cluster on Windows ECC 6.0 SR3

    Hi All, We are doing ECC SR3 cluster installation with DB2 9.1 on windows 2003 server. We have successfully completed ASCS,SCS & First cluster node installation. we are getting error while DB2 Instance installation in step , configuring the database

  • Late 2007 Macbook (Black) not running in 64-bit

    Hey everyone, (i hope this question/post belongs here) I was wondering why am i unable to run in 64-bit, i checked about this mac and went to the software and it says No for 64-bit. Would you say that my blackbook is old? I thought once you were able

  • Photoshop CS6 keeps freezing when I work with large files

    I've had problems with Photoshop CS6 freezing on me and giving me RAM and Scratch Disk alerts/warnings ever since I upgraded to Windows 8.  This usually only happens when I work with large files, however once I work with a large file, I can't seem to

  • Adobe doesn't work

    This program does not work. I wasted my money!

  • Two mobile numbers on 1 iPhone 4? Defective iPhone?

    Hi I bought my Iphone 4 32gb last month from Apple, i signed with 02, transferred my number from Vodafone but have same number. Now i have a number of problems, when i facetime someone, a different number comes up. This happens most of the time, seco