XE only looking up the localhost not the hostname url

Hi,
I am trying to use Oracle XE 10.2.0.1.0.
Installation is successful.
DNS is resolving correctly.
lsnrctl started.
DB running.
Port 8080 is pingable.
New
The issue is with the url.
Its resolving the localhost http://127.0.0.1:8080/apex but when I do a hostname url it never works.
for eg:
abc.blahblah.com:8080/apex --> via browser --> not resolving to anything.
The box has only cmd line so I tested via WGET.
wget http://127.0.0.1:8080/apex
--2010-08-23 09:29:48--  http://127.0.0.1:8080/apex
Connecting to 127.0.0.1:8080... connected.
wget hostname:8080/apex fails to resolves.
==============================
LSNRCTL OUTPUT:
[root@nc1bibip0101 admin]# lsnrctl status
LSNRCTL for Linux: Version 10.2.0.1.0 - Production on 23-AUG-2010 09:31:38
Copyright (c) 1991, 2005, Oracle. All rights reserved.
Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC_FOR_XE)))
STATUS of the LISTENER
Alias LISTENER
Version TNSLSNR for Linux: Version 10.2.0.1.0 - Production
Start Date 23-AUG-2010 09:20:07
Uptime 0 days 0 hr. 11 min. 31 sec
Trace Level off
Security ON: Local OS Authentication
SNMP OFF
Default Service XE
Listener Parameter File /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/network/admin/listener.ora
Listener Log File /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/network/log/listener.log
Listening Endpoints Summary...
(DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC_FOR_XE)))
(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=abc.xxxx.com)(PORT=1521)))
(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=127.0.0.1)(PORT=8080))(Presentation=HTTP)(Session=RAW))
Services Summary...
Service "PLSExtProc" has 1 instance(s).
Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
Service "XE" has 1 instance(s).
Instance "XE", status READY, has 1 handler(s) for this service...
Service "XEXDB" has 1 instance(s).
Instance "XE", status READY, has 1 handler(s) for this service...
Service "XE_XPT" has 1 instance(s).
Instance "XE", status READY, has 1 handler(s) for this service...
The command completed successfully
===========================
PATH Set:
export ORACLE_BASE=/usr/lib/oracle/xe/app/oracle
export ORACLE_HOME=$ORACLE_BASE/product/10.2.0/server
export PATH=/usr/bin:/bin:.:./:$ORACLE_BASE/product/10.2.0/server/bin:/
export ORACLE_SID=XE
export LD_LIBRARY_PATH=$ORACLE_HOME/lib
LSNR=$ORACLE_HOME/bin/lsnrctl
============================
cat /etc/hosts
# LD&E Standard /etc/hosts configuration
# Do not remove the following lines, or various programs
# that require network functionality will fail.
10.19.26.30 abc.xxxxxx abc
127.0.0.1 localhost.localdomain localhost
===========================
cat listener.ora
# listener.ora Network Configuration File:
SID_LIST_LISTENER =
(SID_LIST =
(SID_DESC =
(SID_NAME = PLSExtProc)
(ORACLE_HOME = /usr/lib/oracle/xe/app/oracle/product/10.2.0/server)
(PROGRAM = extproc)
LISTENER =
(DESCRIPTION_LIST =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC_FOR_XE))
(ADDRESS = (PROTOCOL = TCP)(HOST = abc.xxxx.com)(PORT = 1521))
DEFAULT_SERVICE_LISTENER = (XE)
==================================
bash-3.2$ cat tnsnames.ora
# tnsnames.ora Network Configuration File:
XE =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP)(HOST = nc1bibip0101.bankofamerica.com)(PORT = 1521))
(CONNECT_DATA =
(SERVER = DEDICATED)
(SERVICE_NAME = XE)
EXTPROC_CONNECTION_DATA =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC_FOR_XE))
(CONNECT_DATA =
(SID = PLSExtProc)
(PRESENTATION = RO)
=============================
Please help.....

Hi,
See if this help you
http://download.oracle.com/docs/cd/B25329_01/doc/install.102/b25144/toc.htm#BABIJBHJ
Br,Jari

Similar Messages

  • Only looking at the first entry

    i have some code which checks a certain payroll number of an employee
    for some reason - no matter how many employees i add to the TreeSet it only tells me that the first employee added exists
    so if i add an employee number 121 and 123
    it will say that employee number 123 is not found if i tell it to find that particular employee
    if i say 121 - it tells me it DOES exist
    whats going on?
           Iterator iter = theStaff.iterator();
            while(iter.hasNext())
                 Employee employee = (Employee)iter.next();
                 if(payrollNumber == employee.getPayrollNumber())
                      found = true;
                      ConsoleIO.out.println("employee found");
                      theMessage = "Payroll Number found = Employee exists";
                 else
                      found = false;
                                              ConsoleIO.out.println("no employee found");
                      theMessage = "Payroll Number not found = Employee doesnt exist";

    lol
    yeh nearly just doing the gui - having a little problem with it but i think i got most of it covered :)
    many thanks once again for all your valuable help :)

  • There seems to be a problem between my Eudora on my Mac OSX in that when I click on a link in an e-mail, more and more of them only result in the message "Url is not syntactically valid" and cannot make a connection to the websites.

    This seems to be an increasing problem and is occurring between e-mails and company websites which used to function properly. I used to think it was the fault of the website in not making a connection. But now it is occurring in e-mails which used to be successful, so I think it is a problem with Firefox.

    This?
    *Restore Toolbar Control (Pill) Button: https://addons.mozilla.org/firefox/addon/restore-toolbar-control-pill-b/

  • How do I make simplesearch look for the same tag in multiple locations

    Currently i'm trying to write a simplesearch implementation that will only return the result it if contains a specific tag. I would also like to include DAM assets in the search, wherein lies the problem:
    I need to look in both jcr:content and jcr:content/metadata for the tag, and if the tag is found in either location, return that page. Here is the code I am trying to use, but it currently only looks for the tag(s) in one location. Any tips on how to get it to look in multiple locations?
    Code:
                        tagPredicate = new Predicate("tags2", "tagid");
                        tagPredicate.set("property", "jcr:content/cq:tags");
                        for (Cookie cookie : tagsFromCookie) {
                                       if (cookie.getName().contains(CREDENTIALS)) {
                                                      tagPredicate.set("tagid",
                                                                          (cookie.getValue().replaceAll("---", ":")));
                                                      search.addPredicate(tagPredicate);
    Thanks for any help you can give!

    I figured this one out on my own. Kind of a "Doh!" moment.
    What I ended up doing is this: I created a PredicateGroup, and populated this group with the predicates I needed. Then, I set the PredicateGroup allRequired to false. Voila! It works!
    Code:
              PredicateGroup tagPredicateGroup = new PredicateGroup();
                        tagPredicateGroup.setAllRequired(false);
                        Predicate tagPredicate = new Predicate("tags", "tagid");
                        if (slingRequest.getParameter(GROUP1) != null) {
                                       tagPredicate = new Predicate("tags", "tagid");
                                       tagPredicate.set("property", "jcr:content/cq:tags");
                                       tagPredicate.set("tagid", GROUP1);
                                       tagPredicateGroup.add(tagPredicate);
                                       tagPredicate = new Predicate("damTags", "tagid");
                                       tagPredicate.set("property", "jcr:content/metadata/cq:tags");
                                       tagPredicate.set("tagid", GROUP1);
                                       tagPredicateGroup.add(tagPredicate);
                        return tagPredicateGroup;

  • Looking for the right collection for a specific problem

    Hi guys,
    Just wanted to say great work you guys are doing here. the forum has definitely helped me a lot in the past.
    I am currently having a problem selecting a collection for this specific application that i have to do for my final year project. I am looking for a way to store a bunch of strings a collection that uses the actual string as its key and stores the number of times that the string have been added to the collection as its value.
    so for e.g
    String a = "a";
    String b = "b";
    String a2 = "a";
    String c = "c";
    /**Here is where i create my collection */
    // Collection mycollection = new collection
    // mycollection.add(a);
    // mycollection.add(b);
    // mycollection.add(a2);
    // mycollection.add(c);
    /**if you request for the string a or a2 the collection should return the number of times that string appead e.g */
    // System.out.println(mycollection.get(a));
    //this should print 2
    Does such a collection exist? I remember using something similar when i was learning c++ but i havent been able to find what i am looking for in the API documentation. Please help.
    Frank

    I think what the OP is looking for is probably a Bag. Unfortunately the default collections framework does not provide a Bag interface or implementation. You could look into using the Jakarta Commons Collection, they do provide those (look at the API[url] as well.

  • How to get express to only look for in house extreme base

    How do I get a airport express to only look for the extreme base in my house only

    Hello:
    There used to be a way (through settings) to limit distance of transmission.  I looked for it when I read your question, but it seems to be gone.
    Barry

  • Hi - I am looking for the Adobe Illustrator 2014 1.2 (or .0.2) bugfix update for Mac - and it is not visible in the Adobe Creative Cloud Packager (Mac version). The only update visible is Illustrator CC 2014.1  - which is what introduced the bugs.

    Hi - I am looking for the Adobe Illustrator 2014 1.2 (or .0.2) bugfix update for Mac - and it is not visible in the Adobe Creative Cloud Packager (Mac version). The only update visible is Illustrator CC 2014.1  - which is what introduced the bugs.
    The only thing that I can think of that might be causing the issues that I have a Mac Mini on Mavericks.
    Dave

    Hi
    I have discovered that my question above is a non-question. A user triggered by looking at the below article about Illustrator 2014 cc 17.0.2
    http://helpx.adobe.com/illustrator/release-note/illustrator-17-0-2-release-notes.html 
    He had recently upgraded from wht we now know is 18.0 to 18.1 which is the latest version. He read the above artic
    le and supposed that it was a bug fix release for his version - because the v17 ov18 number is not often displayed. It is usually just 2014 CC.
    I have asked him to post a bug report about Adobe Illustrator CC 2014.1
    Dave

  • I just got an iphone 6. Not all of my music was on itunes, so I logged in and instead of clicking set up as new iphone I hit restore from backup, thinking it only pertained to the music in itunes. Now my new iphone looks just like my old iphone and h

    I just got an iphone 6. Not all of my music was on itunes, so I logged in and instead of clicking set up as new iphone I hit restore from backup, thinking it only pertained to the music in itunes. Now my new iphone looks just like my old iphone and has iphone 5 settings. How can I undo and get back to iphone 6 settings?

    Settings/Reset/Erase all content and settings...
    Recently I had to do the sequence above and when the phone rebooted, it came up as a new phone.

  • HT1208 Where do I find a tutorial about how to use the new iTunes? I have version 11.1.3 (8). I looked on the Apple web site but only found info extolling the virtues of iTunes, not how to use it.

    Where do I find a tutorial about how to use the new iTunes? I have version 11.1.3 (8). I looked on the Apple web site but only found info extolling the virtues of iTunes, not how to use it.

    Use it the same way as previously.
    ctrl B shows the menus.
    ctrl S shows the sidebar.
    What else do you need help with?

  • HT1339 I'm not sure what I did, but my computer asked me what I want the ipod to do, and now it will only look for photos or videos on my device, and will not connect to itunes to download songs and podcasts.

    My computer asked to what I want the ipod to do. Now it only looks for videos and photos, which it does not find. I can't sync my podcasts or music to the device. Not sure how to fix it. It is an ipod touch.

    Connect your iPod to the computer (and iTunes) and look on the Device/Music pane, as below:
    You need to have Sync Music ticked, as shown.
    If you have Entire Music Library checked, then all your music should go back onto yuor iPod.
    If you have chosen Selected playlists, artists, albums and genres, you will see additional options for choosing which of those choices you want.
    If you make any changes here, you may need to click on the Sync, or Apply, button to make the changes happen.

  • HT5463 Hi I am on an iphone 5 IOS7 and when I look at the 'Silence' setting at the bottom of the Don Not Disturb' screen - then even though all of the settings on that screen are off i.e. not green - the 'Silence' -'Only when iPhone is locked' setting is

    Hi I am on an iphone 5 IOS7 and when I look at the 'Silence' setting at the bottom of the Don Not Disturb' screen - then even though all of the settings on that screen are off i.e. not green - the 'Silence' -'Only when iPhone is locked' setting is tickedP

    Chris thanks for your reply, if none of the Do Not Disturb settings are switched on - then am I right that this setting will have no effect. I.e. I want my phone to ring at all times, so have turned off all of the do not disturb settings

  • Looking from the many users complaining, I am a bit scared whether should i proceed update to ios 8.0.2 to my ipad 2 or not? Does any one know news whether issues will be really fixed or should i stay on version 7 only?

    looking from the many users complaining, I am a bit scared whether should i proceed update to ios 8.0.2 to my ipad 2 or not? Does any one know news whether issues will be really fixed or should i stay on version 7 only?  Can appl,e has any plan to migrate their Ipad 2 customers to use or take new Ipad with some exchange offers ?
    please I expect a quick responce to my queries. I am waiting eagerly what to do now?

    Ipad Air dead after installing IOS 8.0.2
    I have just downloaded and installed this version of IOS on my Ipad Air and it is DEAD.
    It won't start up.
    When I connect my Ipad to my MacbookPro, Itunes tells me the following:
    "iTunes has detected an iPad in recovery mode. You must restore this iPad before it can be used with iTunes."
    What now? restore? try to remove 8.0.2?
    what a misery!!

  • HT4061 It looks like I've only backed up my iphone, not my ipad. I believe I registered the ipad when I bought it. Is there a way to get my serial number from that?

    It looks like I've only backed up my iphone, not my ipad. But I know I registered it when I got it. Is there some way to get the serial number that way?
    My ipad was stolen and the police have requested the serial number.
    How can I find it?

    My Support Profile

  • WOW – IT LOOKS LIKE I AM NOT THE ONLY DISAPPOINTED CUSTOMER!!!

    WOW – IT LOOKS LIKE I AM NOT THE ONLY DISAPPOINTED CUSTOMER!!!
    This seems the only forum to write to.  I have been unsuccessful in finding a channel to write to (email) Verizon Wireless directly and even through the Verizon Wireless Community.  I have been a customer for 4-5 years.  I updated my phone in August 2014 and wanted to keep my existing plan, since my usage would remain the same.  NOW, my bill is 33% higher, I have been unable to comprehend my bill since it have been changed several times on one bill cycle. I called Customer Service on August 25, 2014 and talked to Mona for over 1.5 HOURS to understand what was going on with my account.  She could not understand either, or offer an explanation.  She stated she would file an IPR Case to get my old plan back. She stated she would get back to me in approximately one week.  It is now September 25, 2014 and I am still waiting for resolution.  Clearly I am a long term good standing customer.  Not sure why I cannot get quality customer service and resolution in a timely manner.  CAN SOMEONE PLEASE HELP ME!

    spgitsrp wrote:
    WOW – IT LOOKS LIKE I AM NOT THE ONLY DISAPPOINTED CUSTOMER!!!
    This seems the only forum to write to.  I have been unsuccessful in finding a channel to write to (email) Verizon Wireless directly and even through the Verizon Wireless Community.  I have been a customer for 4-5 years.  I updated my phone in August 2014 and wanted to keep my existing plan, since my usage would remain the same.  NOW, my bill is 33% higher, I have been unable to comprehend my bill since it have been changed several times on one bill cycle. I called Customer Service on August 25, 2014 and talked to Mona for over 1.5 HOURS to understand what was going on with my account.  She could not understand either, or offer an explanation.  She stated she would file an IPR Case to get my old plan back. She stated she would get back to me in approximately one week.  It is now September 25, 2014 and I am still waiting for resolution.  Clearly I am a long term good standing customer.  Not sure why I cannot get quality customer service and resolution in a timely manner.  CAN SOMEONE PLEASE HELP ME!
    There is no customer service email anymore.  This is a customer forum, and sometimes reps might answer a question but it usually isn't immediately.  If you need prompt assistance, you will need to call customer service, go to a corporate store, or live chat online.  As fellow customers, someone might be able to help you sort things out with a bit more information, but have no access to your account at all.
    Clearly I am a long term good standing customer.
    If you say so...no one on the forums can see your account.  Even if you do see a rep chime in on the discussion, they will need to direct message with you to get your account information.  You can't include it in your post because that is against the terms of use for the forum.  It is that way to protect all of us, as customers.
    If your plan was changed in April, and it is a plan that is no longer available, you won't get it back.  You have 14 days to restore your account when making a change like that, should you decide you don't like the new plan.  The reps can send all the requests they want to, but you won't get that plan back.
    Also, there is no need to shout.  ALL CAPS IS NOT VERY PLEASANT TO READ, AND GIVES THE IMPRESSION OF YELLING.

  • How do I know if my iphone has successfully been backed up to my iTunes? I plugged it in and it said it backed up and I did a sync, but when I am looking through the summary page and I am not sure that all of my data got backed up. Please help!!

    I have never backed up my iphone to my itunes because I always used the cloud. However, a few months ago, my wifi disk in my phone burned out so the Apple Store told me to back up everything to my itunes. I am going today to get the iphone 6 so I connected my phone (iphone 4S) to my itunes and I backed up and synced. However, when I look throughout the summary page and click in different areas (Photos, Movies), I don't see any of my data -- it is still asking me to Sync from iPhoto or to sync from another location. By backing up & syncing my phone, did all of my data get saved? Or do I still need to do more steps?
    Sorry for the long winded question, I am just so nervous to get a new phone and plug it in to be restored and not have any of my pictures, videos or contacts, etc. Any help would be so so appreciated!

    Thank you again for all of your help!! I really appreciate it!
    I think I am following -- I was able to upload to my iPhoto and all photos and videos are there that is a plus! I tried to create an Event in my iPhoto and put all of my photos in that event but for some reason, now my iTunes it not recognizing that Event in my iPhoto. It is not allowing me to import just that event at the moment but I may be doing something wrong. At least all of my pics and vids are in iPhoto so that is a plus and I know they are at least saved somewhere. Just for some reason, my iTunes it not locating the event that I created with only those photos.
    Thank you for letting me know about my contacts! How do I know if I have the contacts app?
    Also, I had no clue that my iCloud could be backed up via cellular data! However, is this a new feature with the most updated iOS?? Unforutnatly I am like 2 iOS updates behind because I don't have enough storage on my phone. I still get the notification that my phone needs to be plugged in and connected to wifi in order to back up to the cloud :-(
    How can I sync using USB? Right now when i click on the info tab for my iPhone in my iTunes this is the answer that I get -- I am a little unclear as to what it means.
    Sync Contacts:
    Your contacts are being synced with you iPhone over the air from iCloud. Over-the-air sync settings can be changed on you iPhone
    Sync Calendars:
    Your calendars are being synced with you iPhone over the air from iCloud. Over-the-air sync settings can be changed on you iPhone

Maybe you are looking for