Why the listener cannot start? All seems OK

Why the listener cannot start? It seems no problems.
[oracle@localhost database]$ lsnrctl status
LSNRCTL for Linux: Version 10.2.0.1.0 - Production on 18-JUL-2009 10:46:33
Copyright (c) 1991, 2005, Oracle. All rights reserved.
Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1)))
TNS-12541: TNS:no listener
TNS-12560: TNS:protocol adapter error
TNS-00511: No listener
Linux Error: 111: Connection refused
Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=192.168.0.109)(PORT=1521)))
TNS-12541: TNS:no listener
TNS-12560: TNS:protocol adapter error
TNS-00511: No listener
Linux Error: 111: Connection refused
[oracle@localhost database]$ lsnrctl start listener
LSNRCTL for Linux: Version 10.2.0.1.0 - Production on 18-JUL-2009 10:47:00
Copyright (c) 1991, 2005, Oracle. All rights reserved.
Starting /u01/app/oracle/product/10.2.0/db_1/bin/tnslsnr: please wait...
TNSLSNR for Linux: Version 10.2.0.1.0 - Production
System parameter file is /u01/app/oracle/product/10.2.0/db_1/network/admin/listener.ora
Log messages written to /u01/app/oracle/product/10.2.0/db_1/network/log/listener.log
Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC1)))
Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=192.168.0.109)(PORT=1521)))
Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1)))
TNS-12547: TNS:lost contact
TNS-12560: TNS:protocol adapter error
TNS-00517: Lost contact
Linux Error: 104: Connection reset by peer
Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=192.168.0.109)(PORT=1521)))
TNS-12541: TNS:no listener
TNS-12560: TNS:protocol adapter error
TNS-00511: No listener
Linux Error: 111: Connection refused
[oracle@localhost admin]$ cat listener.ora
# listener.ora Network Configuration File: /u01/app/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 = /u01/app/oracle/product/10.2.0/db_1)
(PROGRAM = extproc)
(SID_DESC =
(GLOBAL_DBNAME = db1)
(ORACLE_HOME = /u01/app/oracle/product/10.2.0/db_1)
(SID_NAME = db1)
LISTENER =
(DESCRIPTION_LIST =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.0.109)(PORT = 1521))
[oracle@localhost admin]$ cat tnsnames.ora
# tnsnames.ora Network Configuration File: /u01/app/oracle/product/10.2.0/db_1/network/admin/tnsnames.ora
# Generated by Oracle configuration tools.
DB1 =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.0.109)(PORT = 1521))
(CONNECT_DATA =
(SERVER = DEDICATED)
(SERVICE_NAME = db1)
EXTPROC_CONNECTION_DATA =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
(CONNECT_DATA =
(SID = PLSExtProc)
(PRESENTATION = RO)
[oracle@localhost admin]$ ifconfig
eth0 Link encap:Ethernet HWaddr 00:13:21:C7:21:F1
inet addr:192.168.0.109 Bcast:192.168.0.255 Mask:255.255.255.0
inet6 addr: fe80::213:21ff:fec7:21f1/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:11748 errors:0 dropped:0 overruns:0 frame:0
TX packets:3354 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:792680 (774.1 KiB) TX bytes:155584 (151.9 KiB)
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:8335 errors:0 dropped:0 overruns:0 frame:0
TX packets:8335 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:3326132 (3.1 MiB) TX bytes:3326132 (3.1 MiB)
peth0 Link encap:Ethernet HWaddr FE:FF:FF:FF:FF:FF
inet6 addr: fe80::fcff:ffff:feff:ffff/64 Scope:Link
UP BROADCAST RUNNING NOARP MTU:1500 Metric:1
RX packets:11747 errors:0 dropped:0 overruns:0 frame:0
TX packets:3354 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:839608 (819.9 KiB) TX bytes:225672 (220.3 KiB)
Interrupt:17
vif0.0 Link encap:Ethernet HWaddr FE:FF:FF:FF:FF:FF
inet6 addr: fe80::fcff:ffff:feff:ffff/64 Scope:Link
UP BROADCAST RUNNING NOARP MTU:1500 Metric:1
RX packets:3354 errors:0 dropped:0 overruns:0 frame:0
TX packets:11748 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:155584 (151.9 KiB) TX bytes:792680 (774.1 KiB)
xenbr0 Link encap:Ethernet HWaddr FE:FF:FF:FF:FF:FF
UP BROADCAST RUNNING NOARP MTU:1500 Metric:1
RX packets:11618 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:614983 (600.5 KiB) TX bytes:0 (0.0 b)

Thank you
You are right. Doing according to you conduct, the Listener is started. But EM console cannot be started any more.
How to do next?
[oracle@host admin]$ emctl start dbconsole
TZ set to US/Eastern
Exception in getting local host
java.net.UnknownHostException: host: host
at java.net.InetAddress.getLocalHost(InetAddress.java:1191)
at oracle.sysman.emSDK.conf.TargetInstaller.getLocalHost(TargetInstaller.java:4977)
at oracle.sysman.emSDK.conf.TargetInstaller.main(TargetInstaller.java:3758)
Exception in getting local host
java.net.UnknownHostException: host: host
at java.net.InetAddress.getLocalHost(InetAddress.java:1191)
at oracle.sysman.emSDK.conf.TargetInstaller.getLocalHost(TargetInstaller.java:4977)
at oracle.sysman.emSDK.conf.TargetInstaller.main(TargetInstaller.java:3758)
OC4J Configuration issue. /u01/app/oracle/product/10.2.0/db_1/oc4j/j2ee/OC4J_DBConsole_null_db1 not found.
Edited by: junez on Jul 18, 2009 9:05 AM

Similar Messages

  • After I download Itunes, when trying to sync Ipod, message says "needs newer version of mobile support, uninstall Itunes, and reinstall Itunes, and the same process starts all over again. why is that?

    after I download Itunes, when trying to sync Ipod, message says "needs newer version of mobile support, uninstall Itunes, and reinstall Itunes, and the same process starts all over again. why is that?

    Try removing and then reinstalling the Apple software using these instructions.
    Removing and reinstalling iTunes, QuickTime, and other software components for Windows Vista or Windows 7
    The above containes a link for XP. Also. make sure you install the correct Apple software, It comes in 32 and 64 bit and you need the one that is the same as the computer OS

  • Why the timetable cannot be displayed correctly  in the Gantt graph?

    Hi, jdev 11.1.2.3
    Have a table(task_list) with fields as: id,type, title, content,begin_date,end_date,status...
    and set EO/VO for the table, and drag data control of TaskListView1 Into a jspx page to create Project Gantt as:
    Task id*:id,
    Task type :type,
    Start Time*: BeginDate,
    End time*: EndDate,
    And select all table columns.
    After running, the page showed a Gannt graph with all fields displayed on the left panel (the begin_date,end_date have values of different dates),but blank on the right timetable panel, what ever the timetable's view (week,month,year,project) will be chosen.
    Why the timetable cannot be displayed correctly in the Gantt graph?
    Thanks.

    That is the default text that Firefox displays on a tab.<br />
    As soon as the image has loaded then that text is replaced by the image.
    If you keep seeing that text then something is blocking images.
    See:
    * http://kb.mozillazine.org/Images_or_animations_do_not_load

  • How can I know that the listener is starting up?

    Hi,
    I follow the instruction in ACS Oracle Installation guide. I believe that many of you use the document to install oracle. I have a question when I try to start the listener. when I execute ./listener8i stop or ./listener8i start I got the same message, which is different from the message in the ACS document.
    Here is the message:
    Oracle 8i listener start/stop
    Startting the Listener for 8i:
    LSNRCTL for Linux: Version 8.1.6.0.0 - Production on 31-AUG-2000 14:00:00
    (c) Copyright 1998, 1999, Oracle Corporation. All rights reserved.
    TNS-01106: Listener using listener name LISTNENER has already been startd.
    Is the message above correct? How can I know the listener is started up?
    TIA,
    Tony

    try "lsnrctl status" on the linux command line.
    for further info use "lsnrctl help"

  • The package name The Gallbladder-4.itmsp contains an invalid character(s).  The valid characters are: A-Z, a-z, 0-9, dash, period, underscore, but the name cannot start with a dash, period, or underscore

    I have an iBook on itunes and I am trying to upload a new version of the book. I am following the workflow through iBooks Author and when I fell out all of the infromation for the package on iTunes producer i then hit the deliver button and I get the following error message:
    The package name The Gallbladder-4.itmsp contains an invalid character(s).  The valid characters are: A-Z, a-z, 0-9, dash, period, underscore, but the name cannot start with a dash, period, or underscore.
    As far as I can tell the file that is being referenced does not meet the criteria axpressed in the erro message and in fact that file has been created by iBooks Author so one would think there shouldnt be an error.
    I also get the following to error messages:
    Apple's web service operation was not successful
            Unable to authenticate the package: The Gallbladder-4.itmsp
    Would ove any help.
    Thanks,
    Jeff

    Thank you so much for your help.
    For anyone that would like to check out this book it can be downloaded at:
    https://itunes.apple.com/us/book/the-gallbladder/id598317335?ls=1
    Please check out our free medical education blog by Jeffrey Eakin using iBooks Author at:
    http://free-medical-education-ibooks-author.blogspot.com

  • X61 - SD Card Reader - (Code 10 - the device cannot start)

    Hi.
    One of our users in RTX Telecom Denmark have a problem with his X61.
    Everytime he insert a SD card to the reader it comes with this error message:
    Code 10 - the device cannot start. 
    We have tried all the Windows hotfixes, reinstalling the drivers from:
    http://www-307.ibm.com/pc/support/site.wss/document.do?sitestyle=lenovo&lndocid=MIGR-67971
    restarting the machine, but nothing helps.
    Do you know anything about this issue.
    Thanks in advance.
    Best regards,
    RTX Telecom A/S
    Jesper Breum Larsen
    Trainee 
    Stroemmen 6
    DK-9400 Noerresundby
    Web: www.rtx.dk 
    Message Edited by RTX-IT on 02-13-2009 09:20 AM

    I have now tried with the preload without any luck. Or that is not completly true, I could put a 1 gB Kingston card in the computer and it would pop up. But it also freezed the computer from time to time.
    If I took the card again after a freeze, the computer went back to normal.
    But out of 6 SD cards, that was the only one I managed to get working.
    I tried all kind of sizes:
    64 mb (no luck)
    512 mb (no luck)
    1 gb (kinda worked - sometimes freeze)
    2 gb (no luck)
    4 gb (no luck)
    8 gb  (no luck)
    So now I have called Lenovo support and they will come and fix it for me. 

  • Error 244: The DataFinder cannot start due to an internal error.

    I have LabVIEW 2010 and, during Windows start-up, this error message pops up:
    "The DataFinder cannot start due to an internal error.
    (244): Please wait till the National Instruments PSP Service is running and try starting the DataFinder again or reboot your computer."
    I have had this error message pop up for the past year so it is a recurring thing. It started showing up a few months after I had installed the LabVIEW program onto my computer, so I am not sure on what caused this message to consistently pop up. I find that it also causes a delay in the starting up of my computer--my other start-up applications will begin to show only when I close the error window. Please help! Thank you.
    Solved!
    Go to Solution.

    Hi xcontradictorx,
    It sounds like the National Instruments PSP Server Locator might not be started. Could you go to Control Panel >> Administrator Tools >> Services and locate the National Instruments PSP Server Locator? Double-click on it and make sure that the service is started. If it is, stop it and start it again (just by hitting the stop and start buttons). If it is not, start it, then go to the Recovery Tab and choose Restart the Service as the action for First, Second, and Subsequent failures. 
    If after change the settings for the PSP service the issue continues I would think that for some reason the PSP service is just being started late for some reason. Could you do a test real quick: disable the DataFinder in msconfig, reboot, then run the DataFinder.exe from C:\Program Files\National Instruments\Shared\DataFinderDesktop\bin. This should place the MyDataFinder app in your system tray (it looks like a yellow gear). 
    If this is successful, then we will need to change the order of startup services such that the DataFinder just starts after the PSP service. 
    Try the following: 
    1) Locate the DataFinder entry from the registry. Located at HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run 
    2) Delete the DataFinder entry 
    3) Add a shortcut of DataFinder.exe to C:\Documents and Settings\All Users\Start Menu\Programs\Startup 
    4) Reboot 
    This should do all the standard Windows Startup (like starting services, etc.) and then launch the DataFinder. 
    One question: do you use the DataFinder at all? Either with DIAdem or the Data Finder toolkit? If not, you could try removing it from the Startup items. Just go to Start >> Run... and type "msconfig". Choose the Startup tab, locate DataFinder, and deselect it. Click apply. This will probably get rid of the error message.
    Patrick H | National Instruments | Software Engineer

  • Was just loading indesign and cannot start it. seem to have no rights for some presets. i deinstalled and installed new, same problem. help!

    was just loading indesign and cannot start it. seem to have no rights for some presets. i deinstalled and installed new, same problem. who can help?

    Not easy if vital information is missing. Sometimes it seems like people are using the internet the first time...
    What version of Indesign?
    What OS? "Rights" sounds like Windows
    What is happening when starting it?
    If Windows, where was it installed?
    If Windows, do you have admin permissions?

  • 10g listener cannot start after install 11g

    Hi,
    I install 11g R2 into one of 10g windows 2003 server, but I did not perform upgrade, I want the 11g coexists with 10g.
    But after I install 11g and create a new 11g instance, I found that the listener cannot be started, until I change the environment variable ORACLE_HOME
    of windows to 11g home directory.
    But when I reboot my server, I found that the old 10g listener cannot be started,
    the services cannot be started and if I try to start the listener in command "lsnrctl start", error TNS-12560: TNS:protocol adapter error prompt.
    So I changed the ORACLE_HOME environment variable to 10g home directory again and the listener can be started.
    And when I want to start 11g listener, I will have to change again the ORACLE_HOME environment variable to 11g home directory.
    Is this a normal behaviour to have 11g and 10g co-exists in one server?
    Thanks
    Vincent

    pj**** wrote:
    Hi,
    I install 11g R2 into one of 10g windows 2003 server, but I did not perform upgrade, I want the 11g coexists with 10g.
    But after I install 11g and create a new 11g instance, I found that the listener cannot be started, until I change the environment variable ORACLE_HOME
    of windows to 11g home directory.
    But when I reboot my server, I found that the old 10g listener cannot be started,
    the services cannot be started and if I try to start the listener in command "lsnrctl start", error TNS-12560: TNS:protocol adapter error prompt.
    So I changed the ORACLE_HOME environment variable to 10g home directory again and the listener can be started.
    And when I want to start 11g listener, I will have to change again the ORACLE_HOME environment variable to 11g home directory.
    Is this a normal behaviour to have 11g and 10g co-exists in one server?
    Thanks
    Vincentonly 1 listener is needed on any DB Server & the listener should be for the highest version of Oracle DB Server

  • Product extension oracle.odi could not be loaded. The product cannot start.

    Hi everybody!
    i hava a problem in running odi on IBM AIX, when i write ./odi.sh. the odi can not start ,
    "Product extension oracle.odi could not be loaded. The product cannot start." This is error message, why?
    by the way IBM AIX's version is 5.3, ODI'S version is ofm_odi_generic_11.1.1.3.0_disk1_1of1 ,It is correct?
    Pleass help me to solve it!

    user10795526 wrote:
    hi,
    Can you tell us how to solve this iusse??Wait for Oracle to certify the software on the platform in question. You can run the ODI Server components but will have to run Studio on a supported platform.

  • The emulator cannot start

    Hi all,
    I have already installed jdk , the latest release from oracle, and the wireless toolkit sdk ( Sun Java ME Platform SDK 3.0 ).
    I created a helloworld project and when I run it then the emulator cannot start and there was an error in the error output saying that device cannot be contacted , device did not register in time.
    During the compilation there was also warning saying that the jad and the jar will be modified in the future.
    So what should I do to make the emulator running ?
    Thank you very much indeed
    PS : my computer is windows xp sp2 , pentium 3 ( 1 GHz ) , RAM : 128 M

    Hi ,
    Did  you try to disable the services , if they are exsit :
    HP Smart Array SAS/SATAEvent notification
    HP Insight storage agents
    Then restart your server .
    Best Regards
    Elton Ji
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • I would like to ask whether anyone knows of any true explanation for why the iPhone 5 starts at $199 in the US and £529 in the UK? That is more than a £400 discrepancy...

    I would like to ask whether anyone knows of any true explanation for why the iPhone 5 starts at $199 in the US and £529 in the UK? That is more than a £400 discrepancy...
    iPhones are duty free and even with a $50 shipping fee it would only come to £185.75 including VAT at the current exchange rate.

    How much a month is the standard 24month contract with AT&amp;T or one of the other American providers that makes the handset cost $199?
    Here's the cheapest plans available from the big three:
    The plans start there and can run up to $230/mo (for AT&T).

  • Error: The DataFinder cannot start due to an internal error

    Hello,
    I get the same error message every time I reboot my Win 7 PC:
    "National Instruments DataFinder"
    "The DataFinder cannot start due to an internal error."
    "Please wait till the National Instruments DataFinder Index Service is running and try starting the DataFinder again, or reboot your computer. "
    I tried finding a DataFinder Index Service in the Control Panel --> Admin,istrative Tools --> Services, as mentioned in this post http://forums.ni.com/t5/LabVIEW/Error-244-The-DataFinder-cannot-start-due-to-an-internal-error/td-p/...,
    but there was none such listed service:
    I cannot find any mention of a DataFinder or a DataFinder Index Service anywhere else on my PC. Can you please help to find out where this error is coming from and how to fix it? As far as I am aware, I do not use this DataFinder. Thanks!
    Regards,
    Brandon

    Hello BrandonVonk,
    The toolkit wouldn't show up in your installed programs list as it is more like a plugin to LabVIEW. Instead, pull up NI License Manager and go to Local Licenses > LabVIEW XXXX > Toolkits and see if it is listed amongst the toolkits you have installed. There should be a geen box next to it to indicate that it has been installed and activated.
    Hope this helps,
    Siana A.
    Application Engineering
    National Instruments

  • MacBook Pro turns on but will not load. Battery will power up and charge. The PRAM second start up seems to work, but the Apple timer continues add-infinitum. There is also a disc in the laptop so I can't load re-load software OS 10.6.1. How do I resolv

    MacBook Pro turns on but will not load. Battery will power up and charge. The PRAM second start up seems to work, but the Apple timer continues add-infinitum. There is also a disc in the laptop so I can't load re-load software OS 10.6.1. How do I resolve this problem?

    Try booting in Safe Mode by holding your Shift key down when booting. Also, try holding the eject key down when booting to eject the DVD. If you plug a mouse in and hold the clicker down when booting, that should eject the DVD.   
    17" 2.2GHz i7 Quad-Core MacBook Pro  8G RAM  750G HD + OCZ Vertex 3 SSD Boot HD 
    Got problems with your Apple iDevice-like iPhone, iPad or iPod touch? Try Troubleshooting 101

  • I have upgraded my software to OS X Snow Leopard. Now I want to update that to Lion. How do I do that? When I look at the Lion software available for download on the apple site it all seems to be update software for people already a version of Lion.

    I have upgraded my software to OS X Snow Leopard. Now I want to update that to Lion. How do I do that? When I look at the Lion software available for download on the apple site it all seems to be update software for people already a version of Lion.

    It has to be 10.6.8 I believe, before you can upgrade to Lion. I found some more info, please check out: http://www.informationweek.com/byte/howto/personal-tech/desktop-os/231001728
    Be sure all your programms will work on Lion. Power PC programms do not work anymore (eg Nikon Scan 4 will not work from now on on Mac OS X). Some versions of Canon utilities for camera's do not work, Canon still have to upgrade. For an App Compatibility Table: http://roaringapps.com/apps:table

Maybe you are looking for

  • Zen Micro problem need help

    Today i was listening to music and my zen micro just froze while playing and no buttons could be pressed and the lock button wasnt on. So i took the battery out and rebooted the player but it froze at the creative screen. I went home and i went to re

  • Ipod nano second generation. someone has to have an answer...

    my ipod is working fine. but,itunes does not recocnize it as my own. library does not show,ipod name does not show up. it charges up fine and all the songs are still there. it always says do not disconnect is there a way to format the entire player a

  • Using Media Manager to 'Make Offline' it re-names media files to 'Private'

    For some reason Media Manager is changing the name of media files when processing them making it impossible to reconnect them. My director always has a complete copy of our film's media files on his 'home set-up' (FCP 5.0 on a Powerbook with 2 x 500g

  • "Balance in Group currency USD is too large for automatic correction" error

    Hello Gurus, Please help me.. When we post document from FB01, we want to enter amount in group curreny different than what SAP calculates, But when we enter different amount(than what sap calculates ) we are getting "Balance in Group currency USD is

  • AS Rock Z77E-ITX + Intel SSD 330 Series segfaults under load

    Hi, I just finsihed installing a new system with an AS Rock Z77E-ITX mini ITX mother board (Intel Z77) and an Intel 330 Series 120GB SSD. The setup is EFI+GPT+LUKS+LVM+EXT4 and it segfaults if I put heavy io load on the SSD. I have tried to remove as