Listner

I am not able to start or stop my Listner through command prompt.
While starting it is giving following error
LSNRCTL> start
Starting tnslsnr: please wait...
TNS-12560: TNS:protocol adapter error
TNS-00530: Protocol adapter error
While stopping
LSNRCTL> stop
Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1)))
TNS-01190: The user is not authorized to execute the requested listener command
Can anybody give a suitable solution for me

I am having the same issue with the TNSlistener on Vista. My log is the following:
TIMESTAMP * CONNECT DATA [* PROTOCOL INFO] * EVENT [* SID] * RETURN CODE
03-AUG-2007 14:35:59 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=)(USER=Mike))(COMMAND=status)(ARGUMENTS=64)(SERVICE=LISTENER)(VERSION=169870080)) * status * 0
Error message is:
Started with pid=3656
Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC1ipc)))
Error listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=192.168.1.48)(PORT=1521)))
TNS-12545: Connect failed because target host or object does not exist
TNS-12560: TNS:protocol adapter error
TNS-00515: Connect failed because target host or object does not exist
32-bit Windows Error: 49: Unknown error
No longer listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC1ipc)))

Similar Messages

  • Unable to Start Listner for 10g R2 after windows xp pro restart.

    Database worked just fine until a system reboot after installing the Apache server and Apex 2.2 The service start and I'm able to connect to the database SQL*PLUS without specifying the host string
    SQL*PLUS
    User Name: xxxxx
    Password : xxxxx
    Host String: <Blank>
    connect without any problem.
    Once I include the orcl name I can't connect and get the following error message
    TNS-12541: TNS: no listner
    LSNRCTL> start
    Starting tnslsnr: please wait...
    Service OracleOraDb10g_home1TNSListener already running.
    TNS-12560: TNS:protocol adapter error
    TNS-00530: Protocol adapter error
    LSNRCTL>
    # tnsnames.ora Network Configuration File: C:\oracle\product\10.2.0\Db_1\network\admin\tnsnames.ora
    # Generated by Oracle configuration tools.
    #Oracle Database 10g Enterprise Edition\
    ORCL =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 127.0.0.1)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = orcl)
    EXTPROC_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC))
    (CONNECT_DATA =
    (SID = PLSExtProc)
    (PRESENTATION = RO)
    listner.ora as following
    # listener.ora Network Configuration File: C:\oracle\product\10.2.0\Db_1\network\admin\listener.ora
    # Generated by Oracle configuration tools.
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = C:\oracle\product\10.2.0\Db_1)
    (PROGRAM = extproc)
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 127.0.0.1)(PORT = 1521))
    I have another home for the Apache Server.
    Everything was just fine, Oracle, Apache, EM, and Apex.
    I checked the path for windows it looks good, checked the registery looks good, two homes listed.
    When I check the status for the LISTNER is win Service it show start
    OracleOraDb10g_home1TNSListener
    I have another listner OracleOraDb10g_home1TNSListenerLISTNER1 I don't know why it's there?
    TNSPING ORCL WORKS
    WITH THE SAME EORROR MESSAGE
    PING WORK FOR THE HOST IP NO PROBLEM.
    Please see the following to Analyze the Problem:
    C:\oracle\product\10.2.0\db_1\BIN>lsnrctl status orcl
    LSNRCTL for 32-bit Windows: Version 10.2.0.1.0 - Production on 16-MAR-2007 21:24
    :50
    Copyright (c) 1991, 2005, Oracle. All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=127.0.0.1)(PORT=1521))(C
    ONNECT_DATA=(SERVICE_NAME=orcl)))
    TNS-12541: TNS:no listener
    TNS-12560: TNS:protocol adapter error
    TNS-00511: No listener
    32-bit Windows Error: 61: Unknown error
    C:\oracle\product\10.2.0\db_1\BIN>lsnrctl services
    LSNRCTL for 32-bit Windows: Version 10.2.0.1.0 - Production on 16-MAR-2007 21:25
    :23
    Copyright (c) 1991, 2005, Oracle. All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=127.0.0.1)(PORT=1521)))
    TNS-12541: TNS:no listener
    TNS-12560: TNS:protocol adapter error
    TNS-00511: No listener
    32-bit Windows Error: 61: Unknown error
    C:\oracle\product\10.2.0\db_1\BIN>lsnrctl start
    LSNRCTL for 32-bit Windows: Version 10.2.0.1.0 - Production on 16-MAR-2007 21:25
    :41
    Copyright (c) 1991, 2005, Oracle. All rights reserved.
    Starting tnslsnr: please wait...
    Service OracleOraDb10g_home1TNSListener already running.
    TNS-12560: TNS:protocol adapter error
    TNS-00530: Protocol adapter error
    C:\oracle\product\10.2.0\db_1\BIN>path
    PATH=C:\oracle\product\10.2.0\Db_1\bin;C:\oracle\product\10.2.0\Db_1\jre\1.4.2\b
    in\client;C:\oracle\product\10.2.0\Db\jre\1.4.2\bin;;C:\oracle\product\10.2.0\db
    \bin;C:\oracle\product\10.2.0\db\jlib;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\
    System32\Wbem;"C:\Program Files\Zone Labs\ZoneAlarm\MailFrontier";C:\Program Fil
    es\Common Files\Roxio Shared\DLLShared;D:\Program Files\Microsoft Visual Studio\
    Common\Tools\WinNT;D:\Program Files\Microsoft Visual Studio\Common\MSDev98\Bin;D
    :\Program Files\Microsoft Visual Studio\Common\Tools;D:\Program Files\Microsoft
    Visual Studio\VC98\bin
    C:\oracle\product\10.2.0\db_1\BIN>sqlplus
    SQL*Plus: Release 10.2.0.1.0 - Production on Fri Mar 16 21:26:44 2007
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    Enter user-name: system
    Enter password:
    Connected to:
    Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production
    With the Partitioning, OLAP and Data Mining options
    SQL> show user
    USER is "SYSTEM"
    SQL> select name from v$database;
    NAME
    ORCL
    SQL>
    IN THE PAST I WAS ABLE TO CONNECT TO ALL BUT NOW,
    I'M UNABLE TO LOGIN TO APEX NEITHER EM DUE TO ORCL LISTNER.
    Like I said before I have no problem connecting to SQL*PLS, BUT I can't Login to orcl APEX nor EM.
    Any suggestion or solutions is really apreciated. I'm looking forward to hear from you ACES.......
    Thank You Very Much,
    Mhnd

    Hi
    Check this out.
    TNS-12560: "protocol adapter error"
    Cause: A generic protocol adapter error occurred.
    Action: Check addresses used for proper protocol specification.
    For further details, turn on tracing and reexecute the operation. Turn off tracing when the operation is complete.
    TNS-00530: "protocol adapter error"
    Cause: A generic protocol adapter error occurred.
    Action: For further details, turn on tracing and reexecute the operation.
    Proposed Solution on metalink.
    Solution Description:
    =====================
    Delete the protocols in your "listener.ora" file that you do not use.
    Edit the "listener.ora" file and look at the protocol section. Make sure that
    only the protocols that you use on your system are there (i.e., TCP, IPC, ...)
    and that there are no entries listed for SPX or NMP (named pipes).
    Regards
    Adnan
    Since you are only using TCP I don't think that is the issue. You should turn on tracing to get more details.
    Message was edited by: Adnan
    amashhadi

  • Unable to Start Listner for 10g R2 after windows xp pro restart. Please!

    Database worked just fine until a system reboot after installing the Apache server and Apex 2.2 The service start and I'm able to connect to the database SQL*PLUS without specifying the host string
    SQL*PLUS
    User Name: xxxxx
    Password : xxxxx
    Host String: <Blank>
    connect without any problem.
    Once I include the orcl name I can't connect and get the following error message
    TNS-12541: TNS: no listner
    LSNRCTL> start
    Starting tnslsnr: please wait...
    Service OracleOraDb10g_home1TNSListener already running.
    TNS-12560: TNS:protocol adapter error
    TNS-00530: Protocol adapter error
    LSNRCTL>
    # tnsnames.ora Network Configuration File: C:\oracle\product\10.2.0\Db_1\network\admin\tnsnames.ora
    # Generated by Oracle configuration tools.
    #Oracle Database 10g Enterprise Edition\
    ORCL =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 127.0.0.1)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = orcl)
    EXTPROC_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC))
    (CONNECT_DATA =
    (SID = PLSExtProc)
    (PRESENTATION = RO)
    listner.ora as following
    # listener.ora Network Configuration File: C:\oracle\product\10.2.0\Db_1\network\admin\listener.ora
    # Generated by Oracle configuration tools.
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = C:\oracle\product\10.2.0\Db_1)
    (PROGRAM = extproc)
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 127.0.0.1)(PORT = 1521))
    I have another home for the Apache Server.
    Everything was just fine, Oracle, Apache, EM, and Apex.
    I checked the path for windows it looks good, checked the registery looks good, two homes listed.
    When I check the status for the LISTNER is win Service it show start
    OracleOraDb10g_home1TNSListener
    I have another listner OracleOraDb10g_home1TNSListenerLISTNER1 I don't know why it's there?
    TNSPING ORCL WORKS
    WITH THE SAME EORROR MESSAGE
    PING WORK FOR THE HOST IP NO PROBLEM.
    Please see the following to Analyze the Problem:
    C:\oracle\product\10.2.0\db_1\BIN>lsnrctl status orcl
    LSNRCTL for 32-bit Windows: Version 10.2.0.1.0 - Production on 16-MAR-2007 21:24
    :50
    Copyright (c) 1991, 2005, Oracle. All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=127.0.0.1)(PORT=1521))(C
    ONNECT_DATA=(SERVICE_NAME=orcl)))
    TNS-12541: TNS:no listener
    TNS-12560: TNS:protocol adapter error
    TNS-00511: No listener
    32-bit Windows Error: 61: Unknown error
    C:\oracle\product\10.2.0\db_1\BIN>lsnrctl services
    LSNRCTL for 32-bit Windows: Version 10.2.0.1.0 - Production on 16-MAR-2007 21:25
    :23
    Copyright (c) 1991, 2005, Oracle. All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=127.0.0.1)(PORT=1521)))
    TNS-12541: TNS:no listener
    TNS-12560: TNS:protocol adapter error
    TNS-00511: No listener
    32-bit Windows Error: 61: Unknown error
    C:\oracle\product\10.2.0\db_1\BIN>lsnrctl start
    LSNRCTL for 32-bit Windows: Version 10.2.0.1.0 - Production on 16-MAR-2007 21:25
    :41
    Copyright (c) 1991, 2005, Oracle. All rights reserved.
    Starting tnslsnr: please wait...
    Service OracleOraDb10g_home1TNSListener already running.
    TNS-12560: TNS:protocol adapter error
    TNS-00530: Protocol adapter error
    C:\oracle\product\10.2.0\db_1\BIN>path
    PATH=C:\oracle\product\10.2.0\Db_1\bin;C:\oracle\product\10.2.0\Db_1\jre\1.4.2\b
    in\client;C:\oracle\product\10.2.0\Db\jre\1.4.2\bin;;C:\oracle\product\10.2.0\db
    \bin;C:\oracle\product\10.2.0\db\jlib;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\
    System32\Wbem;"C:\Program Files\Zone Labs\ZoneAlarm\MailFrontier";C:\Program Fil
    es\Common Files\Roxio Shared\DLLShared;D:\Program Files\Microsoft Visual Studio\
    Common\Tools\WinNT;D:\Program Files\Microsoft Visual Studio\Common\MSDev98\Bin;D
    :\Program Files\Microsoft Visual Studio\Common\Tools;D:\Program Files\Microsoft
    Visual Studio\VC98\bin
    C:\oracle\product\10.2.0\db_1\BIN>sqlplus
    SQL*Plus: Release 10.2.0.1.0 - Production on Fri Mar 16 21:26:44 2007
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    Enter user-name: system
    Enter password:
    Connected to:
    Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production
    With the Partitioning, OLAP and Data Mining options
    SQL> show user
    USER is "SYSTEM"
    SQL> select name from v$database;
    NAME
    ORCL
    SQL>
    IN THE PAST I WAS ABLE TO CONNECT TO ALL BUT NOW,
    I'M UNABLE TO LOGIN TO APEX NEITHER EM DUE TO ORCL LISTNER.
    Like I said before I have no problem connecting to SQL*PLS, BUT I can't Login to orcl APEX nor EM.
    Any suggestion or solutions is really apreciated. I'm looking forward to hear from you ACES.......
    Thank You Very Much,
    Mhnd

    Hi
    Check this out.
    TNS-12560: "protocol adapter error"
    Cause: A generic protocol adapter error occurred.
    Action: Check addresses used for proper protocol specification.
    For further details, turn on tracing and reexecute the operation. Turn off tracing when the operation is complete.
    TNS-00530: "protocol adapter error"
    Cause: A generic protocol adapter error occurred.
    Action: For further details, turn on tracing and reexecute the operation.
    Proposed Solution on metalink.
    Solution Description:
    =====================
    Delete the protocols in your "listener.ora" file that you do not use.
    Edit the "listener.ora" file and look at the protocol section. Make sure that
    only the protocols that you use on your system are there (i.e., TCP, IPC, ...)
    and that there are no entries listed for SPX or NMP (named pipes).
    Regards
    Adnan
    Since you are only using TCP I don't think that is the issue. You should turn on tracing to get more details.
    Message was edited by: Adnan
    amashhadi

  • Error Setting Environment Variable inside Listner.ora

    Hi,
    I am trying to set an environment variable inside listner.ora as follows
    (ENVS="EXTPROC_DLLS=ANY,LD_LIBRARY_PATH=/opt/app/oracle/product/9.2/lib32:/opt/app/oracle/product/9.2/network/lib32:/usr/lib:/usr/X11R6:/usr/dt/lib,LIBPATH=/opt/app/oracle/product/9.2/lib32,MQSERVER=SYSTEM.DEF.SVRCONN/TCP/ashsou03.mcilink.com(4444)")
    but every time I try to start the listner it gives me the following error:
    TNS-01155: Incorrectly specified SID_LIST_LISTENER parameter in LISTENER.ORA
    NL-00303: syntax error in NV string
    I think that the parenthses, (4444), in the MQSERVER value is causing this. Any ideas on how I can configure it?

    Hi
    Very many thanks for ur solution.. i actually hadset the environment variables spacce..but when i execute the autoexec.bat file i dont get any error(out of env space)..but when i run the startup.bat file i get from the command prompt, i get the foll error.
    This is my Autoexec.bat
    SET JAVA_HOME=D:\Jkit\bin
    SET CATALINA_HOME=D:\tomcat\jakarta-tomcat-4.1.29\bin
    SET PATH=D:\Jkit\bin;C:\WINDOWS;C:\WINDOWS\COMMAND;
    SET PATH=%PATH%;C:\PROGRA~1\COMMON~1\AUTODE~1;
    THE FOLLOWING IS THE ERROR I GET WHEN I RUN STARTUP.BAT UNDER TOMCAT'S BIN UNDER THE COMMAND PROMPT
    D:\tomcat\jakarta-tomcat-4.1.29\bin>startup
    Syntax error
    Out of environment space
    Out of environment space
    Out of environment space
    Using CATALINA_BASE: D:\tomcat\jakarta-tomcat-4.1.29
    Using CATALINA_HOME: D:\tomcat\jakarta-tomcat-4.1.29
    Using CATALINA_TMPDIR: D:\tomcat\jakarta-tomcat-4.1.29\temp
    Using JAVA_HOME: D:\Jkit
    Out of environment space
    Out of environment space
    Invalid switch - -DJAVA.ENDORSED.DIRS=D:\TOMCAT\JAKARTA-TOMCAT-4.1.29\COMMON\ENDORSED
    I even set JAVA_HOME AND CATALINE_HOME to the \bin dir respectively..
    still i get the same error
    As given under the tomcat installation documentation (RUNNING.txt), i set the space for environment space under the Memory tab, for startup and shutdown.bat files, it creates a shortcut for running the resp .bat files, running startup.bat file i get,CATALINA_HOME VAR HAS NOT BEEN SET PROPERLY, THIS OCCURS FOR BOTH TOP LEVEL DIR SETTING AND /bin DIR SETTING of CATALINE_HOME IN autoexec.bat
    PLEASE HEL, I HAVE BEEN TRYING TO CONFIGURE IT FOR THE PAST DAYS BUT WITH NO SUCCESS, DONT KNOW WHERE I AM GOING WRONG..PLEASE HELP

  • No Listner Connection Error

    I have a problem in connecting from client machine during log in I get the error of TNS:No Listner could any body help me solve this problem.
    null

    Hi,
    u hv to make an entry in the tnsnames.ora file. If u hv done that then check the sid name what u hv given in the same file. If the sid has to be the instance name.
    If all this is perfect then check if the listener has been started. Details about ur environment will make the problem more clear.
    Thanks
    Kiran

  • TNS-12541: No listner on Windows VISTA (oracle 10g client)

    Hi all,
    After installing an Oracle 10g Client for Windows Vista, when trying to connect to the database, i got the error No listner (TNS-12541). I checked the database listner but it's running and i can connect there from XP OS client. Does anybody have an idea about that.
    tnsping give the same error also but when i ping the server it gives response.
    Any body has experioenced the same problem, if yes could you help please it's very urgent.
    Thanks regards
    raitsarevo

    raitsarevo,
    First of all: it's not very urgent. Very urgent requests end up in a SR at http://metalink.oracle.com.
    Oracle doesn't support all editions of Vista and 10g may not even support Vista at all. Please refer to the download page for 10g at http://otn.oracle.com for further details.
    A non-supported edition of Mickeysoft usually results in Oracle Net issues.
    Sybrand Bakker
    Senior Oracle DBA

  • Getting this error when running a form. HTTP Listner is not available

    I am using windows XP Professional. I have the 9i database running fine. I can launch form developer and connect to my database (which is on the same machine but in different homes.) I get a Http listner error no available when I go to run the form. I looked at my administrative settings for the HTTP listner service but I do not see it I only see the TNS lister.
    Does any one know what I need to do run a form successfuly with getting the HTTP listner error

    Hi,
    to start OC4J you go to start--> programs --> Oracle9i Developer Suite --> Forms Developer --> Start OC4J Instance
    Frank

  • I need help adding a mouse motion listner to my game. PLEASE i need it for

    I need help adding a mouse motion listner to my game. PLEASE i need it for a grade.
    i have a basic game that shoots target how can use the motion listner so that paint objects (the aim) move with the mouse.
    i am able to shoot targets but it jus clicks to them ive been using this:
    public void mouse() {
    dotX = mouseX;
    dotY = mouseY;
    int d = Math.abs(dotX - (targetX + 60/2)) + Math.abs(dotY - (targetY + 60/2));
    if(d < 15) {
    score++;
    s1 = "" + score;
    else {
    score--;
    s1 = "" + score;
    and here's my cross hairs used for aiming
    //lines
    page.setStroke(new BasicStroke(1));
    page.setColor(Color.green);
    page.drawLine(dotX-10,dotY,dotX+10,dotY);
    page.drawLine(dotX,dotY-10,dotX,dotY+10);
    //cricle
    page.setColor(new Color(0,168,0,100));
    page.fillOval(dotX-10,dotY-10,20,20);
    please can some1 help me

    please can some1 help meNot when you triple post a question:
    http://forum.java.sun.com/thread.jspa?threadID=5244281
    http://forum.java.sun.com/thread.jspa?threadID=5244277

  • JMS Listner: Test Configuration Successful but not listening the messages

    Hi,
    I have configured the JMS Listner adapter in IDM 7.0 with Sun MQ 3.5.
    My test configuration is susscessful. I have some messages on Sun MQ. I have one wotkflow associated with this adapter. I have mapped it via process rule of Edit Sync Policy. Now I want to read the messages from MQ and want to retrive in my workflow. But when I starts the scynchronization nothing comes to my workflow. The log is showing as
    2007-08-16T19:05:38.354+0530: SARunner: initialized adapter
    2007-08-16T19:05:38.404+0530: Initializing JMS Listener adapter.
    2007-08-16T19:05:38.414+0530: Setting up JMS: local_transaction:true ackMode:1
    2007-08-16T19:05:38.414+0530: Setting up JMS: user:admin password:<secret length=5/>
    2007-08-16T19:05:38.414+0530: Setting up JMS: destinationType=QUEUE connFactoryName=MyQueueConnectionFactory destinationName=MyQueue messageSelector=null
    2007-08-16T19:05:38.424+0530: Connection factory JNDI lookup returned an object of type com.sun.messaging.QueueConnectionFactory
    2007-08-16T19:05:38.504+0530: JMS connection and consumer successfully created.
    2007-08-16T19:05:38.514+0530: Connection JMS Info
    PROVIDER NAME = Sun Java(tm) System Message Queue
    PROVIDER VERSION = 3.5
    PROVIDER MAJOR = 3
    PROVIDER MINOR = 6
    JMS VERSION = 1.1
    JMS MAJOR = 1
    JMS MINOR = 1
    CLIENT_ID = null
    2007-08-16T19:05:38.524+0530: Done initializing JMS Listener adapter.
    2007-08-16T19:05:38.534+0530: SARunner: loop 0
    2007-08-16T19:05:38.955+0530: Started, paused until Thu Aug 16 19:05:38 GMT+05:30 2007
    2007-08-16T19:05:44.123+0530: Pause completed
    2007-08-16T19:05:44.333+0530: Polling
    2007-08-16T19:05:45.334+0530: Poll processed 0 messages.
    2007-08-16T19:05:45.334+0530: Poll complete.
    I am new with this adapter. Please anybody tell me what should I have to configure so that I would be able to read the messages from my JMS Listner Active Sync adapter?
    Thanks in Advance

    So, in order to get the message you have to map it. That is done be specifying the "Message Mapping", one of the Resource Parameters for JMS Listener. This can be done by specifying a rule that returns a <map> with the attribute. This would be, in my opinion, the preferred approach for text messages. For Map massages, the rule approach can't be used unless you use the jms java libraries, getString etc.
    You can also implement the com.waveset.adapter.jms.JmsMessageMapper if java is your cup of tea, and put that in the message mapping text box. Password synch uses a java class to do the mapping.
    To map the attribute called accId on the right side, you would use something like this:
    <Rule name='JMS Message Mapper Rule'>
        <block>
            <map>
                <s>accId</s>
                <ref>message</ref>
            </map>
        </block>The Message Mapping text box would in this case look like this:
    "rule:JMS Message Mapper Rule"
    The <ref>message</ref> part contains the JMS text message. In this case the message consist of only one word. In a real-life situation, you would send a bunch of information, perhaps using split to separate the data.

  • Listner error

    HI,
    i have a linux test machine in which i have installed oracle 9.2.0.6.
    suddenly i am getting error
    Log messages written to d:\oracle\ora92\network\log\listener.log
    Error listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=VALUED-CB7D4C82)(P
    ORT=1521)))
    TNS-12532: TNS:invalid argument
    TNS-12560: TNSrotocol adapter error
    TNS-00502: Invalid argument
    32-bit Windows Error: 22: Invalid argument
    i deleted the listner and recreated it ,then also i got the same error.
    can anyone help me regarding this.
    thanks in advance,
    kishore.

    Hi,
    from metalink
    TNS-12532 TNS-12560 TNS-00502 Errors Starting The 9i R2 TNS Listener [ID 380506.1]
    Solution
    1. Recreate the sqlnet.ora file manually or using NetCA or NetMgr.
    -- Save the sqlnet.ora file.
    2. Start the TNS Listener(s).
    3. Verify the Oracle Net connectivity by using both tnsping and connecting with remote application(s).
    Regards,
    Tomas Solar
    Oracle ACE, OCE, OCP, OCA
    Oracle Approved Trainer
    http://www.OracleDBA.cz
    http://www.AskTom.cz

  • LISTNER and enterprise manager error

    TNS-12560: TNS:protocol adapter error
    i m unable to start my listner. i m using oracle 11g on windows 7
    another error is of enterprise manager
    their is something like falling back to standard locale ("c")
    em configration isses c:\app\manish\product\11.2.0\db_home_1\manish-pc_orcl not found

    945224 wrote:
    TNS-12560: TNS:protocol adapter error
    i m unable to start my listner. i m using oracle 11g on windows 7
    another error is of enterprise manager
    their is something like falling back to standard locale ("c")
    em configration isses c:\app\manish\product\11.2.0\db_home_1\manish-pc_orcl not found
    CLASSIC Windows error due to any number of OS/Networking mis-configurations
    are both OS Services for database & listener started & running?
    when was last time all worked with out error?
    what changed since then?
    Does system get is IP# via DHCP?

  • Having issue with Listner component in web.xml

    I have created a application listner class and mentioned it in web.xml file also.
    My idea is to connect to the database, get some information and display the same in login page. since we are using form based authenticaiton.
    I have put the code in listner class, when I run the app its not coming to this class at all. Do I have to do any other setting for this.
    when I run the app in debug mode its not stopping at the breakpoint which I have put in listner class.
    Please help me to solve this issue.
    thanks in advance.

    Your question doesn't appear to be relevant to this forum.

  • Oracle RAC 11g each listner correlated to a different IP

    Hi expert,
    a question about Oracle RAC 11g. I have 2 server RAC1 and RAC2, I must be have:
    - Public interface that will be used for client communication
    - Virtual IP address (VIP) that will be bind by Oracle Clusterware to the public interface
    - Private interface that will be used for inter-cluster traffic. There are four major categories of inter-cluster traffic
    this is my ipotetic configuration:
    RAC1:
        * hostname: rac1.localdomain
        * IP Address eth0: 192.168.2.101 (public address)
        * Default Gateway eth0: 192.168.2.1 (public address)
        * IP Address eth1: 192.168.0.101 (private address)
        * Default Gateway eth1: none
    RAC2:
        * hostname: rac2.localdomain
        * IP Address eth0: 192.168.2.102 (public address)
        * Default Gateway eth0: 192.168.2.1 (public address)
        * IP Address eth1: 192.168.0.102 (private address)
        * Default Gateway eth1: none
    RAC1:
    127.0.0.1       localhost.localdomain   localhost
    # Public
    192.168.2.101   rac1.localdomain        rac1
    192.168.2.102   rac2.localdomain        rac2
    #Private
    192.168.0.101   rac1-priv.localdomain   rac1-priv
    192.168.0.102   rac2-priv.localdomain   rac2-priv
    #Virtual
    192.168.2.111   rac1-vip.localdomain    rac1-vip
    192.168.2.112   rac2-vip.localdomain    rac2-vip
    #NAS
    192.168.2.101   nas1.localdomain        nas1
    LISTENER_RAC2 =
      (DESCRIPTION_LIST =
        (DESCRIPTION =
          (ADDRESS_LIST =
            (ADDRESS = (PROTOCOL = TCP)(HOST = rac2-vip)(PORT = 1521)(IP = FIRST))
          (ADDRESS_LIST =
            (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.2.102)(PORT = 1521)(IP = FIRST))
          (ADDRESS_LIST =
            (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC))
    LISTENER_RAC1 =
      (DESCRIPTION_LIST =
        (DESCRIPTION =
          (ADDRESS_LIST =
            (ADDRESS = (PROTOCOL = TCP)(HOST = rac1-vip)(PORT = 1521)(IP = FIRST))
          (ADDRESS_LIST =
            (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.2.101)(PORT = 1521)(IP = FIRST))
          (ADDRESS_LIST =
            (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC))
      )on the single server, for example, RAC1 I can configure another ethx for this VIP IP?
    192.168.2.111 rac1-vip.localdomain rac1-vipor Oracle create a virtual interfaces? (for example eth0:1)
    One more question. I want configure 2 listner with 2 different port, the first on 1521 and the second on 1522. Each listner correlated to a different IP
    Should I configure for each server these IP?
    2 VIP
    2 Public
    1 Private
    like this, for example:
    (ADDRESS = (PROTOCOL = TCP)(HOST = rac1a-vip)(PORT = 1521)(IP = FIRST))
    (ADDRESS = (PROTOCOL = TCP)(HOST = rac1b-vip)(PORT = 1522)(IP = FIRST))
    (ADDRESS = (PROTOCOL = TCP)(HOST = rac2a-vip)(PORT = 1521)(IP = FIRST))
    (ADDRESS = (PROTOCOL = TCP)(HOST = rac2b-vip)(PORT = 1522)(IP = FIRST))
    many thanks for all suggest,
    Lain

    No matter how many number of listeners that you run ... You need only 1 public ip,1 vip, 1 private ip for each node of the cluster.
    All the listeners on that node use the same vip but listens only on different port numbers that you choose ...
    Thanks
    Sreekanth

  • Listner problem in 11g

    Hi,
    Oracle Version:11.2.0.1.0
    Operating system:Linux
    We just installed the 11g software and created a database but unable to connect the database through client .
    status:Failure-Test failed:Listener refused the connection with the following error:ORA-12505,Tns:listner does not currently know of sid given in connect descriptor The connection descriptor used by the client was:192.168.3.14.........Here is my lisnter.ora file.
    # listener.ora Network Configuration File: /u01/app/oracle/product/11.2.0/db_1/network/admin/listener.ora
    # Generated by Oracle configuration tools.
    LISTENER1 =
      (DESCRIPTION_LIST =
        (DESCRIPTION =
          (ADDRESS = (PROTOCOL = TCP)(HOST = oel5-11gr2.localdomain)(PORT = 1521))
    ADR_BASE_LISTENER1 = /u01/app/oracle
    LISTENER =
      (DESCRIPTION_LIST =
        (DESCRIPTION =
          (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1521))
          (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.3.143)(PORT = 1521))
    ADR_BASE_LISTENER = /u01/app/oracle[oracle@virdemo app]$ lsnrctl start
    LSNRCTL for Linux: Version 11.2.0.1.0 - Production on 14-DEC-2009 04:07:57
    Copyright (c) 1991, 2009, Oracle. All rights reserved.
    Starting /u01/app/oracle/product/11.2.0/db_1/bin/tnslsnr: please wait...
    TNSLSNR for Linux: Version 11.2.0.1.0 - Production
    System parameter file is /u01/app/oracle/product/11.2.0/db_1/network/admin/listener.ora
    Log messages written to /u01/app/oracle/diag/tnslsnr/virdemo/listener/alert/log.xml
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC1521)))
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=192.168.3.143)(PORT=1521)))
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1521)))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for Linux: Version 11.2.0.1.0 - Production
    Start Date 14-DEC-2009 04:07:57
    Uptime 0 days 0 hr. 0 min. 0 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Listener Parameter File /u01/app/oracle/product/11.2.0/db_1/network/admin/listener.ora
    Listener Log File /u01/app/oracle/diag/tnslsnr/virdemo/listener/alert/log.xml
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC1521)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=192.168.3.143)(PORT=1521)))
    The listener supports no services
    The command completed successfully
    and my tnsnames.ora# tnsnames.ora Network Configuration File: /u01/app/oracle/product/11.2.0/db_1/network/admin/tnsnames.ora
    # Generated by Oracle configuration tools.
    CAPTURE =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = oel5-11gr2.localdomain)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = capture)

    Hi,
    I was able to start the listener but unable to connect to database through client and i am getting error like this.
    status:Failure-Test failed:Listener refused the connection with the following error:ORA-12505,Tns:listner does not currently know of sid given in connect descriptor The connection descriptor used by the client was:192.168.3.14.........Here is my listner.ora file
    SID_LIST_LISTENER =
      (SID_LIST =
        (SID_DESC =
          (SID_NAME = PLSExtProc)
          (ORACLE_HOME = /u01/app/oracle/product/11.2.0/db_1)
          (PROGRAM = extproc)
    LISTENER =
      (DESCRIPTION_LIST =
        (DESCRIPTION =
          (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
          (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.3.143)(PORT = 1521))
    [oracle@virdemo admin]$ lsnrctl start
    LSNRCTL for Linux: Version 11.2.0.1.0 - Production on 14-DEC-2009 06:45:38
    Copyright (c) 1991, 2009, Oracle.  All rights reserved.
    Starting /u01/app/oracle/product/11.2.0/db_1/bin/tnslsnr: please wait...
    TNSLSNR for Linux: Version 11.2.0.1.0 - Production
    System parameter file is /u01/app/oracle/product/11.2.0/db_1/network/admin/listener.ora
    Log messages written to /u01/app/oracle/diag/tnslsnr/virdemo/listener/alert/log.xml
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC1)))
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=192.168.3.143)(PORT=1521)))
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1)))
    STATUS of the LISTENER
    Alias                     LISTENER
    Version                   TNSLSNR for Linux: Version 11.2.0.1.0 - Production
    Start Date                14-DEC-2009 06:45:38
    Uptime                    0 days 0 hr. 0 min. 0 sec
    Trace Level               off
    Security                  ON: Local OS Authentication
    SNMP                      OFF
    Listener Parameter File   /u01/app/oracle/product/11.2.0/db_1/network/admin/listener.ora
    Listener Log File         /u01/app/oracle/diag/tnslsnr/virdemo/listener/alert/log.xml
    Listening Endpoints Summary...
      (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC1)))
      (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=192.168.3.143)(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
    [oracle@virdemo admin]$

  • Form 9i http listner

    dear fellows
    i have installed 9ids on wxp it connects but when i try to run any form it says
    "FRM-10142 HTTP LISTNER IS NOT RUNNING ON YOUR MACHINE PLEASE START THE LISTNER OR CHECK YOUR RNUTIME PREFRANCE"
    PLZ HELP ME TO GET OUT OF THIS PROBLEM
    THANKS
    KASHIF SOHAIL

    OK GUYS I AM OUT OF THIS ISSUE BUT NOW FACING ANOTHER ISSUE
    WHEN I RUN FORM APPLETS SHOWS AND THEN
    COME WITH
    ALERT STATING
    "FRM-92928 POSITIONAL PARAMETER AFTER KEY ON COMMAND LINE"
    DOES ANY BODY HELP ME
    DO I HAVE TO INSTALL 9IAS TOO AS I HAVE NOT INSTALLED IT BUT 9IDS AND ORACLE 8i
    AS DATABASE
    KASHIF

  • LISTNER PROBLEM

    Hi friends,
    I am in serious problem. I am using AIX, oracle 9, sap4.7
    I restore the data files ,orarach,redolog from PRD server to Dummy PRD server(both have same SID & same palteform)
    now when i start the listner than it gives a error
    Started with pid=692428
    Error listening on: (ADDRESS=(PROTOCOL=tcp)(PORT=1521))
    TNS-12542: TNS:address already in use
    TNS-12560: TNS:protocol adapter error
    TNS-00512: Address already in use
    IBM/AIX RISC System/6000 Error: 67: Address already in use
    And when i reboot the system than it gives an error:-
    tegaprod:oraprd 1> lsnrctl start
    exec(): 0509-036 Cannot load program lsnrctl because of the following errors:
            0509-130 Symbol resolution failed for lsnrctl because:
            0509-136   Symbol __pth_init (number 296) is not exported from
                       dependent module /usr/lib/libpthreads.a[shr_xpg5_64.o].
            0509-192 Examine .loader section symbols with the
                     'dump -Tv' command.
    I ALSO posted this thread on unix form .
    Link: [url]listner problem
    Please help me
    Thanks & Regards
    Karan
    Edited by: karan Singh on May 9, 2008 1:10 PM

    Hi
    check Note 723147 - ORA-12542: TNS: address already in use
    regards,
    kaushal

Maybe you are looking for