XE error - "can't establish a connection to the server at 127.0.0.1:8080"

I installed XE on my laptop, os windows xp prof. v2002 sp2.
Database works fine, I can access with sql command line.
But can not access to database home page and apex.
Tried both links with both IE and Firefox;
http://localhost:8080/apex
http://127.0.0.1:8080/apex
Same error I get; "can't establish a connection to the server at 127.0.0.1:8080."
SQL*Plus: Release 10.2.0.1.0 - Production on Cmt Kas 17 22:44:04 2007
Copyright (c) 1982, 2005, Oracle.  All rights reserved.
SQL> conn / as sysdba
Connected.
SQL> SET SERVEROUTPUT ON;
SQL> select dbms_xdb.gethttpport, dbms_xdb.getftpport from dual;
GETHTTPPORT GETFTPPORT
       8080          0
SQL> DECLARE
  2      l_dad_names DBMS_EPG.varchar2_table;
  3  BEGIN
  4      DBMS_OUTPUT.put_line('DADs');
  5      DBMS_OUTPUT.put_line('==========');
  6
  7      DBMS_EPG.GET_DAD_LIST (l_dad_names);
  8
  9      FOR i IN 1 .. l_dad_names.count LOOP
10        DBMS_OUTPUT.put_line(l_dad_names(i));
11      END LOOP;
12   END;
13  /
DADs
==========
APEX
PL/SQL procedure successfully completed.Any comments will be great, thank you.

Really thank you all for your support, but this time when I changed to hostname I experience TNS-12547 error as following;
D:\>lsnrctl start
LSNRCTL for 32-bit Windows: Version 10.2.0.1.0 - Production on 18-KAS-2007 08:58:29
Copyright (c) 1991, 2005, Oracle. All rights reserved.
Starting tnslsnr: please wait...
TNSLSNR for 32-bit Windows: Version 10.2.0.1.0 - Production
System parameter file is D:\oraclexe\app\oracle\product\10.2.0\server\network\ad
min\listener.ora
Log messages written to D:\oraclexe\app\oracle\product\10.2.0\server\network\log
\listener.log
Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC_FOR_XEipc)))
Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=TC03540225.turkcell.entp.tgc)(PORT=1521)))
Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC_FOR_XE)))
STATUS of the LISTENER
Alias LISTENER
Version TNSLSNR for 32-bit Windows: Version 10.2.0.1.0 - Production
Start Date 18-KAS-2007 08:58:30
Uptime 0 days 0 hr. 0 min. 1 sec
Trace Level off
Security ON: Local OS Authentication
SNMP OFF
Default Service XE
Listener Parameter File D:\oraclexe\app\oracle\product\10.2.0\server\network\admin\listener.ora
Listener Log File D:\oraclexe\app\oracle\product\10.2.0\server\network\log\listener.log
Listening Endpoints Summary...
(DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC_FOR_XEipc)))
(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=TC03540225.turkcell.entp.tgc)(PORT=1521)))
Services Summary...
Service "CLRExtProc" has 1 instance(s).
Instance "CLRExtProc", status UNKNOWN, 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
D:\>sqlplus / as sysdba
SQL*Plus: Release 10.2.0.1.0 - Production on Paz Kas 18 08:59:32 2007
Copyright (c) 1982, 2005, Oracle. All rights reserved.
Connected to an idle instance.
SQL> startup force
ORACLE instance started.
Total System Global Area 599785472 bytes
Fixed Size 1288820 bytes
Variable Size 163579276 bytes
Database Buffers 432013312 bytes
Redo Buffers 2904064 bytes
Database mounted.
Database opened.
SQL> alter system register ;
System altered.
SQL> conn hr/hr@xe
ERROR:
ORA-12547: TNS:lost contact
Warning: You are no longer connected to ORACLE.
SQL> exit
D:\>tnsping xe
TNS Ping Utility for 32-bit Windows: Version 10.2.0.1.0 - Production on 18-KAS-2
007 09:00:24
Copyright (c) 1997, 2005, Oracle. All rights reserved.
Used parameter files:
D:\oraclexe\app\oracle\product\10.2.0\server\network\admin\sqlnet.ora
Used TNSNAMES adapter to resolve the alias
Attempting to contact (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = TC03540225.turkcell.entp.tgc)(PORT = 1521)) (CONNECT_DATA = (SERVER = DEDICATED) (SERVICE_NAME = XE)))
TNS-12547: TNS:lost contact
D:\>ping TC03540225.turkcell.entp.tgc
Pinging TC03540225.turkcell.entp.tgc [169.254.121.46] with 32 bytes of data:
Reply from 169.254.121.46: bytes=32 time<1ms TTL=128
Reply from 169.254.121.46: bytes=32 time<1ms TTL=128
Reply from 169.254.121.46: bytes=32 time<1ms TTL=128
Reply from 169.254.121.46: bytes=32 time<1ms TTL=128
Ping statistics for 169.254.121.46:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 0ms, Average = 0ms
D:\oraclexe\app\oracle\product\10.2.0\server\NETWORK\log\listener.log ->
Started with pid=5796
Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC_FOR_XEipc)))
Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=TC03540225.turkcell.entp.tgc)(PORT=1521)))
Listener completed notification to CRS on start
TIMESTAMP * CONNECT DATA [* PROTOCOL INFO] * EVENT [* SID] * RETURN CODE
18-KAS-2007 08:58:31 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=)(USER=TCHASYILMAZ))(COMMAND=status)(ARGUMENTS=64)(SERVICE=LISTENER)(VERSION=169869568)) * status * 0
18-KAS-2007 08:59:41 * 12502
TNS-12502: TNS:listener received no CONNECT_DATA from client
18-KAS-2007 08:59:41 * 12502
TNS-12502: TNS:listener received no CONNECT_DATA from client
18-KAS-2007 09:00:12 * 12502
TNS-12502: TNS:listener received no CONNECT_DATA from client
18-KAS-2007 09:00:18 * 12502
TNS-12502: TNS:listener received no CONNECT_DATA from client
18-KAS-2007 09:00:24 * 12502
TNS-12502: TNS:listener received no CONNECT_DATA from client
18-KAS-2007 09:01:12 * 12502
TNS-12502: TNS:listener received no CONNECT_DATA from client
18-KAS-2007 09:02:15 * 12502
TNS-12502: TNS:listener received no CONNECT_DATA from client

Similar Messages

  • Firefox can't establish a connection to the server at 127.0.0.1:8080.

    Hi everyone!
    I need your help. Im just a newbie in Oracle 11g. I'd just installed it last night and i found this problem:Firefox can't establish a connection to the server at 127.0.0.1:8080.
    Can I ask what cause me to have that problem? Im using Windows XP, Service PAck 2.
    Thank you for your replies and help. I'd badly need to this Oracle database to run..
    Stay blessed. ^^

    Hi Udo!
    I've tried the lsnrctl status,(I'd just type what I think is important.. too lazy to type them all, hehehehe)
    ALIAS:Listener
    VERSION:TNSLSNR for 32 bit Windows, Version 11.2.0.2.0 Production
    Trace Level:off
    Security:ON, LOcal OS Authentication
    SNMP:Off
    Default Service:XE
    Service "CLRExtProc" has 1 instance(s)
    Instance "CLRExtProc", status unknown, has 1 handler(s) for this service
    Service "PLSExtProc" has 1 instance(s)
    Instance "PLSExtProc", status unknown, has 1 handler(s) for this service
    when i tried the "sqlplus / as sysdba", it says:
    ERROR:
    ORA-01034:Oracle not available
    ORA-27101:shared memory realm does not exist
    Process ID:0
    Session ID:0
    Serial Number:0
    Thank you.. ^^

  • XE, Failed to establish a connection to the server at 127.0.0.1:8080.

    hi ,
    i am using XE .yesterday i have logout my application properly.but today in morning when i open my application through
    Start :->Program :->Oracle Data base 10g express Edition :->Go To Data Base Home Page
    Then it shows me Page Load Error
    Failed to Connect
    Firefox can't establish a connection to the server at 127.0.0.1:8080.
    How can i remove this problem.
    Manoj Kaushik

    Hi,
    Database is running and listener is up ?
    Br,Jari
    Edited by: jarola on Jun 17, 2010 1:04 PM
    Also try search solution from XE forum
    Oracle Database Express Edition (XE)

  • Windows performed an automatic update. I am now unable to use Firefox. I receive an error message "Firefox can't establish a connection to the server". Windows IE works, Outlook works. What did Microsoft do to me this time?!!!

    Windows performed an automatic update on my PC this morning. Now, Firefox does not work other than in SAFE mode. I get "Firefox can't establish a connection to the server..." I downloaded and reinstalled the latest version of Firefox and get the same error message. IE works. MS Outlook works. What did Windows do to me this time?

    You can find the connection settings in Tools > Options > Advanced : Network : Connection
    If you do not need to use a proxy to connect to internet then select "No Proxy" if the default "Use the system proxy settings" setting doesn't work.
    See "Firefox connection settings":
    * https://support.mozilla.com/kb/Firefox+cannot+load+websites+but+other+programs+can
    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.com/kb/Safe+Mode

  • Im trying to set up a connection to localhost from my mac but keep getting an error message: Firefox can't establish a connection to the server at localhost.

    Hi
    I'm new to working with Mamp, Dreamweaver and WordPress and am trying to work using the Firefox browser. unfortunately i keep getting the error message Firefox can't establish a connection to the server at localhost. when i type the URL http://localhost/explore_ca/blog/wp-admin I cant use Dreamweaver with WP without this is there a reason for this and how do i get around it?

    1- Is your MAMP working '''whithout errors'''(does it show you errors while executing or running and enabling)?
    2- Have you tested other browsers? Is your problem still occuring?
    3- Are you using '''proxy '''or '''VPN '''(or setted a proxy server or VPN server on your Computer)?

  • Have an error saying 'Firefox can't establish a connection to the server at localhost:50972. '

    I bought a product called 'Helium Music Streamer' and downloaded it. I registered the product and went to launch it..
    only it wouldnt launch.
    It had the error 'Firefox can't establish a connection to the server at localhost:50972.'
    I would be glad for some help
    '

    Hi, in case you haven't solved your problem - here's what i've discovered based on having same issue. where IE proxy system settings automatically allows local host url access; It appears FF system proxy or auto-detect does not, it's settings blocks local host URL access. To access local host, "no proxy" settings should allow or, only way to allow this exception (or any other exceptions) is through their manual settings. You should see in manual settings that the local host is already set to be allowed through.
    FF also has plug-ins available which allows you to configure multiple proxy settings/profiles that you can toggle between based on your connection needs. THis way, when you want to use local host you can select it's proxy profile and go back to default proxy settings for regular web surfing, etc
    Hope this helps you.

  • Firefox can't establish a connection to the server at localhost

    I was building a wordpress website on my PC: using Firefox browser, accessing wordpress through WebMatrix which opened Firefox & showed a 'localhost:20238' address. It worked for 5 days then WebMatrix said ' website does not exist. I could still load it for 1 day using browser history. Then that failed too. Have ditched WebMatrix. Now loaded XAMPP & Wordpress (shown as succesful). Putting 'localhost' into address box. Error message: Firefox can't establish a connection to the server at localhost.

    Does it work in other browsers?
    When you enter http://localhost/ Firefox will try port 80, since that is the standard for web servers. If there is any other software on your computer listening on port 80, the web server might not be able to use it. Can you check your XAMPP settings and try using a different port such as 8080? Then you would access the server using http://localhost:8080/.

  • Firefox can't establish a connection to the server at 192.168.50.28:6789

    Hello
    I have installed N1 system manager but when i try to open its web page there is an error occur on web page which is i paste below. Any body help me. please i shell be thank full to u.
    Firefox can't establish a connection to the server at 192.168.50.28:6789

    The error you're saying suggests, that your N1SM isn't either configured or didn't start up properly.
    N1SM was EOLed (end of life) long time ago & doesn't support any newer systems or S10 updates
    Also it's slowly nearing EOSL (end of supported life).
    N1SM was replaced by xVM Ops Center, which was released as of version 2.0 two weeks ago.
    I strongly suggest you ask your local Sun representative for xVMOC and disregard N1SM.
    Lubos

  • Using oracle (services in manual) following message appears Firefox can't establish a connection to the server at localhost:1158.

    when I use oracle 11 and have it set in automatic (in services) it operates properly. (after restart) When I have it in manual (in services) i get the message 'Firefox can't establish a connection to the server at localhost:1158.'
    We use the computer for various instructors but only one uses Oracle. With oracle in auto it takes for ever to log in (2 mins or more), when it is in manual it takes 10 secs for log in.

    you mean the local.profile?
    i have the next values
    export ORACLE_BASE=/export/home/oracle
    export ORACLE_HOME=/export/home/oracle/app/oracle/product/11.2.0/dbhome_1
    export ORACLE_SID=XXX
    export ORACLE_TERM=xterm
    export ORACLE_OWNER=oracle
    export TMP=/export/home/oracle/tmp
    export TMPDIR=/export/home/oracle/tmp
    export DISPLAY=:0.0
    J2RE_HOME=/usr/jdk1.6.0_33; export J2RE_HOME
    JAVA_HOME=/usr/jdk1.6.0_33; export JAVA_HOME
    JAVA_BIN=/usr/jdk1.6.0_33/bin; export JAVA_BIN
    PATH=/usr/jdk1.6.0_33/bin:$PATH; export PATH
    & All Matches with the path of the installations of oracle & java
    thanks in advance

  • Unable to connect Firefox can't establish a connection to the server at 'URL of the site' why does this appear in all browser??

    I have used these sites
    -www.facebook.com
    -www.dubbedonline.tv/ and some others for a long time but few weeks ago i couldn't access them anymore and this appeared :
    Unable to connect
    Firefox can't establish a connection to the server at www.facebook.com.
    The site could be temporarily unavailable or too busy. Try again in a few moments.
    If you are unable to load any pages, check your computer's network connection.
    If your computer or network is protected by a firewall or proxy, make sure that Firefox is permitted to access the Web.
    i have also tried many ways to access them but none of the solution worked, one of them was checking troubleshooting problems and it detected that the remote device won't accept the connection, so, how can i fix this?

    You can check the connection settings.
    *Tools > Options > Advanced > Network : Connection > Settings
    *https://support.mozilla.org/kb/Options+window+-+Advanced+panel
    If you do not need to use a proxy to connect to internet then try to select "No Proxy" if "Use the system proxy settings" or one of the others do not work properly.
    See "Firefox connection settings":
    *https://support.mozilla.org/kb/Firefox+cannot+load+websites+but+other+programs+can
    Do a malware check with several malware scanning programs on the Windows computer.
    Please scan with all programs because each program detects different malware.
    All these programs have free versions.
    Make sure that you update each program to get the latest version of their databases before doing a scan.
    *Malwarebytes' Anti-Malware:<br>http://www.malwarebytes.org/mbam.php
    *AdwCleaner:<br>http://www.bleepingcomputer.com/download/adwcleaner/<br>http://www.softpedia.com/get/Antivirus/Removal-Tools/AdwCleaner.shtml
    *SuperAntispyware:<br>http://www.superantispyware.com/
    *Microsoft Safety Scanner:<br>http://www.microsoft.com/security/scanner/en-us/default.aspx
    *Windows Defender:<br>http://windows.microsoft.com/en-us/windows/using-defender
    *Spybot Search & Destroy:<br>http://www.safer-networking.org/en/index.html
    *Kasperky Free Security Scan:<br>http://www.kaspersky.com/security-scan
    You can also do a check for a rootkit infection with TDSSKiller.
    *Anti-rootkit utility TDSSKiller:<br>http://support.kaspersky.com/5350?el=88446
    See also:
    *"Spyware on Windows": http://kb.mozillazine.org/Popups_not_blocked

  • Firefox can't establish a connection to the server at "Every Website" but IE and Safari work just fine.

    Unable to connect
    Firefox can't establish a connection to the server at google.com.
    The site could be temporarily unavailable or too busy. Try again in a few
    moments.
    If you are unable to load any pages, check your computer's network
    connection.
    If your computer or network is protected by a firewall or proxy, make sure
    that Firefox is permitted to access the Web.

    A possible cause is security software (firewall) that blocks or restricts Firefox or the plugin-container process without informing you, possibly after detecting changes (update) to the Firefox program.
    Remove all rules for Firefox from the permissions list in the firewall and let your firewall ask again for permission to get full unrestricted access to internet for Firefox and the plugin-container process and the updater process.
    See:
    *https://support.mozilla.com/kb/Server+not+found
    *https://support.mozilla.com/kb/Firewalls

  • Whenever I go to webpages there are a few that come up with: "Unable to connect Firefox can't establish a connection to the server.."? What do I do?

    Whenever I go to some websites there are a few that come up with: "Unable to connect Firefox can't establish a connection to the server.." and the problem occurs with the same websites on other browsers. What might be the problem?

    If you get the same problems with two browsers, the problem is
    outside of them. Check you computer for blocking programs.
    Separate Issue;
    Your System Details shows;
    Installed Plug-ins
    Shockwave Flash 15.0 r0
    Shockwave Flash 16.0 r0
    Having more than one version of a program may cause issues.
    Grab the uninstaller from here:
    '''[http://helpx.adobe.com/flash-player/kb/uninstall-flash-player-windows.html Uninstall Flash Player | Windows]'''
    '''[http://helpx.adobe.com/flash-player/kb/uninstall-flash-player-mac-os.html Uninstall Flash Player | Mac]'''
    Then reinstall the latest version.
    Flash Player '''v16.0.0.257 https://www.adobe.com/products/flashplayer/distribution3.html'''
    http://www.ehow.com/how_11385212_troubleshoot-reset-connection-firefox.html
    https://support.mozilla.org/en-US/kb/server-not-found-connection-problem

  • Firefox can't establish a connection to the server

    Unable to connect: Firefox can't establish a connection to the server at cms3.tucsonaz.gov. * The site could be temporarily unavailable or too busy. Try again in a few moments.
    * If you are unable to load any pages, check your computer's network connection. * If your computer or network is protected by a firewall or proxy, make sure that Firefox is permitted to access the Web.

    A possible cause is security software (firewall) that blocks or restricts Firefox without informing you about that, possibly after detecting changes (update) to the Firefox program.
    Remove all rules for Firefox from the permissions list in the firewall and let your firewall ask again for permission to get full unrestricted access to internet for Firefox.
    See [[Server not found]] and [[Firewalls]] and http://kb.mozillazine.org/Firewalls
    See also: http://kb.mozillazine.org/Error_loading_websites

  • Firefox can't establish a connection to the server at any website I visit yet internet explorer is working fine.

    I have tried uninstalling firefox and reinstalling it and it's still not working. Why won't it establish a connection all of a sudden? I'm browsing using internet explorer just fine, but I want to use firefox.

    Thank you so much for the link, Gryllida! Selecting "restore defaults" on my McAfee firewall was the key! Thanks again! ~stacy

  • Firefox "can't establish a connection to the server at.... ANY WEBSITE. How to correct?

    The answer above is provided with every web site I try to enter.

    see
    * http://kb.mozillazine.org/Firewalls
    Do a malware check with some malware scanning programs.
    You need to scan with all programs because each program detects different malware.
    Make sure that you update each program to get the latest version of their databases before doing a scan.
    * http://www.malwarebytes.org/mbam.php - Malwarebytes' Anti-Malware
    * http://www.superantispyware.com/ - SuperAntispyware
    * http://www.microsoft.com/windows/products/winfamily/defender/default.mspx - Windows Defender: Home Page
    * http://www.safer-networking.org/en/index.html - Spybot Search & Destroy
    * http://www.lavasoft.com/products/ad_aware_free.php - Ad-Aware Free
    See also:
    * "Spyware on Windows": http://kb.mozillazine.org/Popups_not_blocked
    You can find the connection settings in Tools > Options > Advanced : Network : Connection
    If you do not need to use a proxy to connect to internet then select "No Proxy" if the default "Use the system proxy settings" setting doesn't work.
    See "Firefox connection settings":
    * https://support.mozilla.com/kb/Firefox+cannot+load+websites+but+other+programs+can

Maybe you are looking for

  • Report on field Corporate Group (Group key) of the Vendor Master

    Hi, We have a vendor with for example 4 different locations. In SAP we have therefore 4 different vendor masters. We want to report not only per seperate vendor master but also we want to report on the vendors corporate level. Now we have populated t

  • Modify User Postprocess event handler

    Hi All, Can some one tell me how to fetch complete set of user data in orchestration while i trigger my update event handler.? eg I have a event handler which is working fine on create user operation.(populates a custom udf Country based on employee

  • How to login to eBay programmatically with Java

    Hi, I'm trying to write a Java program that can handle logging in to eBay in order to retrieve certain user-specific information, for example My eBay, or list of items with email address. The way I've done is like this: Retrieve (HTTP GET) the initia

  • Black background disappear on grid, stack.

    when i click my stack which show as grid, the black background disappeared. Directly showing the desktop background, anyone help?

  • Business Process Repository in Solution Manager

    My question on the BPR is two-fold: 1) Where exactly is the file located in the marketplace to update the BPR for Solution Manager 4.0? I've looked and I've searched and have been unsucessful in finding it? 2) From the current BPR in Solution Manager