Create domain alias

I created domain alias using the following LDIF sentences:
A:
dn: dc=b, dc=a, dc=com, dc=cn, o=internet
changetype: add
objectclass: alias
objectclass: inetDomainAlias
aliasedObjectName: dc=x, dc=y, dc=com, o=internet
dc:b
Later, I also tried B::
dn: dc=b.a.com.cn, o=internet
changetype: add
objectclass: alias
objectclass: inetDomainAlias
aliasedObjectName: dc=x, dc=y, dc=com, o=internet
dc:b.a.com.cn
it seemed both works.
I wonder which way is right?
or, when should I use which?
thanks.

Let me clarify over the previous clarification:
my goal:
A. When users send emails to internal addresses
([email protected] and [email protected]), the senders' addresses
should be looks like [email protected] or
[email protected] at the recipients' mailboxes, in
another word, the "from" section of the email.
And,
B. When users send emails to external addresses
including [email protected] and other
address, e.g. [email protected], "from" sections of
senders' emails should be like [email protected], or
[email protected]
That is, users from the Internet will only see the [email protected]/[email protected] address.
>
So,
What I am thinking is:
1. apply rewrite rule at tcp_local to rewite the
"from" section of emails sent to the Internet
2. create domain alias b.a.com.cn and c.b.a.com.cn
for x.com and y.x.com respectly.
So emails sent to [email protected]/[email protected] will be delivered to [email protected]/[email protected]
>
I do not think I need to add mailalternateaddress to
each user's defination in ldif. Right?
Would this work?
Thanks.Thank you.

Similar Messages

  • Still about domain alias and domain migration

    Our company is under a domain name transition. Currently, our domain is lab.D.com, and we are moving to aaa.com.During the transition, we wish both domains could work for us for a long time.
    I added a domain alias aaa.com for our domain lab.D.com, the ldif shows:
    dn: dc=aaa, dc=com, o=internet
    objectclass: alias
    objectclass: inetDomainAlias
    aliasedObjectName: dc=lab, dc=D, dc=com, o=internet
    dc: aaa
    after restarting msg server, I can send email to [email protected] which is acutually [email protected]
    However, this is only half-way to my goal. I wish our emails at receivers' mailboxes were [email protected], not [email protected], if we send emails though loging in web mail typing [email protected] in the user ID box, or by creating [email protected] accounts in MS Outlook.
    ===> Is there any way to do it?
    ===> can [email protected] account be created in MS Outlook?
    In another post about domain migration, you suggested:
    If you want to stop using the old domain, and make the new domain your "default domain", that's a little harder. It involves several steps:
    1. changing all the mail addresses.
    2. changing the "default domain" settings everywhere.
    ===> I wonder, how to do it? is there any command? ldapmodify?
    as an alternative approach, if we decide to change our email addresses to [email protected] first,
    ===> will emails sending to either [email protected] or [email protected] arrive at users who are still in the lab.D.com, if I only change all the mail addresses' domian part to aaa.com since I have added domain alias aaa.com?
    and, I do not think sending emails from [email protected] to the internet would be a problem, right???
    The iMS we use is iPlanet Messaging Server 5.2 (built Feb 21 2002), Directory Server is 4.16 which are very old versions :(
    Thanks.

    I make no claim to be a programmer, nor am I expert
    with ldap commands.
    I know of no easy way to change all, other than
    export to ldif, and use a global change with a text
    editor, and then re-import.So, db2ldif -> change in text editor -> ldif2db, right?
    Another question here is about Direct LDAP.
    I enabled Direct LDAP.
    aaa.com is the domain alias to lab.oldD.com (our old domain).
    I also have changed user alas' email addresss from alas@ lab.oldD.com to [email protected] and added mailAlternateaddress for alas as [email protected], as you instructed in previous posts.
    However, whenever I click "send" either to aaa.com or lab.oldD.com, it shows errors, for examples, - "Returning unknown or illegal alias: [email protected]", "Returning unknown or illegal alias: [email protected]"
    The log shows:
    19:17:27.62: mmc_address_to_tree: Parsing address.
    19:17:27.62: Address: "user@[127.0.0.1]" 0x00000000
    19:17:27.62: Right default: honey.lab.oldD.com
    19:17:27.62: Parsing address with null fixup.
    19:17:27.62: mmc_address_to_tree: Returning.
    19:17:27.62: Rewriting: Mbox = "user", host = "[127.0.0.1]", domain = "$*", literal = "", tag = ""
    19:17:27.62: Rewrite: "$*", position 0, hash table -
    19:17:27.62: Found: "$E$F$U%[email protected]"
    // honey is our email server
    19:17:27.62: Rewrite failed, not forward.
    19:17:27.62: Rewrite: "$*", position 1, hash table -
    19:17:27.62: Failed.
    19:17:27.62: Rewrite: "$*", position 0, rewrite database -
    19:17:27.62: Failed
    19:17:27.62: Rewriting: Mbox = "user", host = "[127.0.0.1]", domain = "[127.0.0.1]", literal = "", tag = ""
    19:17:27.62: Rewrite: "[127.0.0.1]", position 0, hash table -
    19:17:27.62: Failed
    19:17:27.62: Rewrite: "[127.0.0.1]", position 0, hash table -
    19:17:27.62: Failed.
    19:17:27.62: Rewrite: "[127.0.0.1]", position 0, rewrite database -
    19:17:27.62: Failed
    19:17:27.62: Rewriting: Mbox = "user", host = "[127.0.0.1]", domain = "[127.0.0.]", literal = "1", tag = ""
    19:17:27.62: Rewrite: "[127.0.0.*]", position 0, hash table -
    19:17:27.62: Failed
    19:17:27.62: Rewrite: "[127.0.0.]", position 0, hash table -
    19:17:27.62: Failed.
    19:17:27.62: Rewrite: "[127.0.0.]", position 0, rewrite database -
    19:17:27.62: Failed
    19:17:27.62: Rewriting: Mbox = "user", host = "[127.0.0.1]", domain = "[127.0.]", literal = "0.1", tag = ""
    19:17:27.62: Rewrite: "[127.0.*.*]", position 0, hash table -
    19:17:27.62: Failed
    19:17:27.62: Rewrite: "[127.0.]", position 0, hash table -
    19:17:27.62: Failed.
    19:17:27.62: Rewrite: "[127.0.]", position 0, rewrite database -
    19:17:27.62: Failed
    19:17:27.62: Rewriting: Mbox = "user", host = "[127.0.0.1]", domain = "[127.]", literal = "0.0.1", tag = ""
    19:17:27.62: Rewrite: "[127.*.*.*]", position 0, hash table -
    19:17:27.62: Failed
    19:17:27.62: Rewrite: "[127.]", position 0, hash table -
    19:17:27.62: Failed.
    19:17:27.62: Rewrite: "[127.]", position 0, rewrite database -
    19:17:27.62: Failed
    19:17:27.62: Rewriting: Mbox = "user", host = "[127.0.0.1]", domain = "[]", literal = "127.0.0.1", tag = ""
    19:17:27.62: Rewrite: "[]", position 0, hash table -
    19:17:27.62: Found: "$E$R${INTERNAL_IP,$L}$U%[$L]@tcp_intranet-daemon"
    19:17:27.62: Mapping: name = "INTERNAL_IP", input = "127.0.0.1".
    19:17:27.62: Mapping 2 applied to 127.0.0.1
    19:17:27.62: Entry #2 matched, pattern "127.0.0.1", template "$Y", match #0.
    19:17:27.62: New target ""
    19:17:27.62: Exiting...
    19:17:27.62: Final result ""
    19:17:27.62: Mapping result:
    19:17:27.62: New mailbox: "user".
    19:17:27.62: New host: "[127.0.0.1]".
    19:17:27.62: New route: "tcp_intranet-daemon".
    19:17:27.62: New channel system: "tcp_intranet-daemon".
    19:17:27.62: Looking up host "tcp_intranet-daemon".
    19:17:27.62: - found on channel tcp_intranet
    19:17:27.62: mmc_winit('tcp_intranet','[email protected]','') called.
    19:17:27.62: mmc_determine_url beginning with pattern , xadr , mbox , subaddress
    19:17:27.62: Queue area size 18871794, temp area size 18871794
    19:17:27.62: 4717948 blocks of effective free queue space available; setting d
    isk limit accordingly.
    19:17:27.62: mmc_address_to_tree: Parsing address.
    19:17:27.62: Address: "[email protected]" 0x00000000
    19:17:27.62: Right default: lab.oldD.com
    19:17:27.62: Parsing address with local fixup.
    19:17:27.62: mmc_address_to_tree: Returning.
    19:17:27.62: Rewriting: Mbox = "alas", host = "newD.com", domain = "$*", literal
    = "", tag = ""
    19:17:27.62: Rewrite: "$*", position 0, hash table -
    19:17:27.62: Found: "$E$F$U%[email protected]"
    19:17:27.62: Rewrite failed, not forward.
    19:17:27.62: Rewrite: "$*", position 1, hash table -
    19:17:27.62: Failed.
    19:17:27.62: Rewrite: "$*", position 0, rewrite database -
    19:17:27.62: Failed
    19:17:27.62: Rewriting: Mbox = "alas", host = "newD", domain = "newD.com", litera
    l = "", tag = ""
    19:17:27.62: Rewrite: "newD.com", position 0, hash table -
    19:17:27.62: Failed.
    19:17:27.62: Rewrite: "newD.com", position 0, rewrite database -
    19:17:27.62: Failed
    19:17:27.62: Rewriting: Mbox = "alas", host = "newD", domain = ".com", literal =
    "", tag = ""
    19:17:27.62: Rewrite: "*.com", position 0, hash table -
    19:17:27.62: Failed
    19:17:27.62: Rewrite: ".com", position 0, hash table -
    19:17:27.62: Found: "$U%$H$D@TCP-DAEMON"
    19:17:27.62: New mailbox: "alas".
    19:17:27.62: New host: "newD.com".
    19:17:27.62: New route: "TCP-DAEMON".
    19:17:27.62: New channel system: "TCP-DAEMON".
    19:17:27.62: Looking up host "TCP-DAEMON".
    19:17:27.62: - found on channel tcp_local
    19:17:27.62: mmc_address_to_tree: Parsing address.
    19:17:27.62: Address: "[email protected]" 0x00000000
    19:17:27.62: Right default: lab.oldD.com
    19:17:27.62: Parsing address with null fixup.
    19:17:27.62: mmc_address_to_tree: Returning.
    19:17:27.62: Rewriting: Mbox = "alas", host = "newD.com", domain = "$*", literal
    = "", tag = ""
    19:17:27.62: Rewrite: "$*", position 0, hash table -
    19:17:27.62: Found: "$E$F$U%[email protected]"
    19:17:27.62: Rewrite failed, not forward.
    19:17:27.62: Rewrite: "$*", position 1, hash table -
    19:17:27.62: Failed.
    19:17:27.62: Rewrite: "$*", position 0, rewrite database -
    19:17:27.62: Failed
    19:17:27.62: Rewriting: Mbox = "alas", host = "newD", domain = "newD.com", litera
    l = "", tag = ""
    19:17:27.62: Rewrite: "newD.com", position 0, hash table -
    19:17:27.62: Failed.
    19:17:27.62: Rewrite: "newD.com", position 0, rewrite database -
    19:17:27.62: Failed
    19:17:27.62: Rewriting: Mbox = "alas", host = "newD", domain = ".com", literal =
    "", tag = ""
    19:17:27.62: Rewrite: "*.com", position 0, hash table -
    19:17:27.62: Failed
    19:17:27.62: Rewrite: ".com", position 0, hash table -
    19:17:27.62: Found: "$U%$H$D@TCP-DAEMON"
    19:17:27.62: New mailbox: "alas".
    19:17:27.62: New host: "newD.com".
    19:17:27.62: New route: "TCP-DAEMON".
    19:17:27.62: New channel system: "TCP-DAEMON".
    19:17:27.62: Looking up host "TCP-DAEMON".
    19:17:27.62: - found on channel tcp_local
    19:17:27.62: Mapped return address: [email protected]
    19:17:27.62: mmc_rrply: Return detailed status information.
    19:17:27.62: mmc_rrply: Returning return address and channel OK
    19:17:27.62: mmc_wadr(0x001abd40,'','[email protected]') called.
    19:17:27.62: Copy estimate before address addition is 1
    19:17:27.62: Parsing address [email protected]
    19:17:27.62: mmc_address_to_tree: Parsing address.
    19:17:27.62: Address: "[email protected]" 0x00000000
    19:17:27.62: Right default: lab.oldD.com
    19:17:27.62: Parsing address with local fixup.
    19:17:27.62: mmc_address_to_tree: Returning.
    19:17:27.62: Rewriting: Mbox = "alas", host = "lab.oldD.com", domain = "$*", l
    iteral = "", tag = ""
    19:17:27.62: Rewrite: "$*", position 0, hash table -
    19:17:27.62: Found: "$E$F$U%[email protected]"
    19:17:27.62: Match, pattern = "lab.oldD.com", current = "(*domaincheck*)"
    19:17:27.62: old state = not checked.
    19:17:27.62: Performing domainMap check on lab.oldD.com.
    19:17:27.62: Added domainMap result 1 to cache for lab.oldD.com.
    19:17:27.62: new state = succeeded.
    19:17:27.62: New mailbox: "alas".
    19:17:27.62: New host: "lab.oldD.com".
    19:17:27.62: New route: "honey.lab.oldD.com".
    19:17:27.62: New channel system: "honey.lab.oldD.com".
    19:17:27.62: Looking up host "honey.lab.oldD.com".
    19:17:27.62: - found on channel l
    19:17:27.62: Routelocal flag set; scanning for % and !
    19:17:27.62: Address [email protected] requires local processing.
    19:17:27.62: Variant #1 = [email protected]
    19:17:27.62: Variant #2 = *@lab.oldD.com
    19:17:27.62: Checking for [email protected] in the system alias file
    19:17:27.62: - not found
    19:17:27.62: Checking for *@lab.oldD.com in the system alias file
    19:17:27.62: - not found
    19:17:27.62: - adding address [email protected] to headers.
    19:17:27.62: Copy estimate after address addition is 1
    19:17:27.63: mmc_rrply: Return detailed status information.
    19:17:27.63: mmc_rrply: Returning unknown or illegal alias: [email protected]
    I wonder why?
    Thanks.

  • How to create an alias to a subtype?

    Hi,
    How can I create an alias to a subtype?
    I.e. How can I asscciate a name with a subtype?
    Associate DOM_ADDRES with the type CHAR(50) or
    associate DOM_TELNO with the type NUMBER(10,0)
    so I can use it in the creation of a table like
    CREATE TABLE T1 (id INTEGER, addr DOM_ADDRES , tel DOM_TELNO);
    I tried CREATE DOMAIN statement -> Not working, statement not
    exists.
    I tried SUBTYPE lll IS CHAR(3) but it only works in PL/SQL
    programming, I can't create tables with that.
    Is it possible? Am I doing something wrong?
    I think subtyping and aliasing is very useful for readability and
    reuse.
    I don't want to use CREATE TYPE AS OBJECT, I do not need objects
    in my DB.
    I am using Oracle 8.1.7 for Linux.
    TIA,
    Jose P.

    In my .profile this works: alias f="/Applications/Firefox.app/Contents/MacOS/firefox -P doug"
    for starting under my profile. Make sure you run source ~/.profile if you add an alias to .profile
    Starting default FFox profile is /Applications/Firefox.app/Contents/MacOS/firefox -P swxazqvy.default
    And for Desktop icon to start whichever profile, open Script Editor and paste with proper changes(and save as an app(maybe to Desktop again?) :
    do shell script "/Applications/Firefox.app/Contents/MacOS/firefox -P doug"
    And you can make an executable with icon in a bash script with above and chmod u+x it and save to Desktop too.
    Message was edited by: doug pennington

  • Domain alias problem

    Hi Jay and all,
    we are running Sun Java messaging 2004Q4 on solaris 9.
    We want to create a domain alias so that our server can receive mails on different domain also.
    Let's say we have already x.com and want y.com to be domain alias for it. So i ran this below script and it was successful
    ++++++
    echo dn: o=x.com,dc=x,dc=com >>/sbin/ldap99.txt
    echo changetype: modify >>/sbin/ldap99.txt
    echo add: associatedDomain >>/sbin/ldap99.txt
    echo associatedDomain: y.com >>/sbin/ldap99.txt
    cd /var/opt/mps/serverroot/shared/bin
    ./ldapmodify -D uid=admin,ou=people,o=x.com,dc=x,dc=com -w <admin-pass> -R -f /sbin/ldap99.txt
    ++++++++++++++
    Now i suppose y.com has become an alias to x.com so that i can receive mails destined to [email protected] also and get them forwarded to the [email protected] mailbox (No need for user level aliasing again)
    But when i say "telnet <mail-server> 25" and rcpt to:[email protected], it says "550 5.1.1 unknown or illegal alias: [email protected]".
    it means that the vanity domain created successfully but not able to identify users already created on x.com (it did not throw the error - 550 5.7.1 Relaying not allowed: [email protected])
    Please advise me.
    TIA
    Prvn

    Hi,
    Now i suppose y.com has become an alias to x.com so
    that i can receive mails destined to [email protected] also
    and get them forwarded to the [email protected] mailbox (No
    need for user level aliasing again)You still need to add the user-level address attribute e.g.
    mailalternateaddress: [email protected]
    Just adding the associatedDomain attribute doesn't automatically result in emails sent to [email protected] being delivered to the mailbox of [email protected]
    But when i say "telnet <mail-server> 25" and rcpt
    to:[email protected], it says "550 5.1.1 unknown or illegal
    alias: [email protected]".
    Try adding the mailalternateaddress: [email protected] to the [email protected] account.
    Regards,
    Shane.

  • Domain alias in iMS 5.2

    Hi,
    Objective: The Users of Domain abc.com want that mails can be sent to them at xyz.com domain too.
    Methods: flat alias file (not recommended)
    vanity Domains ( fit for small no of users only)
    Domain Alias ( recommended)
    Discussion:
    I created a Domain alias for abc.com to be xyz.com
    ldif used
    =======
    dn: dc=xyz,dc=com,o=internet
    objectclass: alias
    objectclass: inetDomainAlias
    aliasedObjectName: dc=abc,dc=com,o=internet
    dc: xyz.com
    ldapmodify -a -D "cn=Directory manager" -w mypassword -f aboveldiffile
    My option.dat has entries for aliasurl and alias magic
    Now I try to login using user@xyz : success
    I try to send mail to user@xyz instead of [email protected]: failure
    What happens ..in directpry access logs:
    dc root is checked for xyz domain ...on finding ...the search base is adjusted to abc.com....
    But now the e-mail address searched for is [email protected]..in domain abc ...which is not set ...
    SO I DEFINE ALTERNATEMAILADDRESS ATTRIBUTE FOR DOMAIN USERS ABC.COM
    so that search matches...
    Now things work fine ....
    I also check some postings here on the sunbject ....
    where JAY suggests to use DOMAIL_LEVEL = 2 in option.dat file..
    I delete mailalternateaddresses ...for users add DOMAIN_UPLEVEL=2...
    now sendinf mail addressed at [email protected] suceeds....
    Looing at ldap access logs I find ...that the search is directly started at abc.com ???
    and the mails searched for are [email protected] aswell as [email protected] ...
    So my concern is WHAT DOES DOMAIN_LEVEL actually DO????
    Thanks

    For a very good description of how direct ldap works, please see here:
    http://docs.sun.com/source/816-6009-10/dirldap.htm#27650

  • Oracle Forms & Reports 11.1.2 with WebLogic 10.3.5 - Creating Domain 0%

    I would be grateful if someone could point out where I'm going wrong here......
    I am attempting to install Forms and Reports 11g (11.1.2.0.0) 64-bit edition on a Windows 2008 Server (R2 x64).
    Step 1: download and install jdk-7u3-windows-x64.exe
    Step 2: ensure JAVA_HOME and Path include definitions to C:\Program Files\Java\jdk1.7.0_03
    Step 3: download and install wls1035_generic.jar by typing java -Xmx1024m -jar wls1035_generic.jar - de-select Run Quickstart
    Step 4: download ofm_frmrpts_win_11.1.2.0.0_64
    Step 5: run setup and select "install and configure"
    Step 6: leave all installation locations as default
    Step 7: select "Configure for Deployment"
    Step 8: select "Create Domain" and enter passwords
    Step 9: select "Oracle Forms Builder" in additon to items already selected
    Step 10: Auto Port config, no proxy, no OID
    Installation Progress = 100%
    Configuration Progress = 0%
    Stuck on "Creating Domain"
    If I open the Sysinternals TCPView tool I can see that the javaw.exe (The Forms and Reports Installer application) is attempting to connect to port 7001 on the server but then closes the connection. This repeats over and over again until the installer gives up with an error message.
    I have made sure that the PATH variable doesn't contain any ( characters as I know this has been an issue that was raised in other threads.
    Any ideas?

    If anyone is interested I found the fault with this installation.
    The installation works fine if I repeat all of the steps above apart from the following changes: -
    Step 1: download and install jdk-6u26-windows-x64.exe instead of 7u3
    Step 2: this step is not required
    I hope this helps anyone else who is attempting this.

  • OBIEE 11.1.6 Installation failing at Create Domain

    Hi,
    I am installing OBIEE 11.1.6 in Wndows 7 64bit machine.
    I have installed all pre requisites as below :
    Loopback Adapter
    JDK 1.6.34 -in path C:\Java\Jre and set the same in Environment Variables for Path
    have all memory required for installation
    TEMP - C:\TEMP
    TMP - C:\TMP
    Created RCU and while installing it is failing during Create Domain.. When checked logs it says
    CSF Entries will not be parsed since the AdminServer is unreachable
    and also sometime with
    Nodemanager.Property file not found.
    Tried 2 or 3 times but no success. Kindly advise.
    Database installed : Oracle 11.2.0 R2
    JDK : JDK1_6_34
    Thanks,
    Ckeng

    Assuming you are trying to do Enterprise Install.
    There is a known issue with weblogic10.3.5 with some specific network configuration.
    Try following.
    Download and Install Weblobic 10.3.6 manually. Do BI Software only Install and run configuration.

  • OBIEE 11.1.1.6.0 insatallation - creating domain configuaration error

    Hi,
    I am trying to install OBIEE 11.1.1.6.0 on a windows 7 Home basic machine.
    i have selected 'Enterprise install'.
    At step 14 -i got error i.e creating domain has failed.In logs i found below message:
    Please check logs file and give me any suggestion to get out of this error
    oracle.as.provisioning.exception.ASProvWorkflowException: Error Executing workflow.
         at oracle.as.provisioning.engine.WorkFlowExecutor._createDomain(WorkFlowExecutor.java:686)
         at oracle.as.provisioning.engine.WorkFlowExecutor.executeWLSWorkFlow(WorkFlowExecutor.java:391)
         at oracle.as.provisioning.engine.Config.executeConfigWorkflow_WLS(Config.java:866)
         at oracle.as.install.bi.biconfig.standard.StandardWorkFlowExecutor.executeHelper(StandardWorkFlowExecutor.java:31)
         at oracle.as.install.bi.biconfig.standard.DomainProvisioningTask.doExecute(DomainProvisioningTask.java:48)
         at oracle.as.install.bi.biconfig.standard.AbstractProvisioningTask.execute(AbstractProvisioningTask.java:70)
         at oracle.as.install.bi.biconfig.standard.StandardProvisionTaskList.execute(StandardProvisionTaskList.java:61)
         at oracle.as.install.bi.biconfig.BIConfigMain.doExecute(BIConfigMain.java:113)
         at oracle.as.install.engine.modules.configuration.client.ConfigAction.execute(ConfigAction.java:371)
         at oracle.as.install.engine.modules.configuration.action.TaskPerformer.run(TaskPerformer.java:88)
         at oracle.as.install.engine.modules.configuration.action.TaskPerformer.startConfigAction(TaskPerformer.java:105)
         at oracle.as.install.engine.modules.configuration.action.ActionRequest.perform(ActionRequest.java:15)
         at oracle.as.install.engine.modules.configuration.action.RequestQueue.perform(RequestQueue.java:64)
         at oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager.start(StandardConfigActionManager.java:160)
         at oracle.as.install.engine.modules.configuration.boot.ConfigurationExtension.kickstart(ConfigurationExtension.java:81)
         at oracle.as.install.engine.modules.configuration.ConfigurationModule.run(ConfigurationModule.java:86)
         at java.lang.Thread.run(Thread.java:662)
    Thanks in advance
    Narasimha

    Check your installation steps as in this link
    http://allaboutobiee.blogspot.com/2012/04/obiee-111160-step-by-step-installation.html
    If helps mark

  • OBIEE 11.1.1.6.0 installation error creating domain error

    Hi Gurus,
    I am trying to install OBIEE 11.1.1.6.0 32 bit in windows 7 RCU installed successfully but when i am installing 11G in at configuration progress for creating domain it is showing 0% only for long time and finaly it is showing creating domain failed.
    when i checked log files in the inventory(c:\oracle\inventory) folder i found one error file as below
    *'export' is not recognized as an internal or external command,*
    operable program or batch file.
    how i have to fix this error i tried more times it is showing the same error please any one help me.
    plzzzzzzz any one help me i tried more times
    Regards,
    Edited by: 963851 on Jun 4, 2013 8:26 PM

    Hi Satya,
    Still i am unable to install after making all configuration which you have posted in the above posts and it is showing some different error as below:
    In Err file (C:\Program Files\Oracle\Inventory\logs) it is showing
    ***** Could not locate the launcher command.*
    *'export' is not recognized as an internal or external command,*
    operable program or batch file.
    In OUT file (C:\Program Files\Oracle\Inventory\logs) it is showing
    Caused by: oracle.as.provisioning.exception.ASProvWorkflowException: Error Executing workflow.
    D:\HOME\Oracle_BI1'
    Running prerequisite checks...
    To continue, OPatch will do the following:
    *[Back up for restore] : Back up 3 files for Oracle Home restore in case of patching error.*
    and you suggested that to install software only what is the difference between simple and software only install any where i will try that and get back to you.
    Regards,

  • Creating Domain step fails while trying to install OBIEE 11g (11.1.1.5)

    Hi Everyone,
    I am really stuck at a point from where I do not know which route to take. I am trying to install OBIEE 11g (11.1.1.5) on my Windows 7 (32-bit) laptop. I have tried all the options:
    1. Simple Install
    2. Enterprise Install
    3. Software only install (after installing Weblogic 10.3.4.0 separately)
    Everything goes well till the step Bi Configuration->Creating Domain.
    In this process whenever it reaches the stage when it tries to start Node Manager, it starts getting java exceptions and fails. It typically occurs when it does not find the nodemanager.properties file and tries to save the configurations there. It then encounters a Fatal Error.
    Excerpt from install2011-07-29_06-13-21PM.out
    Initializing WebLogic Scripting Tool (WLST) ...
    Welcome to WebLogic Server Administration Scripting Shell
    Type help() for help on available commands
    Launching NodeManager ...
    Properties: {ListenPort=5556,NativeVersionEnabled=true,NodeManagerHome=C:/FusionMW/wlserver_10.3/common/nodemanager,StartScriptEnabled=true,}
    Command: C:\FusionMW\JROCKI~1.2-4\jre\bin\javaw.exe -classpath "C:\FusionMW\JROCKI~1.2-4\jre\lib\rt.jar;C:\FusionMW\JROCKI~1.2-4\jre\lib\i18n.jar;C:\FusionMW\patch_wls1035\profiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\FusionMW\JROCKI~1.2-4\lib\tools.jar;C:\FusionMW\WLSERV~1.3\server\lib\weblogic_sp.jar;C:\FusionMW\WLSERV~1.3\server\lib\weblogic.jar;C:\FusionMW\modules\features\weblogic.server.modules_10.3.5.0.jar;C:\FusionMW\WLSERV~1.3\server\lib\webservices.jar;C:\FusionMW\modules\ORGAPA~1.1\lib\ant-all.jar;C:\FusionMW\modules\NETSFA~1.0_1\lib\ant-contrib.jar;C:\Users\SUCHAT~1\AppData\Local\Temp\.;C:\Program Files\Java\jre6\lib\ext\QTJava.zip;C:\FusionMW\utils\config\10.3\config-launch.jar;C:\FusionMW\WLSERV~1.3\common\derby\lib\derbynet.jar;C:\FusionMW\WLSERV~1.3\common\derby\lib\derbyclient.jar;C:\FusionMW\WLSERV~1.3\common\derby\lib\derbytools.jar" weblogic.NodeManager "-v"
    NMProcess: <Jul 29, 2011 7:21:31 PM> <INFO> <Loading domains file: C:\FusionMW\wlserver_10.3\common\nodemanager\nodemanager.domains>
    NMProcess: Jul 29, 2011 7:21:31 PM weblogic.nodemanager.server.NMServerConfig initDomainsMap
    NMProcess: INFO: Loading domains file: C:\FusionMW\wlserver_10.3\common\nodemanager\nodemanager.domains
    NMProcess: <Jul 29, 2011 7:21:35 PM> <INFO> <Loading identity key store: FileName=C:/FusionMW/WLSERV~1.3/server\lib\DemoIdentity.jks, Type=jks, PassPhraseUsed=true>
    NMProcess: Jul 29, 2011 7:21:35 PM weblogic.nodemanager.server.SSLConfig loadKeyStoreConfig
    NMProcess: INFO: Loading identity key store: FileName=C:/FusionMW/WLSERV~1.3/server\lib\DemoIdentity.jks, Type=jks, PassPhraseUsed=true
    NMProcess: <Jul 29, 2011 7:21:35 PM> <WARNING> <Node manager configuration properties file 'C:\FusionMW\wlserver_10.3\common\nodemanager\nodemanager.properties' not found. Using default settings.>
    NMProcess: Jul 29, 2011 7:21:35 PM weblogic.nodemanager.server.NMServer <init>
    NMProcess: WARNING: Node manager configuration properties file 'C:\FusionMW\wlserver_10.3\common\nodemanager\nodemanager.properties' not found. Using default settings.
    NMProcess: <Jul 29, 2011 7:21:35 PM> <INFO> <Saving node manager configuration properties to 'C:\FusionMW\wlserver_10.3\common\nodemanager\nodemanager.properties'>
    NMProcess: Jul 29, 2011 7:21:35 PM weblogic.nodemanager.server.NMServer <init>
    NMProcess: INFO: Saving node manager configuration properties to 'C:\FusionMW\wlserver_10.3\common\nodemanager\nodemanager.properties'
    NMProcess: <Jul 29, 2011 7:21:35 PM> <SEVERE> <Fatal error in node manager server>
    NMProcess: java.lang.NullPointerException
    NMProcess:      at java.util.Hashtable.containsKey(Hashtable.java:314)
    NMProcess:      at weblogic.nodemanager.server.NMServerConfig.initNetworkInfoList(NMServerConfig.java:491)
    NMProcess:      at weblogic.nodemanager.server.NMServerConfig.getNetworkInfoList(NMServerConfig.java:481)
    NMProcess:      at weblogic.nodemanager.server.NMServerConfig.getConfigProperties(NMServerConfig.java:545)
    NMProcess:      at weblogic.nodemanager.server.NMServer.<init>(NMServer.java:154)
    NMProcess:      at weblogic.nodemanager.server.NMServer.main(NMServer.java:375)
    NMProcess:      at weblogic.NodeManager.main(NodeManager.java:31)
    NMProcess:
    NMProcess: Jul 29, 2011 7:21:35 PM weblogic.nodemanager.server.NMServer main
    NMProcess: SEVERE: Fatal error in node manager server
    NMProcess: java.lang.NullPointerException
    NMProcess:      at java.util.Hashtable.containsKey(Hashtable.java:314)
    NMProcess:      at weblogic.nodemanager.server.NMServerConfig.initNetworkInfoList(NMServerConfig.java:491)
    NMProcess:      at weblogic.nodemanager.server.NMServerConfig.getNetworkInfoList(NMServerConfig.java:481)
    NMProcess:      at weblogic.nodemanager.server.NMServerConfig.getConfigProperties(NMServerConfig.java:545)
    NMProcess:      at weblogic.nodemanager.server.NMServer.<init>(NMServer.java:154)
    NMProcess:      at weblogic.nodemanager.server.NMServer.main(NMServer.java:375)
    NMProcess:      at weblogic.NodeManager.main(NodeManager.java:31)
    NMProcess: Stopped draining NMProcess
    NMProcess: Stopped draining NMProcess
    Successfully launched the Node Manager.
    The Node Manager process is running independent of the WLST process.
    Exiting WLST will not stop the Node Manager process. Please refer
    to the Node Manager logs for more information.
    The Node Manager logs will be under C:\FusionMW\wlserver_10.3\common\nodemanager
    Node Manager starting in the background
    Excerpt from nodemanager.log which is created at <WL_HOME>\common\nodemanager:
    <Jul 29, 2011 7:21:31 PM> <INFO> <Loading domains file: C:\FusionMW\wlserver_10.3\common\nodemanager\nodemanager.domains>
    <Jul 29, 2011 7:21:35 PM> <INFO> <Loading identity key store: FileName=C:/FusionMW/WLSERV~1.3/server\lib\DemoIdentity.jks, Type=jks, PassPhraseUsed=true>
    <Jul 29, 2011 7:21:35 PM> <WARNING> <Node manager configuration properties file 'C:\FusionMW\wlserver_10.3\common\nodemanager\nodemanager.properties' not found. Using default settings.>
    <Jul 29, 2011 7:21:35 PM> <INFO> <Saving node manager configuration properties to 'C:\FusionMW\wlserver_10.3\common\nodemanager\nodemanager.properties'>
    <Jul 29, 2011 7:21:35 PM> <SEVERE> <Fatal error in node manager server>
    java.lang.NullPointerException
         at java.util.Hashtable.containsKey(Hashtable.java:314)
         at weblogic.nodemanager.server.NMServerConfig.initNetworkInfoList(NMServerConfig.java:491)
         at weblogic.nodemanager.server.NMServerConfig.getNetworkInfoList(NMServerConfig.java:481)
         at weblogic.nodemanager.server.NMServerConfig.getConfigProperties(NMServerConfig.java:545)
         at weblogic.nodemanager.server.NMServer.<init>(NMServer.java:154)
         at weblogic.nodemanager.server.NMServer.main(NMServer.java:375)
         at weblogic.NodeManager.main(NodeManager.java:31)
    After this it hangs for a long time before finally coming up with Node Manager Server Timed Out error and finally the Creating Domain step fails.
    One thing that I have noticed is that whenever it tries to create the nodemanager.properties or write to it it encounters this error and hence the nodemanager.properties file is also not getting generated.
    I have ensured that there are no spaces in the TEMP and TMP paths. I even tried creating and putting the nodemanager.properties file in the location but that too does not work.
    Strange part is that when I install Weblogic separately and have nodemanager as a windows service, then with the nodemanager.properties that I created the windows service runs, but the OBIEE installation still fails.
    Any help on this would be greatly appreciated.
    Thanks and regards,
    Subho

    My problem is "creating domain is failed". I guess that the issue with windows 7 32 bits on laptop doesn't configure and run nodemanager. I tried to start nodemanager but don't work (with weblogic scriptinf tools WST). However, Weblogic run ok but nodemanager is inactive. Also it doesn't create nodemanager.propierties. If I create a file nodemanager.properties (or I copied on directory obiee_home\ws_server_10.3\common\nodemanager) obiee installer configures its parameters pre-configured (if I modify a parameter, the installer modify it a default value and I don't know where is these parameters and its definition).
    I have installed obiee simple and enterprise and it don't work. I have installed on oracle 11g R2 (desktop and enterprise with datawarehouse) and obiee installer doesn't work. Further this installation obiee delay an hour and then generates error in my case "creating domain is failed".
    I'm going try to run install obiee 11.1.1.5 on windows 7 xp mode.
    Important: We need help of oracle experts or Oracle communicates if obiee installs or not on windows 7 32 bits laptop because We have wasted
    Thanks if anyone help us!!

  • OBIEE 11g 11.1.1.6.0 configuration  creating domain failed

    Hi
    I am trying to install OBIEE 11.1.1.6.0. My installation failed during configuration stage of " Creating Domain".
    When i check the log file i see the following error . can you please help me?
    C:\OBIEE\Oracle_BI1\OPatch\opatch apply C:\OBIEE\Oracle_BI1\oneoffpatches\p6599470_111070_Generic.zip -oh C:\OBIEE\Oracle_BI1 -silent -jre C:\OBIEE\Oracle_BI1\jdk
    OPatch failed with error code = 1
    [2012-05-02T20:32:51.188-04:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 15] [ecid: 0000JSFjdb75yW^5xV_AiW1FcR_X000006,0] stderr=[java.lang.NoClassDefFoundError: Files[[
    Caused by: java.lang.ClassNotFoundException: Files
         at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
         at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
    Could not find the main class: Files.  Program will exit.
    Exception in thread "main" ]
    Edited by: 931665 on May 2, 2012 7:55 PM
    Edited by: 931665 on May 2, 2012 10:16 PM

    Hi,
    What sort of installation you are trying to do..???
    Enterprise or Software only..?
    From where you have downloaded the OBIEE 11g 11.1.1.6.0 dump..? edelivery or from other source..??
    Your error is saying that patch +"p6599470_111070_Generic.zip"+ is missing.
    Down load it from oracle and apply the patch. The details, How to apply the patch will be provided in that zip file only.
    Thanks.

  • Re: error creating domain - need help!

    Hi all,
    Getting the below error in install logs while configuring Forms/Reports (11.1.2.1) Create Domain fails for missing prerequisites
    Setting ORACLE_HOME to C:\Ora_MWhome\Ora_FRHome
    Setting Doracle.config.mode to true
    Adding c:\tmp\OraInstall2013-05-14_01-24-20PM for deletion.
    Adding to classpath:file:/c:/tmp/OraInstall2013-05-14_01-24-20PM/ext/jlib/classic.jar
    Adding to classpath:file:/c:/tmp/OraInstall2013-05-14_01-24-20PM/ext/jlib/template.jar
    [email protected]lassicPage.ScreenRes
    configFileName:c:\tmp\OraInstall2013-05-14_01-24-20PM\ext\jlib\footprint.xml
    Setting current page standalone validations to true
    Setting current page standalone validations to true
    Setting current page standalone validations to true
    resultset.getStatus() : true
    Setting collector hub url in screen:null
    Temp Buffer: C:\Ora_MWhome;
    ExtendDomain: false          ExpandCluster: false
    wasExtendDomain: false          wasExpandCluster: false
    prevAdminServerURL:           adminServerURL: LTHP95015GQ.ds.fs.fed.usweblogic
    isFirstVisit:true
    Oracle Home = C:\Ora_MWhome\Ora_FRHome
    Setting current page standalone validations to true
    In processErrorMsgStringOracle Instance
    Found product.properties
    All key are given: [APPSERVER_LOCATION, APPSERVER_TYPE]
    Not WAS
    needWritableDirectory: false
    needWritableDirectory: true
    middlewareHomeLocation:C:\Ora_MWhome
    weblogicHomeLocation:C:\Ora_MWhome\wlserver_10.3
    weblogicHome:C:\Ora_MWhome\wlserver_10.3
    weblogicHomeLocation:C:\Ora_MWhome\wlserver_10.3
    In processErrorMsgStringInstance Name
    In processErrorMsgStringThe instance name may only contain alphanumeric and underscore (_) characters, and it must begin with an alphabetic character. The instance name must be at least 4 characters long and up to 30 characters long.
    In processErrorMsgStringOracle Home
    In processErrorMsgStringOracle Home Directory Name
    In [email protected]_OracleDirectoryInvalidErrorString
    Obtained the single page data..SpecifyClassicHomeInformationPage
    resultset.getStatus() : true
    Setting current page standalone validations to true
    In processErrorMsgStringDomain Name
    In processErrorMsgStringThe value may only contain alphanumeric characters, or the underscore (_) or hyphen (-) characters.Punctuations cannot be the first character.
    In processErrorMsgStringAdministrator Password
    In processErrorMsgStringValid passwords are 8 to 30 characters long, must begin with an alphabetic character, use only alphanumeric, underscore (_), dollar ($) or pound (#) characters. It should contain at least one numeric, underscore (_), dollar ($), or pound (#) character.
    In processErrorMsgStringAdministrator User Name
    In processErrorMsgStringThe value may only contain alphanumeric characters, or the underscore (_) or hyphen (-) characters.Punctuations cannot be the first character.
    resultset.getStatus() : true
    formsPreConfigured:false
    reportsPreConfigured:false
    portalPreConfigured:false
    discoPreConfigured:false
    the node m_RunTimeComps is Selected
    the node m_Forms is Selected
    the node m_Reports is Selected
    the node m_DevTools is Not Selected
    the node m_FormsBuilder is Not Selected
    the node m_ReportsBuilder is Not Selected
    the node m_ManagementComps is Selected
    the node m_EnterpriseManagement is Selected
    the node m_SystemComps is Selected
    the node m_OHS is Selected
    the node m_RunTimeComps is Selected
    the node m_Forms is Selected
    the node m_Reports is Selected
    the node m_DevTools is Not Selected
    the node m_FormsBuilder is Not Selected
    the node m_ReportsBuilder is Selected
    the node m_ManagementComps is Selected
    the node m_EnterpriseManagement is Selected
    the node m_SystemComps is Selected
    the node m_OHS is Selected
    root.isSelectedfalse
    the node m_RunTimeComps is Selected
    the node m_Forms is Selected
    the node m_Reports is Selected
    the node m_DevTools is Selected
    the node m_FormsBuilder is Selected
    the node m_ReportsBuilder is Selected
    the node m_ManagementComps is Selected
    the node m_EnterpriseManagement is Selected
    the node m_SystemComps is Selected
    the node m_OHS is Selected
    root.isSelectedtrue
    Setting current page standalone validations to true
    the node m_RunTimeComps is Selected
    the node m_Forms is Selected
    the node m_Reports is Selected
    the node m_DevTools is Selected
    the node m_FormsBuilder is Selected
    the node m_ReportsBuilder is Selected
    the node m_ManagementComps is Selected
    the node m_EnterpriseManagement is Selected
    the node m_SystemComps is Selected
    the node m_OHS is Selected
    Entering the exec handler method in get free space for home...
    quotaNeededProperty:null
    isQuotaNeeded : false
    resultset.getStatus() : true
    the node m_RunTimeComps is Selected
    the node m_Forms is Selected
    the node m_Reports is Selected
    the node m_DevTools is Selected
    the node m_FormsBuilder is Selected
    the node m_ReportsBuilder is Selected
    the node m_ManagementComps is Selected
    the node m_EnterpriseManagement is Selected
    the node m_SystemComps is Selected
    the node m_OHS is Selected
    Setting current page standalone validations to true
    resultset.getStatus() : true
    Setting current page standalone validations to true
    resultset.getStatus() : true
    wasOIDSelected: true
    Setting current page standalone validations to true
    resultset.getStatus() : true
    In doFinish method checking for inventory lock...ConfigurationPage
    Setting current page standalone validations to true
    calling the executeBeforeConfig method before configuration..
    JAVA.LIBRARY.PATH:c:\tmp\OraInstall2013-05-14_01-24-20PM\jre\bin;C:\WINDOWS\Sun\Java\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\Ora_MWhome\Ora_FRHome\bin;C:\ORA_MW~1\ORA_FR~1\BIN;c:\ORA_DE~1\jdk\jre\bin;c:\ORA_DE~1\jdk\jre\bin\client;c:\ORA_DE~1\jlib;c:\ORA_DE~1\bin;c:\ORA_DE~1\jre\112ECD~1.8\bin;c:\oracle\product\111~1.0\client\BIN;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\system32\wbem;C:\PROGRA~1\COMMON~1\ROXIOS~1\DLLSHA~1\;C:\PROGRA~1\COMMON~1\ROXIOS~1\10.0\DLLSHA~1\;c:\oracle\client9i\bin;c:\oracle\client9i\jdk\bin;c:\oracle\client9i\jdk\jre\bin;C:\WINDOWS\system32\WINDOW~1\v1.0;C:\Perl\bin;C:\PROGRA~1\SSH_SCP;C:\PROGRA~1\ACTIVI~1\ACTIVC~1\;C:\PROGRA~1\QUICKT~1\QTSystem\;C:\ORA_MW~1\JROCKI~1.0-1;C:\ORA_MW~1\ORA_FR~1\opmn\bin;C:\ORA_MW~1\ORA_FR~1\opmn\lib;C:\ORA_MW~1\ORA_FR~1\perl\bin;.;C:\Ora_MWhome\Ora_FRHome\lib\;C:\Ora_MWhome\Ora_FRHome\jdk\jre\lib\i386\
    CONFIG LOG CONFIG LOCATION: c:\tmp\OraInstall2013-05-14_01-24-20PM\ext\jlib\log-config.xml
    XXX Entered Init()!!!
    Check Point Location : C:\Program Files\Oracle\Inventory\checkpoint\AS\11.1.2.1.0
    java.homeC:/Ora_MWhome/Ora_FRHome/jdk/jre
    weblogic.homeC:/Ora_MWhome/wlserver_10.3/server
    java.class.pathC:/Ora_MWhome/wlserver_10.3/server/lib/weblogic.jar;C:/Ora_MWhome/wlserver_10.3/server/lib/webservices.jar;C:/Ora_MWhome/utils/config/10.3/config-launch.jar;C:/Ora_MWhome/Ora_FRHome/lib/java/shared/args4j/2.0.9/args4j-2.0.9.jar;C:/Ora_MWhome/Ora_FRHome/opmn/lib/argus.jar;C:/Ora_MWhome/Ora_FRHome/install/config/ASConfig.jar;C:/Ora_MWhome/Ora_FRHome/install/config/classic_config.jar;C:/Ora_MWhome/Ora_FRHome/opmn/lib/iasprovision.jar;C:/Ora_MWhome/Ora_FRHome/../oracle_common/modules/oracle.jmx_11.1.1/jmxframework.jar;C:/Ora_MWhome/Ora_FRHome/../oracle_common/modules/oracle.jmx_11.1.1/jmxspi.jar;C:/Ora_MWhome/Ora_FRHome/inventory/Scripts/ext/jlib/message.jar;C:/Ora_MWhome/Ora_FRHome/../oracle_common/modules/oracle.odl_11.1.1/ojdl.jar;C:/Ora_MWhome/Ora_FRHome/../oracle_common/modules/oracle.odl_11.1.1/ojdl2.jar;C:/Ora_MWhome/Ora_FRHome/opmn/lib/ons.jar;C:/Ora_MWhome/Ora_FRHome/opmn/lib/opmneditor.jar;C:/Ora_MWhome/Ora_FRHome/opmn/lib/optic.jar;C:/Ora_MWhome/Ora_FRHome/opmn/lib/repositorycheck.jar;C:/Ora_MWhome/Ora_FRHome/opmn/lib/wlclient.jar;C:/Ora_MWhome/Ora_FRHome/opmn/lib/wljmxclient.jar;C:/Ora_MWhome/Ora_FRHome/lib/xmlparserv2.jar;C:/Ora_MWhome/Ora_FRHome/forms/provision/frmconfig.jar;C:/Ora_MWhome/Ora_FRHome/frcommon/provision/frconfig.jar;C:/Ora_MWhome/Ora_FRHome/../oracle_common/modules/oracle.ldap_11.1.1/ldapjclnt11.jar;C:/Ora_MWhome/Ora_FRHome/../oracle_common/modules/oracle.jps_11.1.1/jps-common.jar;C:/Ora_MWhome/Ora_FRHome/../oracle_common/modules/oracle.jps_11.1.1/jps-wls.jar;C:/Ora_MWhome/Ora_FRHome/../oracle_common/modules/oracle.jps_11.1.1/jps-ee.jar;C:/Ora_MWhome/Ora_FRHome/../oracle_common/modules/oracle.jps_11.1.1/jps-unsupported-api.jar;C:/Ora_MWhome/Ora_FRHome/../oracle_common/modules/oracle.jps_11.1.1/jacc-spi.jar;C:/Ora_MWhome/Ora_FRHome/../oracle_common/modules/oracle.jps_11.1.1/jps-mbeans.jar;C:/Ora_MWhome/Ora_FRHome/../oracle_common/modules/oracle.jps_11.1.1/jps-api.jar;C:/Ora_MWhome/Ora_FRHome/../oracle_common/modules/oracle.jps_11.1.1/jps-internal.jar;C:/Ora_MWhome/Ora_FRHome/jlib/ossoreg.jar;C:/Ora_MWhome/Ora_FRHome/../oracle_common/modules/oracle.jrf_11.1.1/jrf.jar;C:/Ora_MWhome/Ora_FRHome/jlib/ojmisc.jar;C:/Ora_MWhome/Ora_FRHome/jlib/jazn.jar;C:/Ora_MWhome/Ora_FRHome/jlib/ldapjclnt9.jar;ORACLE_HOMEnullORACLE_HOMEnullORACLE_HOMEnullORACLE_HOMEnullORACLE_HOMEnullORACLE_HOME%/../oracle_common/jlib/rcucommon.jar
    Assigning Port: 7001 to: DOMAIN_PORT
    ClassicDomain
    DOMAIN_HOME: C:/Ora_MWhome/user_projects/domains/ClassicDomain
    Trying to assign 2 consecutive ports where the starting port range is: 9001 - 9100
    Assigning Port: 9001 to: WLS_FORMS_PORT
    Assigning Port: -1 to: NODE_MANAGER_PORT
    Trying to assign 2 consecutive ports where the starting port range is: 9001 - 9100
    Trying to assign 2 consecutive ports where the starting port range is: 9002 - 9100
    Assigning Port: 9002 to: WLS_REPORTS_PORT
    Assigning Port: -1 to: NODE_MANAGER_PORT
    DOMAIN_HOME: C:/Ora_MWhome/user_projects/domains/ClassicDomain
    DOMAIN_HOME: C:/Ora_MWhome/user_projects/domains/ClassicDomain
    Trying to assign 3 consecutive ports where the starting port range is: 6700 - 6800
    Assigning Port: 6700 to: OPMN_LOCAL_PORT
    Assigning Port: 6701 to: OPMN_REMOTE_PORT
    Assigning Port: 6702 to: OPMN_REQUEST_PORT
    Trying to assign 3 consecutive ports where the starting port range is: 8888 - 8988
    Assigning Port: 8888 to: OHS_LISTEN_PORT
    Assigning Port: 8889 to: OHS_PROXY_PORT
    Assigning Port: 8890 to: OHS_SSL_PORT
    GJS OHS Hostname: LTHP95015GQ.ds.fs.fed.us
    GJS managedServer Hostname: LTHP95015GQ.ds.fs.fed.us
    GJS OHS Hostname: LTHP95015GQ.ds.fs.fed.us
    GJS managedServer Hostname: LTHP95015GQ.ds.fs.fed.us
    Assigning Port: 5155 to: EMAGENT_PORT
    EMD Port = 5155
    XXX Entered DoExecute()!!!
    displayProperties()!!!
    CREATE_DOMAIN : true
    JOIN_DOMAIN :
    DOMAIN_NAME : ClassicDomain
    DOMAIN_HOSTNAME : LTHP95015GQ.ds.fs.fed.us
    DOMAIN_PORT : 7001
    DOMAIN_HOME_PATH : C:/Ora_MWhome/user_projects/domains/ClassicDomain
    ADMIN_USER_NAME : weblogic
    MW_HOME : C:\Ora_MWhome
    ORACLE_HOME : C:\Ora_MWhome\Ora_FRHome
    INSTANCE_HOME : C:\Ora_MWhome\orainst
    INSTANCE_NAME : orainst
    CONFIGURE_FORMS : true
    CONFIGURE_FORMS_BUILDER : true
    CONFIGURE_REPORTS : true
    CONFIGURE_REPORTS_BUILDER : true
    CONFIGURE_OHS : true
    CONFIGURE_MANAGEMENT_COMPONENT : true
    PORT_LOCATION : 0
    AUTOMATIC_PORT_DETECT : true
    STATICPORT_INI_FILE_LOCATION :
    ENABLE_PROXY : false
    PROXY_HOST :
    PROXY_PORT :
    PROXY_BYPASS :
    USE_OID : false
    OID_USE_SSL : false
    OID_HOST :
    OID_PORT :
    OID_USERNAME : cn=orcladmin
    Executing Task: Creating Domain
    XXX: adding task: oracle.as.install.classic.ca.standard.DomainProvisioningTask
    AdminServer port is 7001
    trying to connect to LTHP95015GQ.ds.fs.fed.us 7001
    Creating Weblogic Domain.
    Adding Template : C:/Ora_MWhome/oracle_common/common/templates/applications/jrf_template_11.1.1.jar
    Adding Template : C:/Ora_MWhome/Ora_FRHome/common/templates/applications/classic_template_11.1.2.jar
    CLASSPATH=C:\ORA_MW~1\patch_wls1036\profiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\ORA_MW~1\patch_ocp371\profiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\ORA_MW~1\JROCKI~1.0-1\lib\tools.jar;C:\ORA_MW~1\WLSERV~1.3\server\lib\weblogic_sp.jar;C:\ORA_MW~1\WLSERV~1.3\server\lib\weblogic.jar;C:\ORA_MW~1\modules\features\weblogic.server.modules_10.3.6.0.jar;C:\ORA_MW~1\WLSERV~1.3\server\lib\webservices.jar;C:\ORA_MW~1\modules\ORGAPA~1.1/lib/ant-all.jar;C:\ORA_MW~1\modules\NETSFA~1.0_1/lib/ant-contrib.jar;C:\ORA_MW~1\JROCKI~1.0-1;C:\PROGRA~1\Java\jre6\lib\ext\QTJava.zip;C:\ORA_MW~1\utils\config\10.3\config-launch.jar;C:\ORA_MW~1\WLSERV~1.3\common\derby\lib\derbynet.jar;C:\ORA_MW~1\WLSERV~1.3\common\derby\lib\derbyclient.jar;C:\ORA_MW~1\WLSERV~1.3\common\derby\lib\derbytools.jar;;
    Initializing WebLogic Scripting Tool (WLST) ...
    Welcome to WebLogic Server Administration Scripting Shell
    Type help() for help on available commands
    Error: addTemplate() failed. Do dumpStack() to see details.
    oracle.as.provisioning.exception.ASProvWorkflowException: Problem invoking WLST - Traceback (innermost last):
    File "c:\tmp\tmp1368559932377.py", line 42, in ?
    File "C:\tmp\WLSTOfflineIni6566541924549047913.py", line 89, in addTemplate
    Oracle BI Composer Runtime - 11.1.1.0Oracle BI-ADF Runtime - 11.1.1.0
         at com.oracle.cie.domain.script.jython.CommandExceptionHandler.handleException(CommandExceptionHandler.java:51)
         at com.oracle.cie.domain.script.jython.WLScriptContext.handleException(WLScriptContext.java:1538)
         at com.oracle.cie.domain.script.jython.WLScriptContext.addTemplate(WLScriptContext.java:420)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
    com.oracle.cie.domain.script.jython.WLSTException: com.oracle.cie.domain.script.jython.WLSTException: com.oracle.cie.domain.script.ScriptException: com.oracle.cie.domain.template.dependency.SelectionConflictException: The following prerequisites were found to be missing:
    Oracle BI Composer Runtime - 11.1.1.0Oracle BI-ADF Runtime - 11.1.1.0
         at oracle.as.provisioning.weblogic.ASDomain._createDomain(ASDomain.java:2958)
         at oracle.as.provisioning.weblogic.ASDomain.createDomain(ASDomain.java:2476)
         at oracle.as.provisioning.engine.WorkFlowExecutor._createDomain(WorkFlowExecutor.java:633)
         at oracle.as.provisioning.engine.WorkFlowExecutor.executeWLSWorkFlow(WorkFlowExecutor.java:391)
         at oracle.as.provisioning.engine.Config.executeConfigWorkflow_WLS(Config.java:866)
         at oracle.as.install.classic.ca.standard.StandardWorkFlowExecutor.execute(StandardWorkFlowExecutor.java:65)
         at oracle.as.install.classic.ca.standard.AbstractProvisioningTask.execute(AbstractProvisioningTask.java:26)
         at oracle.as.install.classic.ca.standard.StandardProvisionTaskList.execute(StandardProvisionTaskList.java:61)
         at oracle.as.install.classic.ca.ClassicConfigMain.doExecute(ClassicConfigMain.java:124)
         at oracle.as.install.engine.modules.configuration.client.ConfigAction.execute(ConfigAction.java:371)
         at oracle.as.install.engine.modules.configuration.action.TaskPerformer.run(TaskPerformer.java:88)
         at oracle.as.install.engine.modules.configuration.action.TaskPerformer.startConfigAction(TaskPerformer.java:105)
         at oracle.as.install.engine.modules.configuration.action.ActionRequest.perform(ActionRequest.java:15)
         at oracle.as.install.engine.modules.configuration.action.RequestQueue.perform(RequestQueue.java:64)
         at oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager.start(StandardConfigActionManager.java:160)
         at oracle.as.install.engine.modules.configuration.boot.ConfigurationExtension.kickstart(ConfigurationExtension.java:81)
         at oracle.as.install.engine.modules.configuration.ConfigurationModule.run(ConfigurationModule.java:86)
         at java.lang.Thread.run(Thread.java:662)
    oracle.as.provisioning.exception.ASProvisioningException
         at oracle.as.provisioning.engine.Config.executeConfigWorkflow_WLS(Config.java:872)
         at oracle.as.install.classic.ca.standard.StandardWorkFlowExecutor.execute(StandardWorkFlowExecutor.java:65)
         at oracle.as.install.classic.ca.standard.AbstractProvisioningTask.execute(AbstractProvisioningTask.java:26)
         at oracle.as.install.classic.ca.standard.StandardProvisionTaskList.execute(StandardProvisionTaskList.java:61)
         at oracle.as.install.classic.ca.ClassicConfigMain.doExecute(ClassicConfigMain.java:124)
         at oracle.as.install.engine.modules.configuration.client.ConfigAction.execute(ConfigAction.java:371)
         at oracle.as.install.engine.modules.configuration.action.TaskPerformer.run(TaskPerformer.java:88)
         at oracle.as.install.engine.modules.configuration.action.TaskPerformer.startConfigAction(TaskPerformer.java:105)
         at oracle.as.install.engine.modules.configuration.action.ActionRequest.perform(ActionRequest.java:15)
         at oracle.as.install.engine.modules.configuration.action.RequestQueue.perform(RequestQueue.java:64)
         at oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager.start(StandardConfigActionManager.java:160)
         at oracle.as.install.engine.modules.configuration.boot.ConfigurationExtension.kickstart(ConfigurationExtension.java:81)
         at oracle.as.install.engine.modules.configuration.ConfigurationModule.run(ConfigurationModule.java:86)
         at java.lang.Thread.run(Thread.java:662)
    Caused by: oracle.as.provisioning.exception.ASProvWorkflowException: Error Executing workflow.
         at oracle.as.provisioning.engine.WorkFlowExecutor._createDomain(WorkFlowExecutor.java:686)
         at oracle.as.provisioning.engine.WorkFlowExecutor.executeWLSWorkFlow(WorkFlowExecutor.java:391)
         at oracle.as.provisioning.engine.Config.executeConfigWorkflow_WLS(Config.java:866)
         ... 13 more
    In doCancel method ...
    Yes option....
    outputFile:C:\Program Files\Oracle\Inventory\logs\installProfile2013-05-14_01-24-20PM.log
    in writeProfile method..
    [ENGINE] Adding c:\tmp\OraInstall2013-05-14_01-24-20PM for deletion.
    java.lang.NullPointerException
         at oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager.shutdown(StandardConfigActionManager.java:185)
         at oracle.as.install.engine.modules.configuration.boot.ConfigurationExtension.forceStop(ConfigurationExtension.java:98)
         at oracle.as.install.engine.modules.configuration.ConfigurationModule.shutdown(ConfigurationModule.java:231)
         at oracle.as.install.engine.modules.configuration.ConfigurationModule$1.run(ConfigurationModule.java:137)
    I easily met all required System Requirements and Specifications, but no idea how to resolve.
    Any suggestions are greatly appriciated.

    What do you have here: File "c:\tmp\tmp1368559932377.py", line 42, in ?
    Kinds,
    Gabriel Abelha

  • OBIEE 11.1.1.5 create domain failed on AIX

    I'm trying to install OBIEE 11.1.1.5 on AIX 6.1. I'm running the Enterprise Install. I've confirmed that the Enterprise Install is supported on AIX 6.1 even though the docs seem to say this isn't supported.
    I got all the way through the install to the configuration. The configuration failed when trying to create the domain. The only errors I can see in any of the logs are java exceptions that mention a work flow failure.
    Executing Task: Creating Domain
    AdminServer port is 7001
    trying to connect to vaathmr634 7001
    Creating Weblogic Domain.
    oracle.as.provisioning.exception.ASProvWorkflowException
    at oracle.as.provisioning.weblogic.ASDomain._createDomain(ASDomain.java:2957)
    at oracle.as.provisioning.weblogic.ASDomain.createDomain(ASDomain.java:2475)
    at oracle.as.provisioning.engine.WorkFlowExecutor._createDomain(WorkFlowExecutor.java:633)
    at oracle.as.provisioning.engine.WorkFlowExecutor.executeWLSWorkFlow(WorkFlowExecutor.java:391)
    at oracle.as.provisioning.engine.Config.executeConfigWorkflow_WLS(Config.java:866)
    at oracle.as.install.bi.biconfig.standard.StandardWorkFlowExecutor.executeHelper(StandardWorkFlowExecutor.java:31)
    at oracle.as.install.bi.biconfig.standard.DomainProvisioningTask.doExecute(DomainProvisioningTask.java:48)
    at oracle.as.install.bi.biconfig.standard.AbstractProvisioningTask.execute(AbstractProvisioningTask.java:70)
    at oracle.as.install.bi.biconfig.standard.StandardProvisionTaskList.execute(StandardProvisionTaskList.java:61)
    at oracle.as.install.bi.biconfig.BIConfigMain.doExecute(BIConfigMain.java:112)
    at oracle.as.install.engine.modules.configuration.client.ConfigAction.execute(ConfigAction.java:335)
    at oracle.as.install.engine.modules.configuration.action.TaskPerformer.run(TaskPerformer.java:87)
    at oracle.as.install.engine.modules.configuration.action.TaskPerformer.startConfigAction(TaskPerformer.java:104)
    at oracle.as.install.engine.modules.configuration.action.ActionRequest.perform(ActionRequest.java:15)
    at oracle.as.install.engine.modules.configuration.action.RequestQueue.perform(RequestQueue.java:63)
    at oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager.start(StandardConfigActionManager.java:158)
    at oracle.as.install.engine.modules.configuration.boot.ConfigurationExtension.kickstart(ConfigurationExtension.java:81)
    at oracle.as.install.engine.modules.configuration.ConfigurationModule.run(ConfigurationModule.java:83)
    at java.lang.Thread.run(Thread.java:736)
    oracle.as.provisioning.exception.ASProvisioningException
    at oracle.as.provisioning.engine.Config.executeConfigWorkflow_WLS(Config.java:872)
    at oracle.as.install.bi.biconfig.standard.StandardWorkFlowExecutor.executeHelper(StandardWorkFlowExecutor.java:31)
    at oracle.as.install.bi.biconfig.standard.DomainProvisioningTask.doExecute(DomainProvisioningTask.java:48)
    at oracle.as.install.bi.biconfig.standard.AbstractProvisioningTask.execute(AbstractProvisioningTask.java:70)
    at oracle.as.install.bi.biconfig.standard.StandardProvisionTaskList.execute(StandardProvisionTaskList.java:61)
    at oracle.as.install.bi.biconfig.BIConfigMain.doExecute(BIConfigMain.java:112)
    at oracle.as.install.engine.modules.configuration.client.ConfigAction.execute(ConfigAction.java:335)
    at oracle.as.install.engine.modules.configuration.action.TaskPerformer.run(TaskPerformer.java:87)
    at oracle.as.install.engine.modules.configuration.action.TaskPerformer.startConfigAction(TaskPerformer.java:104)
    at oracle.as.install.engine.modules.configuration.action.ActionRequest.perform(ActionRequest.java:15)
    at oracle.as.install.engine.modules.configuration.action.RequestQueue.perform(RequestQueue.java:63)
    at oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager.start(StandardConfigActionManager.java:158)
    at oracle.as.install.engine.modules.configuration.boot.ConfigurationExtension.kickstart(ConfigurationExtension.java:81)
    at oracle.as.install.engine.modules.configuration.ConfigurationModule.run(ConfigurationModule.java:83)
    at java.lang.Thread.run(Thread.java:736)
    Caused by: oracle.as.provisioning.exception.ASProvWorkflowException: Error Executing workflow.
    at oracle.as.provisioning.engine.WorkFlowExecutor._createDomain(WorkFlowExecutor.java:686)
    at oracle.as.provisioning.engine.WorkFlowExecutor.executeWLSWorkFlow(WorkFlowExecutor.java:391)
    at oracle.as.provisioning.engine.Config.executeConfigWorkflow_WLS(Config.java:866)
    ... 14 more
    Does anyone have any idea what might be causing this problem?
    Thanks.
    Jerry

    I may end up having to go the Software Only route, although I'd like to avoid that.
    The problem turns out to be not enough space in /tmp. I set TMP to a directory on a file system with more than enough space. I added -Djava.io.tmpdir='/my/temp/dir' to the runInstaller command-line options. The OBIEE install goes fine. The first step in the config with an Enterprise Install is to install WebLogic. That is what's failling. And it's failling because it's using /tmp, not the temp dir I specified, and /tmp is filling up. I'm working with Oracle to see if this can be changed. In the meantime it looks like I'll be opening a ticket to get space added to /tmp. And looking into the Software Only install...
    Jerry

  • Failed to create domain on  Informatica 9.0.1 on windows 7

    Hi,
    I installed Informatica 9.0.1 on windows 7 and domain creation failed during installation process and install finished without creating domain. Now how can I create domain in Informatica manually?
    Please provide complete details to create domain and also how to fix if it fails.
    Thanks
    Prashant

    This is general Section related to Database
    Move to
    Oracle Discussion Forums » Business Intelligence Applications » Business Intelligence Applications
    Close this thread please

  • How can i Create Domain in the Weblogic 7.0

    hi !..........
    how can i create Domain in weblogic server 7.0 plz send the replay ASAP..
    thanks in advance
    From
    Sree

    Go to the directory:
    %BEA_HOME%\weblogic700\common\bin
    Start the batch or shell named as dmwiz.cmd / dmwiz.sh
    This should be able to launch a wizard and take you through the process.
    Thanks and regards,
    Paz

Maybe you are looking for

  • MBP not connecting to external VGA display

    Hello everyone, I have an issue with my MBP (13", Mid 2009) and my external monitor (Samsung SyncMaster 2343NW). I'm connecting the display using a simple Mini DisplayPort to VGA adapter. The problem is that it is not a consistent issue. Sometimes it

  • Photoshop CS6 error 0xc000001d

    I just installed Photoshop CS6 beta and when trying to run it I get error 0xc000001d. I know there was an issue with CS5 when using AMD Processors until it was updated. I am also running Windows XP Pro, any ideas to get it running? Thanks

  • DENY UPDATE on Column fails

    We have a table that lists fixed tasks and the minutes allocated to those tasks. The list of tasks should not be changed but the minutes allocated to each task can be updated. The following script fails on the DENY with the error Msg 15151, Level 16,

  • Low on disk space, and some dim choices by me

    Hello I am running a bit low on disk space so video editing is a bit of a worry for me! I have a DV camcorder and import hours of footage, only to use a minute or two of that to create a "1 song length" mini film. After I was happy with a few project

  • Macbook resetting itself when the battery dies.

    Hi all I am really hoping someone can shed some light on what's happening to my Looney MacBook. About two days ago I forgot to put it on charge when the battery was on 3% and it shut down, so I turned it back on when I had connected it to the power l