Listener NO services

Hi,
I try to run listener under 10G.
Why netca, it configure with localhost, and it run after fews minutes.
But with ip adress, it don't run.
My tnsname.ora
# tnsnames.ora Network Configuration File: /oracle/product/10.1.0/network/admin/tnsnames.ora
# Generated by Oracle configuration tools.
DBT =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = os)(PORT = 1521))
(CONNECT_DATA =
(SERVICE_NAME = DBT)
My listener.ora
# listener.ora Network Configuration File: /oracle/product/10.1.0/network/admin/listener.ora
# Generated by Oracle configuration tools.
SID_LIST_LISTENER =
(SID_LIST =
(SID_DESC =
(SID_NAME = PLSExtProc)
(ORACLE_HOME = /oracle/product/10.1.0)
(PROGRAM = extproc)
LISTENER =
(DESCRIPTION_LIST =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = os)(PORT = 1521))
Under Linux :
oracle@future:/u01/admin/DBT/scripts$ lsnrctl
LSNRCTL for Linux: Version 10.1.0.2.0 - Production on 24-FEB-2005 18:48:29
Copyright (c) 1991, 2004, Oracle. All rights reserved.
Welcome to LSNRCTL, type "help" for information.
LSNRCTL> start
Starting /oracle/product/10.1.0/bin/tnslsnr: please wait...
TNSLSNR for Linux: Version 10.1.0.2.0 - Production
System parameter file is /oracle/product/10.1.0/network/admin/listener.ora
Log messages written to /oracle/product/10.1.0/network/log/listener.log
Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=192.168.0.1)(PORT=1521)))
Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=os)(PORT=1521)))
STATUS of the LISTENER
Alias LISTENER
Version TNSLSNR for Linux: Version 10.1.0.2.0 - Production
Start Date 24-FEB-2005 18:48:32
Uptime 0 days 0 hr. 0 min. 0 sec
Trace Level off
Security ON: Local OS Authentication
SNMP OFF
Listener Parameter File /oracle/product/10.1.0/network/admin/listener.ora
Listener Log File /oracle/product/10.1.0/network/log/listener.log
Listening Endpoints Summary...
(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=192.168.0.1)(PORT=1521)))
Services Summary...
Service "PLSExtProc" has 1 instance(s).
Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
The command completed successfully
LSNRCTL> exit
oracle@future:/u01/admin/DBT/scripts$ tnsping DBT
TNS Ping Utility for Linux: Version 10.1.0.2.0 - Production on 24-FEB-2005 18:48:57
Copyright (c) 1997, 2003, Oracle. All rights reserved.
Used parameter files:
Used TNSNAMES adapter to resolve the alias
Attempting to contact (DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP)(HOST = os)(PORT = 1521))) (CONNECT_DATA = (SERVICE_NAME = DBT)))
OK (10 msec)
oracle@future:/u01/admin/DBT/scripts$ sqlplus system/manager@DBT
SQL*Plus: Release 10.1.0.2.0 - Production on Thu Feb 24 18:49:06 2005
Copyright (c) 1982, 2004, Oracle. All rights reserved.
ERROR:
ORA-12514: TNS:listener does not currently know of service requested in connect
descriptor
Enter user-name:
I don't understand.
Can i have any help
Thanks

i try with change host -> future at 127.0.0.1 it run
i change in /etc/hosts ip adress to my ip adress it don't run.
oracle@future:/u01/admin/DBT/scripts$ lsnrctl
LSNRCTL for Linux: Version 10.1.0.2.0 - Production on 24-FEB-2005 20:32:53
Copyright (c) 1991, 2004, Oracle. All rights reserved.
Welcome to LSNRCTL, type "help" for information.
LSNRCTL> start
Starting /oracle/product/10.1.0/bin/tnslsnr: please wait...
TNSLSNR for Linux: Version 10.1.0.2.0 - Production
System parameter file is /oracle/product/10.1.0/network/admin/listener.ora
Log messages written to /oracle/product/10.1.0/network/log/listener.log
Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=future.linux.org)(PORT=1521)))
Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=future)(PORT=1521)))
STATUS of the LISTENER
Alias LISTENER
Version TNSLSNR for Linux: Version 10.1.0.2.0 - Production
Start Date 24-FEB-2005 20:32:56
Uptime 0 days 0 hr. 0 min. 0 sec
Trace Level off
Security ON: Local OS Authentication
SNMP OFF
Listener Parameter File /oracle/product/10.1.0/network/admin/listener.ora
Listener Log File /oracle/product/10.1.0/network/log/listener.log
Listening Endpoints Summary...
(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=future.linux.org)(PORT=1521)))
Services Summary...
Service "PLSExtProc" has 1 instance(s).
Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
The command completed successfully
LSNRCTL> reload
Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=future)(PORT=1521)))
The command completed successfully
LSNRCTL> services
Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=future)(PORT=1521)))
Services Summary...
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
The command completed successfully
LSNRCTL> exit
oracle@future:/u01/admin/DBT/scripts$ ping future
PING future.linux.org (192.168.0.1) 56(84) bytes of data.
64 bytes from future.linux.org (192.168.0.1): icmp_seq=1 ttl=64 time=0.409 ms
64 bytes from future.linux.org (192.168.0.1): icmp_seq=2 ttl=64 time=0.052 ms
64 bytes from future.linux.org (192.168.0.1): icmp_seq=3 ttl=64 time=0.047 ms
64 bytes from future.linux.org (192.168.0.1): icmp_seq=4 ttl=64 time=0.051 ms
--- future.linux.org ping statistics ---
4 packets transmitted, 4 received, 0% packet loss, time 3002ms
rtt min/avg/max/mdev = 0.047/0.139/0.409/0.156 ms
oracle@future:/u01/admin/DBT/scripts$ nmap future
Starting nmap 3.50 ( http://www.insecure.org/nmap/ ) at 2005-02-24 20:35 CET
Interesting ports on future.linux.org (192.168.0.1):
(The 1657 ports scanned but not shown below are in state: closed)
PORT STATE SERVICE
1521/tcp open oracle
Nmap run completed -- 1 IP address (1 host up) scanned in 0.408 seconds
oracle@future:/u01/admin/DBT/scripts$
Idea ??

Similar Messages

  • Apex listener 503 - Service Unavailable

    Hi,
    I installed APEX LIstener 2.0.5.
    This ist my file defaults.XML:
    <?xml version="1.0" encoding="UTF-8" ?>
    <!DOCTYPE properties SYSTEM "http://java.sun.com/dtd/properties.dtd">
    <properties>
    <comment>Saved on Thu Jan 02 13:26:45 CET 2014</comment>
    <entry key="db.password">!apex_public_user</entry>
    <entry key="debug.printDebugToScreen">false</entry>
    <entry key="security.disableDefaultExclusionList">false</entry>
    <entry key="cache.maxEntries">500</entry>
    <entry key="error.maxEntries">50</entry>
    <entry key="security.maxEntries">2000</entry>
    <entry key="cache.directory">/tmp/apex/cache</entry>
    <entry key="jdbc.DriverType">thin</entry>
    <entry key="log.maxEntries">50</entry>
    <entry key="db.hostname">localhost</entry>
    <entry key="jdbc.MaxConnectionReuseCount">1000</entry>
    <entry key="log.logging">false</entry>
    <entry key="jdbc.InitialLimit">3</entry>
    <entry key="jdbc.MaxLimit">10</entry>
    <entry key="cache.monitorInterval">60</entry>
    <entry key="cache.expiration">7</entry>
    <entry key="jdbc.statementTimeout">900</entry>
    <entry key="jdbc.MaxStatementsLimit">10</entry>
    <entry key="db.sid">ORPC3</entry>
    <entry key="misc.defaultPage">apex</entry>
    <entry key="misc.compress"/>
    <entry key="jdbc.MinLimit">1</entry>
    <entry key="cache.type">lru</entry>
    <entry key="cache.caching">false</entry>
    <entry key="db.port">1521</entry>
    <entry key="error.keepErrorMessages">true</entry>
    <entry key="cache.procedureNameList"/>
    <entry key="cache.duration">days</entry>
    <entry key="jdbc.InactivityTimeout">1800</entry>
    <entry key="debug.debugger">false</entry>
    </properties>
    I startet the listener with java -jar apex.war
    When I startet with http://localhost:8080/apex/f?p=4550:1:2983093393191825
    I got ORACLE APPLICATION EXPRESS LISTENER 503 - Service Unavailable
    Please help  me!
    Regards
    Siegwin

    Hi Jari,
    when I start  APEX Listener there are the answers:
    C:\>java -jar C:\app\Administrator\product\11.2.0\dbhome_2\apex_listener_2_0_5\a
    pex.war
    Jan 04, 2014 9:04:06 AM oracle.dbtools.standalone.Standalone execute
    INFO: HINWEIS:
    Der Standalone-Modus ist zur Verwendung in Entwicklungs- und Testumgebungen entw
    ickelt worden. Er wird bei Verwendung in Produktionsumgebungen nicht unterst³tzt
    Jan 04, 2014 9:04:06 AM oracle.dbtools.standalone.Standalone execute
    INFO: Standalone-Webcontainer in C:\app\Administrator\product\11.2.0\dbhome_2\ap
    ex_listener_2_0_5\config\apex wird gestartet
    Jan 04, 2014 9:04:06 AM oracle.dbtools.standalone.Deployer deploy
    INFO: Anwendung wird bereitgestellt, Pfad = C:\app\Administrator\product\11.2.0\
    dbhome_2\apex_listener_2_0_5\config\apex\apex\WEB-INF\web.xml
    Jan 04, 2014 9:04:07 AM oracle.dbtools.standalone.Deployer deploy
    INFO: Anwendung bereitgestellt, Pfad = C:\app\Administrator\product\11.2.0\dbhom
    e_2\apex_listener_2_0_5\config\apex\apex\WEB-INF\web.xml
    Jan 04, 2014 9:04:12 AM oracle.dbtools.common.config.file.ConfigurationFolder lo
    gConfigFolder
    INFO: Using configuration folder: C:\app\Administrator\product\11.2.0\dbhome_2\a
    pex_listener_2_0_5\config\apex
    Default Database connection not configured properly
    Jan 04, 2014 9:04:13 AM oracle.dbtools.rt.web.SCListener contextInitialized
    INFO: Oracle Application Express Listener initialized
    Application Express Listener version : 2.0.5.287.04.27
    Application Express Listener server info: Grizzly/1.9.49
    Jan 04, 2014 9:04:13 AM com.sun.grizzly.Controller logVersion
    INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.49 - 04.01.14 09:04
    Jan 04, 2014 9:04:13 AM oracle.dbtools.standalone.Standalone execute
    INFO: http://localhost:8080/apex gestartet.
    Jan 04, 2014 9:05:05 AM oracle.dbtools.rt.web.HttpEndpointBase modApex
    SEVERE: The pool named: apex is not correctly configured, error: ORA-01017: inva
    lid username/password; logon denied
    oracle.dbtools.common.jdbc.ConnectionPoolException: The pool named: apex is not
    correctly configured, error: ORA-01017: invalid username/password; logon denied
            at oracle.dbtools.common.jdbc.ConnectionPoolException.badConfiguration(C
    onnectionPoolException.java:65)
            at oracle.dbtools.common.config.db.DatabaseConfig.badConfiguration(Datab
    aseConfig.java:207)
            at oracle.dbtools.common.config.db.DatabaseConfig.getPool(DatabaseConfig
    .java:346)
            at oracle.dbtools.common.config.db.DatabaseConfig.getPool(DatabaseConfig
    .java:326)
            at oracle.dbtools.common.config.db.DatabaseConfig.access$200(DatabaseCon
    fig.java:42)
            at oracle.dbtools.common.config.db.DatabaseConfig$DatabaseFactory.apply(
    DatabaseConfig.java:380)
            at oracle.dbtools.common.config.db.PerThreadConnectionCache$DisposableCo
    nnectionFactory.apply(PerThreadConnectionCache.java:233)
            at oracle.dbtools.common.config.db.PerThreadConnectionCache$DisposableCo
    nnectionFactory.apply(PerThreadConnectionCache.java:217)
            at oracle.dbtools.common.util.PerThreadCache.get(PerThreadCache.java:60)
            at oracle.dbtools.common.config.db.PerThreadConnectionCache.get(PerThrea
    dConnectionCache.java:49)
            at oracle.dbtools.common.config.db.DatabaseConfig.getConnection(Database
    Config.java:78)
            at oracle.dbtools.common.jdbc.ora.OraPrincipal.connection(OraPrincipal.j
    ava:69)
            at oracle.dbtools.apex.ModApexContext.getConnection(ModApexContext.java:
    372)
            at oracle.dbtools.apex.Procedure.getProcedure(Procedure.java:167)
            at oracle.dbtools.apex.OWA.validateProcedure(OWA.java:386)
            at oracle.dbtools.apex.security.Security.isValidRequest(Security.java:22
    0)
            at oracle.dbtools.apex.ModApex.validateRequest(ModApex.java:264)
            at oracle.dbtools.apex.ModApex.doGet(ModApex.java:93)
            at oracle.dbtools.apex.ModApex.service(ModApex.java:300)
            at oracle.dbtools.rt.web.HttpEndpointBase.modApex(HttpEndpointBase.java:
    350)
            at oracle.dbtools.rt.web.HttpEndpointBase.service(HttpEndpointBase.java:
    132)
            at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
            at com.sun.grizzly.http.servlet.ServletAdapter$FilterChainImpl.doFilter(
    ServletAdapter.java:1059)
            at com.sun.grizzly.http.servlet.ServletAdapter$FilterChainImpl.invokeFil
    terChain(ServletAdapter.java:999)
            at com.sun.grizzly.http.servlet.ServletAdapter.doService(ServletAdapter.
    java:434)
            at oracle.dbtools.standalone.SecureServletAdapter.doService(SecureServle
    tAdapter.java:91)
            at com.sun.grizzly.http.servlet.ServletAdapter.service(ServletAdapter.ja
    va:379)
            at com.sun.grizzly.tcp.http11.GrizzlyAdapter.service(GrizzlyAdapter.java
    :179)
            at com.sun.grizzly.tcp.http11.GrizzlyAdapterChain.service(GrizzlyAdapter
    Chain.java:196)
            at com.sun.grizzly.tcp.http11.GrizzlyAdapter.service(GrizzlyAdapter.java
    :179)
            at com.sun.grizzly.http.ProcessorTask.invokeAdapter(ProcessorTask.java:8
    49)
            at com.sun.grizzly.http.ProcessorTask.doProcess(ProcessorTask.java:746)
            at com.sun.grizzly.http.ProcessorTask.process(ProcessorTask.java:1045)
            at com.sun.grizzly.http.DefaultProtocolFilter.execute(DefaultProtocolFil
    ter.java:228)
            at com.sun.grizzly.DefaultProtocolChain.executeProtocolFilter(DefaultPro
    tocolChain.java:137)
            at com.sun.grizzly.DefaultProtocolChain.execute(DefaultProtocolChain.jav
    a:104)
            at com.sun.grizzly.DefaultProtocolChain.execute(DefaultProtocolChain.jav
    a:90)
            at com.sun.grizzly.http.HttpProtocolChain.execute(HttpProtocolChain.java
    :79)
            at com.sun.grizzly.ProtocolChainContextTask.doCall(ProtocolChainContextT
    ask.java:54)
            at com.sun.grizzly.SelectionKeyContextTask.call(SelectionKeyContextTask.
    java:59)
            at com.sun.grizzly.ContextTask.run(ContextTask.java:71)
            at com.sun.grizzly.util.AbstractThreadPool$Worker.doWork(AbstractThreadP
    ool.java:532)
            at com.sun.grizzly.util.AbstractThreadPool$Worker.run(AbstractThreadPool
    .java:513)
            at java.lang.Thread.run(Unknown Source)
    Please help me

  • Error While configuring PeopleSoft Listener Web Service in new OIM setup

    Hello,
    setup 1: I've an existing OIM 9102 BP15 install with JBOSS server. PeopleSoft Listener Web Service is setup on this environment to read Change-Based Reconciliation.
    setup 2: I installed a parallel OIM 9102 BP15 with Weblogic server pointing to the same database (as with JBOSS) when JBOSS was down. This a new parallel environment to JBOSS and works alright. However, when i tried accessing the endpoint URL after successfully deploying the same peopleSoftUserMgmt.war into weblogic...(updated xlclient.properties - all other configuration remained the same)
    i see below error:
    ####<Mar 20, 2012 3:21:34 PM PDT> <Error> <HTTP> <my-hostname> <OIM_SERVER1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <e24a8026bbd689e0:f44fe7f:136322f4b1e:-8000-000000000000002e> <1332282094570> <BEA-101017> <[ServletContext@321747825[app:peopleSoftUserMgmt module:peopleSoftUserMgmt.war path:/peopleSoftUserMgmt spec-version:null]] Root cause of ServletException.
    javax.servlet.ServletException: Error initializing reconciliation
    at Com.thortech.xl.Integration.peoplesoft.PeopleSoftAction.initializeRecon(Unknown Source)
    at Com.thortech.xl.Integration.peoplesoft.PeopleSoftAction.execute(Unknown Source)
    at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:484)
    at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:274)
    at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1485)
    at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:509)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:707)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:821)
    at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
    at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:184)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3717)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3681)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
    at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2277)
    at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2183)
    at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1454)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
    Any pointer to resolution?
    Thanks,

    Does it means that
    1) deploy peopleSoftUserMgmt.war as a application file through Weblogic console (Deployments -> install -> upload files -> .....).
    2) Then go to deployed folder (which folder?? ..../Oracle/Middleware/user_projects/domains/oim_domain/servers/OIM_SERVER1/stage/peopleSoftUserMgmt/peopleSoftUserMgmt.war) and manually replace the folder content with separately exploded peopleSoftUserMgmt.war/ folder ?
    thanks,

  • 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

  • Listener dynamic service registration not working

    I just set up an Oracle 11.2 instance for the first time and, for some reason the instance would not register with the listener. Any idea for how I would debug this to isolate where the problem is?
    For now I have worked around the problem by manaully editing the listener.ora to specify the SID of my instance - this works OK, so I suppose all I want to know is to learn what the problem was to avoid future frustration.
    'nstrctl services'was just showing up an instance for the CLRExtProc service and not my new instance.
    The relevant parameters are:
    SQL> show parameter service
    NAME                                 TYPE        VALUE
    service_names                        string      PFS30
    SQL> show parameter instance_name
    NAME                                 TYPE        VALUE
    instance_name                        string      pfs30
    SQL> show parameter listener
    NAME                                 TYPE        VALUE
    listener_networks                    string
    local_listener                       string
    remote_listener                      stringThe contents of my listener.ora was:
    SID_LIST_LISTENER =
      (SID_LIST =
        (SID_DESC =
          (SID_NAME = CLRExtProc)
          (ORACLE_HOME = D:\oracle\product\11.2.0\dbhome_1)
          (PROGRAM = extproc)
          (ENVS = "EXTPROC_DLLS=ONLY:D:\oracle\product\11.2.0\dbhome_1\bin\oraclr11.dll")
    LISTENER =
      (DESCRIPTION_LIST =
        (DESCRIPTION =
          (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.1.117)(PORT = 1521))
          (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1521))
    ADR_BASE_LISTENER = D:\oracleThe listener was created using netca, also at 11.2. According to the doc, I believe that since the listener port is 1521, the LOCAL_LISTENER parameter is correct in being NULL.
    I tried alter system register, to make sure it wasnt a delay problem. I also tried bouncing the listener and database.
    Thanks for any help.

    Hi, thanks for the replies, especially that from Billy. Some more urgent stuff has come up which means I wont be able to get back to this until later today or tomorrow, but I thought I would post the what I got from the log file, trace file. My next step is to check over Billy's other points and consult My Oracle Support.
    I am getting errors like this in the listener log every five minutes:
    30-MAY-2012 10:10:21 * (CONNECT_DATA=(SID=PFS30)(CID=(PROGRAM=D:\oracle\product\11.2.0\dbhome_1\perl\bin\perl.exe)(HOST=ORACLE3)(USER=SYSTEM))) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.168.1.117)(PORT=58824)) * establish * PFS30 * 12505
    TNS-12505: TNS:listener does not currently know of SID given in connect descriptor
    30-MAY-2012 10:10:25 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=ORACLE3$))(SERVICE_NAME=PFS30)) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.168.1.117)(PORT=58826)) * establish * PFS30 * 12514
    TNS-12514: TNS:listener does not currently know of service requested in connect descriptorThe trace file has this:
    2012-05-30 10:10:21.492596 : nscon:sending NSPTRF packet
    2012-05-30 10:10:21.492659 : ntt2err:soc 864 error - operation=5, ntresnt[0]=524, ntresnt[1]=997, ntresnt[2]=0
    2012-05-30 10:10:21.492678 : nstimarmed:no timer allocated
    2012-05-30 10:10:21.492716 : snttcallback:op = 5, bytes = 0, err = 995
    2012-05-30 10:10:21.492731 : ntt2err:soc 864 error - operation=5, ntresnt[0]=530, ntresnt[1]=995, ntresnt[2]=0
    2012-05-30 10:10:21.492744 : nsclose:closing transport
    2012-05-30 10:10:21.492798 : nsclose:global context check-out (from slot 5) complete
    2012-05-30 10:10:21.492823 : nsgldissolve:Deallocating cxd 0x40bb600.For the record this is the output I got from lnsrctl that shows I dont have a registration
    SQL> alter system register;
    System altered.
    SQL> quit
    Disconnected from Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    C:\Windows\system32>lsnrctl status
    LSNRCTL for 64-bit Windows: Version 11.2.0.1.0 - Production on 30-MAY-2012 09:32:50
    Copyright (c) 1991, 2010, Oracle.  All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=192.168.1.117)(PORT=1521)))
    STATUS of the LISTENER
    Alias                     LISTENER
    Version                   TNSLSNR for 64-bit Windows: Version 11.2.0.1.0 - Production
    Start Date                30-MAY-2012 09:30:27
    Uptime                    0 days 0 hr. 2 min. 26 sec
    Trace Level               off
    Security                  ON: Local OS Authentication
    SNMP                      OFF
    Listener Parameter File   D:\oracle\product\11.2.0\dbhome_1\network\admin\listener.ora
    Listener Log File         d:\oracle\diag\tnslsnr\oracle3\listener\alert\log.xml
    Listening Endpoints Summary...
      (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=192.168.1.117)(PORT=1521)))
      (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC1521ipc)))
    Services Summary...
    Service "CLRExtProc" has 1 instance(s).
      Instance "CLRExtProc", status UNKNOWN, has 1 handler(s) for this service...
    The command completed successfully

  • Listener Problem (Service have 2 instance)

    Hello Friends,
    I have created database using DBCA. I am working on 11.1.0.6.
    Here I am little bit confuse when I am checking the listener status it shows me the two instance under ORCL service, 1st in uppercase and 2nd in lowercase.
    LSNRCTL> STATUS
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=alif14.alif.com)(PORT=15
    21)))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for 32-bit Windows: Version 11.1.0.6.0 - Produ
    ction
    Start Date 27-JUN-2009 12:11:17
    Uptime 0 days 0 hr. 25 min. 18 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Listener Parameter File D:\app\product\11.1.0\db_1\network\admin\listener.ora
    Listener Log File d:\app\diag\tnslsnr\alif14\listener\alert\log.xml
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=alif14.alif.com)(PORT=1521)))
    Services Summary...
    *Service "ORCL" has 2 instance(s).
    Instance "ORCL", status UNKNOWN, has 1 handler(s) for this service...
    Instance "orcl", status READY, has 1 handler(s) for this service...*
    Service "orclXDB" has 1 instance(s).
    Instance "orcl", status READY, has 1 handler(s) for this service...
    Service "orcl_XPT" has 1 instance(s).
    Instance "orcl", status READY, has 1 handler(s) for this service...
    Service "STAN" has 1 instance(s).
    Instance "STAN", status UNKNOWN, has 1 handler(s) for this service...
    The command completed successfully
    LSNRCTL>
    What is it mean.. ?
    I have check the registry in which Oracle SID in lowercase
    Regards,
    Chandan Tanwani

    Hi Santosh,
    Thnx for your quick reply, I have changed my listener file with 'ORCL' to 'orcl' as my db_name is lowercase in pfile. After that I check the status which show me Unknown status.
    LSNRCTL for 32-bit Windows: Version 11.1.0.6.0 - Production on 27-JUN-2009 14:13
    :33
    Copyright (c) 1991, 2007, Oracle. All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=alif14.alif.com)(PORT=15
    21)))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for 32-bit Windows: Version 11.1.0.6.0 - Produ
    ction
    Start Date 27-JUN-2009 14:13:22
    Uptime 0 days 0 hr. 0 min. 11 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Listener Parameter File D:\app\product\11.1.0\db_1\network\admin\listener.ora
    Listener Log File d:\app\diag\tnslsnr\alif14\listener\alert\log.xml
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=alif14.alif.com)(PORT=1521)))
    Services Summary...
    Service "STAN" has 1 instance(s).
    Instance "STAN", status UNKNOWN, has 1 handler(s) for this service...
    Service "orcl" has 1 instance(s).
    Instance "orcl", status UNKNOWN, has 1 handler(s) for this service...
    The command completed successfully
    How to resolve this issue..

  • Listener showing services not defined in listener.ora file??

    I have a puzzle.
    I have a listener.ora file which lists 4 services. (4 SIDS).
    when I start the service, I do a status command and it lists the 4 services as defined in the listener.ora,
    as expected, however a couple of minutes later it adds more services (which appear to be all the started instances) .
    Is this the norm?
    Its not what Im expecting.
    thanks in advance.
    Mark

    Hi Mark,
    as long as the databases with different architectures are on different boxes, no problem.
    If you would migrate them one day to one box you need two listener. One for the 32bit instances and one for the 64bit instances. To avoid that the problem occures by accident, don't use port 1521.
    Also if you don't want a database to automatically registering itself to a listener on port 1521 set the LOCAL_LISTENER init.ora parameter to the listener usually serving the instance.
    There are two docs in metalink you might want to read:
    Note:298697.1 is about the 32bit/64bit problem
    Note:76636.1 is about (automatic) service registration

  • Oracle XE Listener Requiring Service To Be Set To 'Automatic (Delayed Start

    Can anyone offer any insight/explanation as to why the Oracle Listener would require the service to be set to 'Automatic (Delayed Start)' When it is set to just automatic, it does not even try to start. No output to the listener log, and nothing to the event viewer. It is as if it never even tries to start. Once switched to 'Automatic (Delayed Start)' it works as expected. Additionally if you manually start the service due to it not starting automatically, it works fine as well.
    OS: Windows 7 64BIT
    Service is being run by the local system account and is set to allow to interact with desktop. -Local system account is part of the administrator group.

    OS: Windows 7 64BITFirst point, win7 isn't on the 10g XE "supported OS" list. The installer is nearly as old as Firefox 1.0. Not to say folks haven't been able to get it working, plenty of other threads cover that topic.
    Delayed start, auto start ... how critical is that functionality for your install? My suggestion, set it to Manual, and if you need the database, start the listener and then start the database service. If the database isn't needed keep your RAM and system resources available for other stuff.
    Sorry can't be more helpful (esp. for win7, don't have it, don't use it, same for vista) but XE is more of a "playground" environment for test drives, kicking the tires, etc., a practice resource intended as an introduction to managing an oracle instance.
    And always start the listener service first, that allows the database to register with the listener as it completes its startup processing. If startup goes the other way around, the Apex might not be immediately available, but a sqlplus system connection and `alter system register;` command will fix that.

  • Listener - Two Services for Each Instance

    Oracle 11r2g was installed on a Linux SO. Everything is working, but when I check the Listener Services I got this status:
    lsnrctl services
    Service "S060" has 1 instance(s).
    Instance "S060", status UNKNOWN, has 1 handler(s) for this service...
    Handler(s):
    "DEDICATED" established:86 refused:0
    LOCAL SERVER
    Service "S060.domain" has 1 instance(s).
    Instance "S060", status READY, has 1 handler(s) for this service...
    Handler(s):
    "DEDICATED" established:1289 refused:0 state:ready
    LOCAL SERVER
    There are Two Services for Each Instance. Is it normal or do I have to check anything else?
    Thanks in advance.

    910492 wrote:
    Oracle 11r2g was installed on a Linux SO. Everything is working, but when I check the Listener Services I got this status:
    lsnrctl services
    Service "S060" has 1 instance(s).
    Instance "S060", status UNKNOWN, has 1 handler(s) for this service...
    Handler(s):
    "DEDICATED" established:86 refused:0
    LOCAL SERVER
    Service "S060.domain" has 1 instance(s).
    Instance "S060", status READY, has 1 handler(s) for this service...
    Handler(s):
    "DEDICATED" established:1289 refused:0 state:ready
    LOCAL SERVER
    There are Two Services for Each Instance. Is it normal or do I have to check anything else?
    Thanks in advance.Pretty normal. The "unknown" is the static registration coming from the SID_LIST entry in the listener.ora file. The "ready" is the dynamic registration from the db instance itself.

  • Listener, iiop service

    Oracle 8i was installed without JServer initially. JServer was installed manully later with the "initjvm.sql" script.
    "initMySID.ora" and listener.ora were both modified according to the Java Developer's Guide Chapter 4 and 5. The following changes were made:
    for "initMySID.ora" file:
    added the following lines:
    1. mts_dispatchers="(protocol=tcp)(presentation=oracle.aurora.server.SGiopServer)"
    2. java_pool_size=20M
    3. modified shared_pool_size=50M
    for "listener.ora" file", the following lines are added:
    (DESCRIPTION =
    (PROTOCOL_STACK=
    (PRESENTATION= GIOP)
    (SESSION = RAW)
    (ADDRESS =
    (PROTOCOL = TCP)
    (HOST = my.host.ip.address)
    (PORT = 2481)
    We ran the $ORACLE_HOME/javavm/demo/examples/basic/helloworld/make. During publishing the CORBA services, following error message was returned:
    "Cannot connect to service: sess_iiop=://localhost:2481:OurSID"
    We found that if the Dispatcher's port number is used in the URL (from Makefile), then it worked fine.
    Could anyone please tell us what we did wrong?
    Thanks.
    null

    Bala,
    Thanks for your help.
    It works with "sess_iiop://my.host.ip.address:2481:ourSID" as you suggested.
    The thing puzzles us now is :
    since we are running the demo code on the database server machine, why doesn't the demo makefile work for us? ( it uses "sess_iiop://localhost:2481:ourSID")
    We also tried with "sess_iiop://127.0.0.1:2481:ourSID", which doesn't work either.
    Does it imply any other problem? In general, if we run the code on the local machine, does the string "localhost" suppose to work as it is typed?
    Thanks!!
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Bala, Oracle Support -- Core:
    Are you trying to connect from a NT system.
    Did you try
    sess_iiop://my.host.ip.address:2481:OurSI
    Try by having the following inserted in the
    client sytem into its TCP hosts file
    ip-number machinename machinename.yourdomain.com
    ( where machinename is the name of the system withgout the domain name and machinename.yourdomain.com is system name with the domain name ).
    Let me know if this works.<HR></BLOCKQUOTE>
    null

  • Listener : remote services

    Hi all,
    Suppose my remote server is called XORADB and the SQL*Net listening port is 1521.
    Is there any way to find out all of the services accessibles at this remote server, without connecting directly to the server locally ?
    TIA
    Yang

    You want to be able to see which service could be available to you at the remote server - not just the ones you perhaps know about? Sounds like a potential security hole if that were allowed - anyone could "sniff" for potential services to hack into. Not heard of that being possible - would be nice to know if it was and also how to switch it off!
    Dave.

  • Listening to Service ticket creation event

    Hi,
    I have a requirement to check the ticket details and populate one field as per the  ticket details. This operation has to be done on the below scenario.
    u2022 A service ticket is generated and already has a property confirmed
    u2022 A property(iObject) is confirmed for a new service ticket
    u2022 The property(iObject) is changed on the service ticket
    u2022 The service ticket is saved .
    We can handle the scenario 2 and 3 from UI. But I do not know how to handle the scenario 1 i.e. whenever a service ticket is generated. Is there an event which gets raised whenever a service ticket is generated ?
    For scenario 4, I am planning to invoke the required operation in the save button code which is available in UI. But when agent ends call, then also the service order gets saved. Is there a way I can invoke my code just before save ?
    Regards,
    Manas.
    Edited by: manas sahoo on Aug 6, 2008 9:44 AM

    Hello Manas,
    Check if this suggestions may help you.
    For scenario 1, you can check method IP_INBOUNDPLUG of your service ticket controller class. Maybe there you'll understand if a new bol entity for the service ticket was created or not.
    For scenario 4, you can use ORDER_SAVE badi. This BADI was 3 methods to manipulate a document before you saving it. See it to check if any of those three can help you.
    Kind regards.
    Bruno

  • Windows listener +service does not start automatically eventhough Automatic

    Hi
    When I restart the database server, the listener is not starting automatically , so as the service.
    Both are set to start automatically.
    This was working before and all of a sudden, this problem appeared.
    I dont remember changing any setting on the database side but on windows server side, not sure if anything is changed.
    The error we received:
    ============
    The OracleServiceGEOOAP service failed to start due to the following error: %%1053 Service error on GEPGPO01-V
    The OracleOraDb11g_home1TNSListener service failed to start due to the following error: %%1053 Service error on GEPGPO01-V
    alert log
    =======
    Fatal NI connect error 12638, connecting to:
    (DESCRIPTION=(LOCAL=YES)(ADDRESS=(PROTOCOL=beq)))
    VERSION INFORMATION:
         TNS for 32-bit Windows: Version 11.1.0.7.0 - Production
         Oracle Bequeath NT Protocol Adapter for 32-bit Windows: Version 11.1.0.7.0 - Production
    Time: 11-MAR-2011 15:44:26
    Tracing not turned on.
    Tns error struct:
    ns main err code: 12638
    TNS-12638: Credential retrieval failed
    ns secondary err code: 0
    nt main err code: 0
    nt secondary err code: 0
    nt OS err code: 0
    listener.log
    ========
    Fri Mar 11 15:44:23 2011
    11-MAR-2011 15:44:23 * service_update * geop * 0
    11-MAR-2011 15:44:29 * service_died * geooap * 12547
    TNS-12547: TNS:lost contact
    11-MAR-2011 15:44:30 * service_died * geop * 12547
    TNS-12547: TNS:lost contact
    Fri Mar 11 15:44:37 2011
    11-MAR-2011 15:44:37 * (CONNECT_DATA=(SID=GEOOAP)(CID=(PROGRAM=C:\Program Files\Quest Software\Toad for Oracle\toad.exe)(HOST=D00661)(USER=app_nathv))) * (ADDRESS=(PROTOCOL=tcp)(HOST=10.4.136.230)(PORT=65288)) * establish * GEOOAP * 12505
    TNS-12505: TNS:listener does not currently know of SID given in connect descriptor
    11-MAR-2011 15:44:41 * (CONNECT_DATA=(SID=GEOOAP)(CID=(PROGRAM=C:\Program Files\Quest Software\Toad for Oracle\toad.exe)(HOST=D00661)(USER=app_nathv))) * (ADDRESS=(PROTOCOL=tcp)(HOST=10.4.136.230)(PORT=65289)) * establish * GEOOAP * 12505
    TNS-12505: TNS:listener does not currently know of SID given in connect descriptor
    11-MAR-2011 15:44:43 * (CONNECT_DATA=(SID=GEOOAP)(CID=(PROGRAM=C:\Program Files\Quest Software\Toad for Oracle\toad.exe)(HOST=D00661)(USER=app_nathv))) * (ADDRESS=(PROTOCOL=tcp)(HOST=10.4.136.230)(PORT=65290)) * establish * GEOOAP * 12505
    TNS-12505: TNS:listener does not currently know of SID given in connect descriptor
    Fri Mar 11 15:53:46 2011
    So now we have to manually restart the listener and service , for the database to be opened. Is it possible to give direction what areas need to check, to solve this issue?
    Thanks.

    Hi Krithi,
    Can you confirm my understanding here:
    * Since a short time the automatic startup of the listener and Oracle instance fail.
    * You can manually startup the listener and database instance without any problem, and then all runs as expected
    so far so good?
    What's your procedure to start the listener and DB instances?
    Are you performing the startups with your own user account, or SYSTEM, or a dedicated Oracle account?
    Are the windows services running under SYSTEM, a dedicated Oracle user....??
    Could it be that the system administrator installed something (like a new Oracle client) which would have changed some settings?
    Can you compare the environment variables (ORACLE_HOME, ORACLE_SID, PATH) between the account YOU use for manual startup and those for the user account used to (auto)start the services?
    Maybe you can try to plan a reboot after you have set the problematic services to run under your profile?
    Well.... a few points to investigate if not yet considered.
    HTH,
    Thierry

  • J2Se receiver File adapter-HTTP 503 no listener registered for service

    Hi,
    We are using J2Se file adapter for one the interfaces and the logs of the J2se adapter engine has shown the following error-
    Error: com.sap.aii.messaging.net.TransportException: HTTP 503 no listener registered for service /file/example_outbound
         at com.sap.aii.messaging.net.HTTPRequest.run(ServerHttpImpl.java:416)
    I checked with the J2SE File/FTP receiver adapter configuration given at help.sap and found the following the following info related to the error-
    Specifications for addressing by the Integration Engine
    ○       XI.httpPort=<port_no>
    <port_no>specifies the HTTP server port that receives the messages from the Integration Engine.
    ○       XI.httpService=<service>
    <service> describes the service part of the address where the Integration Engine must send its messages.
    These specifications are mandatory.
    If, for example, you have specified XI.httpPort=1234 and XI.httpService=/file/Receiver, the end point address of the file/FTP adapter in the Integration Engine must be specified as follows:
    http://<fileadapterhost>:1234/file/Receiver
    The end point address must be extended as follows for the Integration Engine in Release 1.0:
    http://<fileadapterhost>:1234/file/Receiver?action=execute&pipelineid=Receiver
    If the Integration Engine message is sent to a non-specified adapter service, the system displays the following error message:
    *No registered listener for <Service> found*
    The system displays the same message if the adapter is initialized, but has not been started (status STOPPED or INITIALIZED).
    Where I need to check this Integration engine address specifications. I have't found any of the above code in the adapter configuration which we are using presently.The interface is running successfully before but thrown this error now.
    Please reply me if some one has faced similar issue and get it resolved.

    Hi
    How was this issue resolved? I have the same problem.
    I only have two receivers - the deafult j2se file receiver and my newly created one which used the default as a template. The ports and service's are different.
    I've even tried deleting my custom receive adapter and using only the default one but i still get that error.

  • No Listener service after installing Oracle 10g 2

    Hi,
    I have finished installing Oracle 10g 2 on a windows 2003 server. But no Listener windows service is not created. Any explanation ? Should I create the manually , How ?
    Many thanks.

    No, but I created one after installing Oracle , by
    DBCA.
    I'm going to apply RDBMS 5337014 patch to upgrade to
    10.2.0.3. Should I create Listener before ?
    Thank you.
    Message was edited by:
    user522961For applying patch actually you don't need listener, but it is best if you have a listener for client to connect, isn't it?
    cheers
    FZ

Maybe you are looking for