How Oracle Installation cannot get fully qualified name of the server?

Hi,
I'm installing Oracle Internet Application Server (10.1.2) on Windows. The Win machine has fully qualified name as myserver.mydomain.com
However, after the installation, Oracle shows that the URL to Internet Application Server is only
http://myserver:7777
I have changed the hosts file of the Win machine and add the line, e.g.,
10.1.10.10 myserver.mydomain.com myserver
where 10.1.10.10 is the IP of the Win machine.
I re-install Oracle Internet Application Server again, but it still cannot picks up the fully qualified name as myserver.mydomain.com for the URL of Internet Application Server page.
Any ideal?

I'm installing Oracle Internet Application Server (10.1.2) on Windows. The Win machine has fully qualified name as myserver.mydomain.com
I have changed the hosts file of the Win machine and add the line, e.g.,
10.1.10.10 myserver.mydomain.com myserverInstead, use the following in your hosts file, and then try again.
10.1.10.10 myserver.mydomain.com # myserver

Similar Messages

  • How to get fully qualified name for a class with just the class name

    I want to get the fully qualified name of the class at runtime. The only piece of information which I have is the class name.
    I want to create a runtime instance of a class with the class name [Just the class name].
    Is there is any way to achieve this using ClassLoader?
    Could anyone suggest me an idea?
    Cheers,
    Vinn.

    Nope. If you are given "List", will you decide that means "java.util.List" or "java.awt.List"? Of course you could prompt the user to make the decision for you, I suppose. But using a class loader isn't going to make the task any easier.

  • Fully qualified name of the portal service application

    Hi,
    I want to Access portal Services from Web dynpro, for Which we have to provide Sharing reference,
    this would be
    PORTAL:<Vendor name>/<Fully qualified name of the portal service application>
    my question is how to find out "Fully qualified name of the portal service application"
    regards,
    Venki.

    Venki,
    Please refer this thread.
    Re: Changes are not getting reflected in theme
    We cannot access the portal service in the browser as the service wont produce any http request. Instead you can access & utilize  the service in the the portal component such as JSP Dunpage etc.  which will produce the http request and display the result or o/p  on the broswer.
    Ramganesan Karuppaiyah

  • HT4623 On my I Pad I get this message in my email: Cannot get mail.  connection to the server failed.

    I have updated my ipad.  Any ideas on what I can do?
    Trouble:  On my I Pad I get the message:  Cannot get mail.  Connection to the server failed.

    READ OTHER POSTS.  THANK YOU.  IT WAS ONE OF MY EMAIL ACCOUNTS.

  • Getting fully qualified name from class' byte code

    Heya,
    In one of my previous postings, I was asking if anybody knows a way how to get fully gualified name (e.g. java.lang.Object) of byte[] representing bytecode of the class.
    I found a way how to get it. It's a workaround, but it works.
    I mention it here, so that if anybody needs, he/she doesn't need to invent it again.
    And if anybody knows better way how to do it, I'm always interested.
    here comes the code:
    public String getFullClassName(byte[] classByteCode) {
        Class newClass = null;
        try {
            // ClassName can NEVER start with number - this will always fail
            newClass = this.defineClass("1",classByteCode,0,classByteCode.length);
        } catch (NoClassDefFoundError noClassDefErr) {
            String message = noClassDefErr.getMessage(); // '1 (wrong name: com/foo/MyClass)'
            String messagePropolg = "wrong name: ";
            String className = message.substring(message.indexOf(messagePropolg)+messagePropolg.length(),message.length()-")".length());
            className = className.replace('/','.');
            return className;
        } catch (ClassFormatError err) {
            err.printStackTrace();
        if (newClass==null) return null;
        return newClass.getName();// should never get here. it's just to make it compile
    }Michal

    Heya,
    In one of my previous postings, I was asking if
    anybody knows a way how to get fully gualified name
    (e.g. java.lang.Object) of byte[] representing
    bytecode of the class.
    Why don't you just read the name?
    http://java.sun.com/docs/books/vmspec/2nd-edition/html/ClassFile.doc.html#80959
    From the class structure you get field this_class.
    You use that to get the pool entry for the CONSTANT_Class_info structure. From that you get the name_index which gives you an entry into the pool for a CONSTANT_Utf8_info (which contains the name)...
    http://java.sun.com/docs/books/vmspec/2nd-edition/html/ClassFile.doc.html#7963

  • Urgent help !!!!cannot resolve fully qualified name

    Hi ,
    I am installing Sun one directory server 5.2 on windows xp.
    its asking me to enter fully qualified computer name and by default it is picking up my machine name i.e.
    M2B-04-D-099.domain.com
    but when i clikced next it gives me error as
    Cannot resolve name M2B-04-D-099.domain.com
    What is the error?
    M i missing any steps?
    Please help!
    Thanks in advance
    Deepali

    Hi,
    I am not able to install LDAP on my PC. My PC does not belong to any domain. What should I enter fully qualified name of my computer. When I enter only ldap (which is my computer name) it says "Value must be of the form hostname.domainname".
    My computer does not belong to any domain. Please suggest as it is a bottleneck for me.
    I need to install LDAP as soon as possible.
    Thanks in advance.
    Kirti

  • Fully-qualified name of a class not in a package

    I have a class PackageNodeCreator and a class that's in a package called com.alex.PackageNodeCreator. I'm want to callthe first one (that's not in a package) like this...
    PackageNodeCreator pnc=new PackageNodeCreator();
    but I get this error:
    symbol 'PackageNodeCreator' is ambiguous, found matching classes com.alex.PackageNodeCreator and PackageNodeCreator. Use fully-qualified name to disambiguate.
    What is the fully qualified name of the PackageNodeCreator that's not in a package??
    Message was edited by:
    eggie5

    Since 1.4 a change in the import structure actually
    makes it impossible for a class in a package to
    reference a class in the default package.Yep.
    The choices are
    1. Put it in a package.
    2. Create a wrapper that does have a package. Use a compiler before 1.4 to compile it. Use the compiled version only in the new code.
    3. Don't use it.

  • Register system to SLD with fully qualified name

    Anybody know how to register the host name for an abap system to the SLD so it uses the fully qualified DNS name?   According to the help files in the SLD, it say's:   "By default, host names in SLD are written lower case without any network domain"
    Our SAP servers are in:
    ex.) abc.domain.com
    Our desktops are in:
    ex.) def.domain.com
    So, when developers try to register their local NWDS to the SLD,  they cannot reach it.  The only solution is for them to add the SAP Server domain (dx.domain.com) into their local tcp/ip settings on their desktop.
    Does anybody else have this same issue?  Any suggestions on how we can use a FQ DNS name for SLD registration?
    -Dave

    Sorry for the confusion.  I think I may have mis-worded my own question.  It was a Friday!
    Want I meant to say was, our developers' local JCo connections fail when they try to make a connection to an SAP system listed in the SLD.   This is because the two machines (pc and SAP server) reside in different domains. 
    SAP Servers are in abc.domain.com
    Desktop computers are in def.domain.com
    The only way for the JCo connection to work from their desktop, is if the developer adds "abc.domain.com" into the tcp/ip settings on their desktop.
    If we could register the SAP system in the SLD as a Fully Qualified Name, I think the problem would disappear.

  • Compile error when using a class by fully-qualified name

    Hi... Is it an AS3 "feature" or a FB compiler bug that I cannot use a class without importing it?
    I have a statement such as
    if (de.codebank.util.StringUtilities.startsWith(status.name, phase.name+"_"))
    which does not compile until I import the StringUtilities class, which is pointless, of course.
    The compile error mentions an unknown property "util"

    I believe this is how AS3 works. Fully qualified class types require import statement.
    You use fully qualified name whenever you want to avoid ambiguity.
    However, when the code is like,
    import mx.collections.XMLListCollection;
    var arr:mx.collections.ArrayCollection;
    It works since compiler now understands that "mx.collections" is a package.

  • Difference between fully qualified name and Canonical name

    CAn annyone xplain Difference between fully qualified name and Canonical name

    If you dont know then don't replyYou were given a link directly to the answer. The state of my knowledge is therefore (a) irrelevant and (b) not proven by anything in this thread.
    Who asked [you] to reply
    You* did, when you posted here.
    I know how to get from java language specificationClearly not, or you wouldn't still be posting here.
    I need clarification for what is in java lang specification..It seems clear enough to me. What part of "A member class or member interface M declared in another class C has a canonical name if and only if C has a canonical name. In that case, the canonical name of M consists of the canonical name of C, followed by ".", followed by the simple name of M." didn't you understand?

  • Server fully qualified Name

    Hi Experts,
    How to findout the EP server fully qualified name?
    I have following URL only
    for eg: http://<servername>:<port>/irj/portal
    i need fully qualified name?
    Regards,
    Manivannan P

    Hi sap_prof, hi colleagues,
    as I had also problems when starting with WDA on my SAP NetWeaver 7.0 SR 3, Development Subscription,
    I like to add some comments how I have solved this situation.
    My SAP AS-ABAP-Java runs in a Microsoft workgroup landscape (without an explicit  DNS-Server) together
    with a NAS server and four client machines.
    Looking here (as usual) in the forum, I found yesterday following threads:
    [FQDN for workgroup]
    [Re: Server fully qualified Name]
    So, having found the solution for my issue, I decided to come back to the community to give my implemented solution.
    But knowing now the correct term FQDN, I found instead following additionally thread which give us the hint in the right
    direction: [Re: CX_FQDN runtime error]
    Reading in the book "Windows Server 2003, R2 and SP1 Edition, Wiley, given by Jeffrey R. Shapiro and Jim Boyce,
    I get conscious about that with Windows hosts file you are able to resolve FQDN names without needing to query
    a DNS server for resolution.
    So, I build up my hosts files on all machines in the following manner:
    127.0.0.1    localhost
    192.168.MMM.NNN    <hostname>    <hostname>.dr-rauch.eu
    192.168.MMM.NNN    <HOSTNAME>    <HOSTNAME>.dr-rauch.eu
    192.168.MMM.NNN    <Hostname>    <Hostname>.dr-rauch.eu
    I repeated the three last items for all of my server and client machines.
    Additionally, I added in the properties of the internet protocol (TCP/IP) of the NICs the following DNS-Server
    address items:
    preferred DNS-Server    127.0.0.1
    alternative DNS-Server    IP-address of my gateway/router, to be able furtheron to access the www.
    Last but not least, I extended my SAP AS-ABAP-Java instance profile as proposed in the online help with the
    following item:
    icm/host_name_full = $(SAPLOCALHOST).dr-rauch.eu, and
    via SU01 I managed a new user - especially for web access - to prevent some upcomming access and
    other issues, and did what is said in the SAP note 1088717 - Active Services for WDA in the SICF.
    Now I am able and ready to work in my "DNS-less" Microsoft workgroup landscape with my SAP system.
    Thank you for this forum.
    Regards, Christian

  • Gmail on iphone was working fine until yesterday when it prompted me with the message cannot get mail user name or password for gmail is incorrect, i have tried deleting the account and re-created a new account, same problem, can anyone help?

    gmail on iphone was working fine until yesterday when it prompted me with the message "cannot get mail user name or password for gmail is incorrect", i have tried deleting the account and re-created a new account, same problem, can anyone help?

    paulcb, you're a genius, it worked, thank you so much, you don't know how much stress you have taken off my shoulders, I am constantly on my email in my iphone everyday.  Thanks a million, take care. Robert.

  • Class names - why is the fully qualified name required?

    Hello,
    Why is the fully qualified name required? I thought that if the class was imported, it was not necessary to fully qualify it in a method call.
    Since I have these import statement in my java class:
    import javax.swing.*;
    import javax.swing.border.*;
    //I was wondering what the reason is that "javax.swing.border." is required in the following:
    jsectionPanel.setBorder(new javax.swing.border.TitledBorder(
                                      new javax.swing.border.BevelBorder(javax.swing.border.BevelBorder.RAISED, Color.black, Color.black,
                                                      Color.lightGray,
                                                      Color.lightGray),
                          "Section Data",
                          javax.swing.border.TitledBorder.CENTER,         //int titleJustification,
                          javax.swing.border.TitledBorder.TOP,           //int titlePosition,
                          new Font("Dialog",0,11),          //Font titleFont,
                          new Color(0,51,255)));
    //Thanks,
    -- HSC --

    I guess there must have been something else conflicting at the time I tried because it would not compile, however, it works fine now.
    Chalk it up to the ghost in the machine.
    - I am using Windows ME afterall! :)
    thanks,
    -- HSC --

  • Cannot get a screen name to enter  what is wanted

    cannot get a screen name to enter   what is wanted?  all i want to do is get adobe installed on my samsun galaxy 10.1

    Regarding your scripting error, you mixed up DIAdem objects with the VBS DataPlugin API.
    The Data object you refer to in "Data.Root.Name" is DIAdem specific and cannot be used in DataPlugin code. This is because DataPlugins are generic and can also be used in other National Instruments software products like LabVIEW.
    Switching the syntax in DIAdem Script (File->Change Syntax) to "VBS DataPlugin" should help to write DataPlugin scripts. E.g. "Data.Root.Name" should not be recognized by DIAdems Syntax Highlighting.

  • I cannot get my indesign to download, The adobe installer will not initialize

    I cannot get my indesign to download. the adobe installer will not initialize

    I've moved your question to the Downloading, Installing and Setting Up forum where, hopefully, someone can help you.

Maybe you are looking for

  • How do i transfer Mini DV without FW

    I have a Panasonic Mini DV, with a USB. On My PC i could stream and capture. is there any other way? Is there any free software that i could download that could capture straight to my Mac. or is there anything i could download on my PC to convert the

  • Build time in Robohelp 8

    Hi all, I've been playing around with the trial version of RH8 before making the upgrade from version 7, and after importing my project the main thing I've noticed is that it takes a lot longer to generate my primary layout (webhelp), and it seems to

  • How to change warehouse code in BOM child items on marketing documents

    Hi Every body!! I need some Help. I am importing some sales documents from an 3th party POS application to SBO. I have several POS and each one is a warehouse on SBO. All sales items are Template BOM. I can change through SBO-UI the child items relat

  • Cannot assign sysadmin role to any existing users?

    Hi, I am having some problem with authentication. i lost my sa password. i was able to create user account with sysadmin roles, now problem is sql server is not mixed mode. i am using this sql server for sharepoint. i have other service accounts but

  • IPAD WONT REBOOT

    IPAD will not reboot, apple logo appears and reappears but wont start. I have had to reset it at least twice in the past when instructions to connect cable to itune. tks , miguel