Listener trouble

hi ALL:
who can help me? oracle listener can't start now. when run lsnrctl start,the error list:
oracle@sun1 admin]$ lsnrctl start
LSNRCTL for Linux: Version 9.2.0.1.0 - Production on 18-JUN-2003 16:40:15
Copyright (c) 1991, 2002, Oracle Corporation. All rights reserved.
Starting /home/oracle/oracle9i/bin/tnslsnr: please wait...
TNSLSNR for Linux: Version 9.2.0.1.0 - Production
System parameter file is /home/oracle/oracle9i/network/admin/listener.ora
Log messages written to /home/oracle/oracle9i/network/log/listener.log
Error listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC)))
TNS-12542: TNS:address already in use
TNS-12560: TNSrotocol adapter error
TNS-00512: Address already in use
Linux Error: 98: Address already in use
Listener failed to start. See the error message(s) above
The platform is redhat 9,oracle9.0,Now what can i do?

Your listener is already running.
[oracle@rhpc2 oracle]$ lsnrctl status
LSNRCTL for Linux: Version 9.2.0.1.0 - Production on 19-JUN-2003 09:34:07
Copyright (c) 1991, 2002, Oracle Corporation.  All rights reserved.
Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=rhpc2)(PORT=1521)))
STATUS of the LISTENER
Alias                     LISTENER
Version                   TNSLSNR for Linux: Version 9.2.0.1.0 - Production
Start Date                30-MAY-2003 14:31:12
Uptime                    19 days 19 hr. 2 min. 54 sec
Trace Level               off
Security                  OFF
SNMP                      OFF
Listener Parameter File   /u01/app/oracle/product/9.2.0/network/admin/listener.ora
Listener Log File         /u01/app/oracle/product/9.2.0/network/log/listener.log
Listening Endpoints Summary...
  (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=rhpc2)(PORT=1521)))
  (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC)))
Services Summary...
Service "OEMREP" has 2 instance(s).
  Instance "OEMREP", status UNKNOWN, has 1 handler(s) for this service...
  Instance "OEMREP", 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...
The command completed successfully
[oracle@rhpc2 oracle]$ lsnrctl start
LSNRCTL for Linux: Version 9.2.0.1.0 - Production on 19-JUN-2003 09:41:29
Copyright (c) 1991, 2002, Oracle Corporation.  All rights reserved.
Starting /u01/app/oracle/product/9.2.0/bin/tnslsnr: please wait...
TNSLSNR for Linux: Version 9.2.0.1.0 - Production
System parameter file is /u01/app/oracle/product/9.2.0/network/admin/listener.ora
Log messages written to /u01/app/oracle/product/9.2.0/network/log/listener.log
Error listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=rhpc2)(PORT=1521)))
TNS-12542: TNS:address already in use
TNS-12560: TNS:protocol adapter error
  TNS-00512: Address already in use
   Linux Error: 98: Address already in use
Listener failed to start. See the error message(s) above...TTFN
John

Similar Messages

  • Key Listener Troubles

    Hi all
    Just trying to get my draw applet to draw the rectangles in 3d. At the moment i can draw in 3d and if i click inside the newly created rectangle and drag it moves it.
    Now the problem has come that i want to make the rectangles 3d. I've done this, tested it separately in another class so i know it works. I am trying to activate "3D mode" by holding down Control and clicking in the rectangle. It should then redraw the rectangle at the place where the mouse was released. The only problem is it just moves the rectangle and doens't make it 3d as ifs ignoring the keyEvent.
    So basically i'm just wondering if i have a keyEvent that occurs when ctrl is pressed, then i click in rectangle will the mouse listener take over and therefore the keyEvent be forgotton and my booleans for drawing in 3d be reset???
    Cheers for any assistance in answering this question.

    if you want it in conjunction with mouse clicks, you can get the fact of the control, shift or alt (and a couple others) are being held at the time of the mouse event...
    if((me.getModifiers() & InputEvent.CTRL_MASK) == InputEvent.CTRL_MASK) {
       System.out.println("CTRL_MASK is held down...");

  • Re: Combobox Listener troubles

    Your JPanel should not be implementing ItemListener. The ItemListener is added anonymously to the ComboBox:
    jComboBox1.addItemListener(new java.awt.event.ItemListener() {
    public void itemStateChanged(ItemEvent e) {
    jComboBox1_itemStateChanged(e);
    Just remove the "implements ItemListener" from the cptables class declaration.

    You're using JBuilder?
    Ok, then
    1) click to the Design tab.
    2) select the combobox
    3) on the right hand side, there's a panel with all the component attributes. There's another tab (look at the bottom) for events. Click that tab
    4) Now select the event handler you'd like for the combobox (I suggest "actionPerformed")
    In the method that it creates for you:
    String item = combobox.getSelectedItem();

  • Hi, Im having trouble with my Iphones sounds, it wont let me listen to music, watch videos, notify me if i get a text, basically everything that makes a sound is no longer working. The volume level you get when you play music isnt there, HELP?!

    Hi, basically i have no sound at all on my Iphone, it doent notify me when i get a text, when someone rings, when i play music or watch videos, the volume slider that is usually present while watching videos or listening to music is no longer there at all, ive turned my phone on and off a couple of times now ive put headphones in and out to see if i had a sticky jack but still no luck Someone help??

    And to clarify, these are all iTunes movie and music downloads, so there should not be a compatability issue. And no, the iPod did not come damaged from Apple, it was a hand-me-down from a friend who busted the internal speaker. But it's never done anything like this before. It just had crappy sound. And yes, the timing of the movies and music having issues is the same as the speaker dying. And no, this has NOTHING To do with music videos. I don't have any on any of our devices.

  • Trouble with a JMS proxy listening to a distributed topic

    Hi all,
    I've setup an ALSB cluster with 1 admin instance and 2 managed instances (m01 and m02).
    I've also configured 1 distributed topic A and defined the two below proxies:
    - proxy P1 is a http proxy that publishes a message into the distributed topic A. The proxy uses a business service with jms protocol and endpoint uri:
    jms://wasdv1r3n1.dev.b-source.net:7301,wasdv1r3n1.dev.b-source.net:7303/my.ConnectionFactory/DistributedTopicA
    - proxy P2 is a JMS proxy listening to
    jms://wasdv1r3n1.dev.b-source.net:7301,wasdv1r3n1.dev.b-source.net:7303/my.ConnectionFactory/DistributedTopicA
    that logs the received message and writes it to file.
    The strange behaviour is that on the managed m01 log file I see the message received from P2 but also on the managed m02 log file I see the message received from P2.
    So I'm sending out 1 message and receiving 1 x managed that is total = 2.
    This strange behaviour is also confirmed from the fact that I see on the file system 2 files and not only 1.
    I thought it was a problem concerning the config of business service that publishes message into the distributed topicA; but I tried with an external 'normal' java JMS subscriber that listens to t3://wasdv1r3n1.dev.b-source.net:7301,wasdv1r3n1.dev.b-source.net:7303 and it works properly: it receives only 1 message.
    I'm trying to understand where is my fault.
    Do you have any idea ?
    Thanks in advance
    Patrizio

    If you publish a message to a topic, all the proxy that subscribed to this topic will receive the message. If you want the message to be processed by only one managed server you can publish to a queue instead.
    Gregory Haardt
    ALSB Prg. Manager
    [email protected]

  • Having trouble listening to podcast......suddenly

    Windows XP
    can anyone help?
    after listening to a podcast daily, suddenly i get the following prompt when trying to download the last show, or any show for that matter:
    "There was a problem downoading "FTL2006-03-07". You do not have any access privileges for this operation.
    Please check that the URL is correct and the connection to the network is active and try again."
    Well, the URL is correct, for I unsubscribed and resubscribed to the podcast. Any help would be appreciated.
    I'm still waiting on btabz for some help with another problem that unfortunately, he made worse...sorry.
    thanks
    Windows XP
    Windows XP
      Windows XP  

    I was never having a direct conversation with you and never learned the specifics of the problem. My messages were replies to someone named csshawke. That's why it is better to create your own thread, to try to keep everything nice, organized, and working No worries though
    Do you know where the iTunes Music Library.xml file is? Not what your iTunes library looks like or what is in it, but where that file is? Your music is still on your computer, iTunes just isn't showing it. Just, do you know where that file is? That file tells iTunes where to look. If you have it, you are fine.
    btabz

  • Help-trouble With Listener

    One class (class 1)implements mouse listener and responds to a mouse events.
    As part of that response it needs to call a variable set method in another class (class 2)and also have that setMethod call it's own ActionPerformed.
    Seems the problem is I don't have aaction event to pass
    I only have a mouse event. As follows:
    class 1
    public void mousePressed(MouseEvent e) {
    int y1=Math.abs(e.getY()-y);
    this.sourceReference.setVar(y1);
    repaint();
    class 2
    int var;
    public void setVar(int y)
    var=y;
    this.ActionPerformed(?? ); //This is what I want to do
    Same question slightly different.
    From class 1 I scould first call the setVar method
    and then issue a call to class 2's ActionPerformed.
    But again I don't seem to have the proper action event e to pass it.
    Thanks
    PS I posted this on the beginner site but no response.

    You can create an appropriate ActionEvent with an appropriate constructor.
    public ActionEvent(Object source, int id, String command)
    source should be the source (possibly component) that generated the event.
    id should be ActionEvent.ACTION_PERFORMED
    command should be whatever is meaningful for the event you are firing.
    Rather than tightly coupling this to a single actionPerformed method, you should look into making a fireActionPerformed-esque method (See the source for some of the swing components for examples) and registering action listeners... this means that you can extend the system at a later date so two or more other components are notified by the event.

  • Trouble with Phase Listener?

    I am having a problem getting my page beans' "init", "preprocess" and "prerender" methods to fire. My page beans are inherited from "com.sun.jsfcl.app.AbstractPageBean" which do have these methods defined. From what I've found, it appears that my problem is a lack of a "phase-listener" in my faces-config.xml file. How should this be configured? If I put in:
    <lifecycle>
    <phase-listener>com.sun.jsfcl.app.AbstractPageBean</phase-listener>
    </lifecycle>
    I get an error that the phase listener can't be instantiated (which makes sense, it is abstract). How do I configure my application so that the "init", "preprocess" and "prerender" methods fire?
    Thanks,
    Lonnie

    I have absolutely no idea what you're talking about. This is not JSF specific.
    Maybe you're using some additional JSF component library which offers this stuff. I guess that it is Woodstock again. In any way, you should consult the documentation which come along with the component library for answers on this kind of questions.

  • Trouble adding listener to JCalendar bean

    Has anyone ever used the JCalendar bean from toedter.com?
    It inherits .addPropertyChangeListener(PropertyChangeListener pcl) from JComponent, but the compiler will not recognize this method.
    Anyone ran into this problem before?
    Thanks,
    Tim

    - Are you sure that JCalendarName is a variable that
    contains a JCalendar object?JCalendarName is just what I used to represent to you my instance of JCalendar (I actually just call it cal.
    - Are you sure that "this" refers to an object of a
    class that implements PropertyChangeListener? For
    instance is the above line of code within an inner
    class of the actual PropertyChangeListener
    implementation where "this" refers to the inner class
    object not the enclosing class object?This particular bean's API says that it inherits .addPropertyChangeListener(PropertyChangeListener pcl) from JComponent. I assumed that using this would work, as it does with any other listener I've used before.
    Is there perhaps some other listener to which I should make a reference in this method's argument?
    Thanks,
    Tim

  • Trouble starting listener

    Hi.
    AIX 5.2 / 9i.
    I can connect to our DEV instance if I go to the server itself, no problem.
    If I try with SQL*Plus then I get the old "no listner" response.
    If I try "lsnrctl status" on the server I get:
    oradbdev@TEST:lsnrctl status
    LSNRCTL for IBM/AIX RISC System/6000: Version 9.2.0.5.0 - Production on 25-SEP-2
    008 12:31:47
    Copyright (c) 1991, 2002, Oracle Corporation. All rights reserved.
    Connecting to (ADDRESS=(PROTOCOL=tcp)(PORT=1521))
    TNS-12541: TNS:no listener
    TNS-12560: TNS:protocol adapter error
    TNS-00511: No listener
    IBM/AIX RISC System/6000 Error: 79: Connection refused
    If I try to lsnrctl start this is returned:
    oradbdev@TEST:lsnrctl start
    LSNRCTL for IBM/AIX RISC System/6000: Version 9.2.0.5.0 - Production on 25-SEP-2
    008 12:32:31
    Copyright (c) 1991, 2002, Oracle Corporation. All rights reserved.
    Starting /oradbi2/oracle/testdb/9.2.0/bin/tnslsnr: please wait...
    TNSLSNR for IBM/AIX RISC System/6000: Version 9.2.0.5.0 - Production
    NL-00280: error creating log stream /oradbi2/oracle/testdb/9.2.0/network/log/lis
    tener.log
    NL-00278: cannot open log file
    SNL-00016: snlfohd: error opening file
    IBM/AIX RISC System/6000 Error: 13: Permission denied
    Listener failed to start. See the error message(s) above...
    The line in bold worries me. I have just cloned this DEV instance from TEST, and the /oradbi2/oracle path is the TEST instance not the DEV.
    I have run adcfgclone almost to the end but it terminated with a connection failure.
    I have been discusing this with Metalink but for the last 3 hours I have heard nothing from them. So I thought I would give you unpaid experts a shot.
    Thanks for any advice in advance.

    No - that apps listener issue is (on advise of ML) to be left until we complete the cloning.
    You are right - there is an issue with permissions, but then I expect there would be because the listener on oradbi2 is owned by a different user since its on another instance (TEST).
    The problem is that the DEV user is still looking at TEST (we cloned from TEST).
    Perhaps this is because the adcfgclone script did not finish 100%.
    I dont know which .env file I might take a look at to ensure that DEV points to oradbi3 and not oradbi2.
    Actually, I just did a reload and now when I try Status it is pointing to the right destination (oradbi3)
    Connecting to (ADDRESS=(PROTOCOL=tcp)(PORT=1521))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for IBM/AIX RISC System/6000: Version 9.2.0.5.
    0 - Production
    Start Date 25-SEP-2008 13:16:33
    Uptime 0 days 0 hr. 0 min. 2 sec
    Trace Level off
    Security OFF
    SNMP OFF
    Listener Parameter File /oradbi3/oracle/devdb/9.2.0/network/admin/DEV_doraldb/
    listener.ora
    Listener Log File /oradbi3/oracle/devdb/9.2.0/network/log/listener.log
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=doraldb.doral.com)(PORT=1521)))
    The listener supports no services
    The command completed successfully
    It claims to be set to port 1521, yet when I go to the listner.ora file itself, it is listening on port 1525, which is what I set it to in the adcfgclone.pl stage.
    Still cannot make sql connections - I have tried changing the port number in my own tnsnames.ora to both 1525 and / or 1521 and still the old "no listener" response.
    Edited by: Dan A on Sep 25, 2008 1:14 PM

  • Have trouble getting the listener to work

    At the end of configuring the nodes for the Listener I get this error message:
    Problem in configuration: oracle1: LISTENER_ORACLE1 Listener start failed. Listener may already be running. CRS-0215: Could not start resource 'ora.oracle1.LISTENER_ORACLE1.lsnr'
    if i try to manually start the listener with 'srvctl start nodeapps -n oracle1' i get the following errors;
    failed to get ip for locale host
    and then a whole bunch of errors of it trying to start the listener on every ip mentioned in the host file

    I'm not sure your problem.
    1. Please check listener, that is running or not
    $ ps -aef | grep LISTENER
    and try to kill it
    2. start by again by srvctl
    srvctl start listener -n ORACLE1
    ... Please post error again and tell information about ORACLE ENV

  • Trouble with listener.ora and tnsnames.ora

    I can't get the listener running.
    Trying to start the listener results in the following message:
    LSNRCTL for MacOS X Server: Version 9.2.0.1.0 - Beta on 04-JAN-2003 23:35:28
    Copyright (c) 1991, 2002, Oracle Corporation. All rights reserved.
    Message 1070 not found; No message file for product=network, facility=TNSTNS-12545: Message 12545 not found; No message file for product=network, facility=TNS
    TNS-12560: Message 12560 not found; No message file for product=network, facility=TNS
    I suspect i have a configuration error in listener.ora or tnsnames.ora, but I'm stumped at this point.
    Can anyone help?
    Much appreciated.
    John freberg
    TNS-00515: Message 515 not found; No message file for product=network, facility=TNS
    MacOS X Server Error: 2: No such file or directory

    Assume you've got $ORACLE_HOME
    We'd end run listener problems by setting/exporting TNS_ADMIN and putting tnsnames.ora and listener.ora files in a standard place ( ../dbs for our site) rather than Oracle's defaults.
    We'd also found that there is a parsing problem of the tnsnames.ora file by 9.2 ( its in AIX and MAC versions at least). Placing the entire description section on a single line consistently resolved problem.
    Opening a Tar on that one.
    So Now we're accessing Dbs based on mac and AIX from Multiple MAC and AIX remote sites with SQLPLUS and thin clients.
    JD

  • I am having trouble viewing/listening to, pharmacology for the prehospital proffesional. what can i do?

    i am having trouble downloading, pharmacology for the prehospital proffesional. what can i do ?

    Barney & Fred,
    Try another calendar source. Others have found Hebcal Jewish Calendar to be a better source than the Apple provided Jewish holiday calendar.

  • Trouble to start Oracle XE listener

    I install Oracle XE in my redhat server. But I get the error message below,
    Starting /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/bin/tnslsnr: please wait...
    TNS-12537: TNS:connection closed
    TNS-12560: TNS:protocol adapter error
    TNS-00507: Connection closed
    Linux Error: 29: Illegal seek
    Do you know what is the problem? Thanks in advance.

    I'm having this same problem.
    Installed Oracle 10g XE on RedHat EL 3.0 -- rpm install went fine, and no errors on /etc/init.d/oracle-xe configure. I took the defaults for everything.
    A number of oracleexe processes are running, but no listener:
    # ps -afe| grep oracle
    oraclexe 2784 1 0 08:56 ? 00:00:00 ora_xe_pmon_XE
    oraclexe 2786 1 0 08:56 ? 00:00:00 ora_xe_psp0_XE
    oraclexe 2788 1 0 08:56 ? 00:00:00 ora_xe_mman_XE
    oraclexe 2790 1 0 08:56 ? 00:00:00 ora_xe_dbw0_XE
    oraclexe 2792 1 0 08:56 ? 00:00:00 ora_xe_lgwr_XE
    oraclexe 2794 1 0 08:56 ? 00:00:00 ora_xe_ckpt_XE
    oraclexe 2796 1 0 08:56 ? 00:00:00 ora_xe_smon_XE
    oraclexe 2798 1 0 08:56 ? 00:00:00 ora_xe_reco_XE
    oraclexe 2800 1 0 08:56 ? 00:00:00 ora_xe_cjq0_XE
    oraclexe 2802 1 0 08:56 ? 00:00:00 ora_xe_mmon_XE
    oraclexe 2804 1 0 08:56 ? 00:00:00 ora_xe_mmnl_XE
    oraclexe 2806 1 0 08:56 ? 00:00:00 ora_xe_d000_XE
    oraclexe 2808 1 0 08:56 ? 00:00:00 ora_xe_s000_XE
    oraclexe 2810 1 0 08:56 ? 00:00:00 ora_xe_s001_XE
    oraclexe 2812 1 0 08:56 ? 00:00:00 ora_xe_s002_XE
    oraclexe 2814 1 0 08:56 ? 00:00:00 ora_xe_s003_XE
    oraclexe 2818 1 0 08:56 ? 00:00:00 ora_xe_qmnc_XE
    oraclexe 2867 1 0 08:56 ? 00:00:00 ora_xe_q000_XE
    oraclexe 2869 1 0 08:56 ? 00:00:00 ora_xe_q001_XE
    root 2927 2559 0 09:00 pts/1 00:00:00 grep oracle
    netstat -an | grep LISTEN shows that there's nothing listening on either port 1521 or 8080.
    I am able to connect to the database directly using sqlplus.
    When I attempt to start the listener directly using lsnrctl start, I get:
    # lsnrctl start
    LSNRCTL for Linux: Version 10.2.0.1.0 - Beta on 17-FEB-2006 09:02:14
    Copyright (c) 1991, 2005, Oracle. All rights reserved.
    Starting /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/bin/tnslsnr: please wait...
    TNS-12537: TNS:connection closed
    TNS-12560: TNS:protocol adapter error
    TNS-00507: Connection closed
    Linux Error: 29: Illegal seek
    In my other research, I saw that this problem was blamed on a missing or damaged loopback entry in the /etc/hosts file, but mine looks good.
    I will note that this is a dual-homed machine, and I'm currently only trying to bind to one of the hostnames.
    Can anyone suggest where I should go from here? Additional diagnostic steps, log files, strace dumps, etc. that I should try?
    Thanks...

  • Trouble listening to xmradio thru iphone in car

    When I plug in my iphone via ubs cable to my pioneer car stereo it defaults to the ipod function and I want to listen to my xm radio via internet data stream. How do I change the default?

    hello,
    Here's my case (alpine stereo with "full speed" connection):
    I used to play via spotify or other apps by pausing the play and from there i was able to play from spotify.
    BUT from the last version of iOS (5.0.1), my stereo doesn't play anymore other apps sounds.
    It's in conjoinction with spotify update who display songs title on the lock screen.
    My stereo display a big "error" screen...
    but... i'm confiant because sometimes spotify works and display song info & playlist on the stereo OSD ! just sometimes...
    I want to believe apple is working on integrating music apps like the original ipod app, but it's highly buggy but possible !

Maybe you are looking for

  • I have music that i have on my ipod that i want saved on i tunes how can i do this if none of the music was purchesed

    i had to erase all my stuff on my computer including my itunes so today i decided to down load it again so i could update my ipod i want all my music on itunes so i can clean my ipod then put it all back on. but all i can do is sync it after that i d

  • Price difference between Purchase Order and GR

    Hi We have a scenario where we have PO based IR and for the particular Purcahse order we have 4 GRN (out of which 3 goes by Standard Purchase Order Price) whereas one GR have with an Higher value than PO.But all the IR's have been posted with Purchas

  • Where is cs5 design premium??? i dont have licence for cs6

    hello, i bought a new pc and i want to download ADOBE CREATIVE SUITE 5 DESIGN PREMIUM. i bought it as a student and i had activated my licence key to my old pc. i want now to install it to my new one and i cant find it at adobe.com. there is only cs6

  • .mov will not play in quicktime

    I have some video files from my video camera. They are a .MOV format but quick time will only play the sound from them and no picture. They are supposed to be HD video files so i don't know if this is posing the problem or what. Is there a codec or s

  • How to save captured video file to RMS

    hi, i am facing problems with RMS, can anybody help in this , saving captured video files into RecordStore,and playback the saved video file from RecordStore thanks.......