ANT failure creating domain

I'm trying to run BEA's example for creating a domain via ANT on a Windows platform
with WLS 8.1. In doing so I get the following failure:
[wlserver] java.io.IOException: CreateProcess: chmod +x startmydomain.sh error=2
[wlserver] at java.lang.Win32Process.create(Native Method) [wlserver] at java.lang.Win32Process.<init>(Win32Process.java:67)
[wlserver] at java.lang.Runtime.execInternal(Native Method) [wlserver] at java.lang.Runtime.exec(Runtime.java:566)
[wlserver] at java.lang.Runtime.exec(Runtime.java:428) [wlserver] at java.lang.Runtime.exec(Runtime.java:364)
[wlserver] at java.lang.Runtime.exec(Runtime.java:326) [wlserver] at weblogic.management.tools.StartScriptWriter.writeShFile(StartScriptWriter.java:145)
[wlserver] at weblogic.management.internal.DefaultDomainGenerator.generate(DefaultDomainGenerator.java:123)
[wlserver] at weblogic.management.AdminServerAdmin.initializeRepository(AdminServerAdmin.java:782)
[wlserver] at weblogic.management.AdminServerAdmin.initialize(AdminServerAdmin.java:267)
[wlserver] at weblogic.t3.srvr.T3Srvr.initializeHere(T3Srvr.java:753) [wlserver]
at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:664) [wlserver] at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:342)
[wlserver] at weblogic.Server.main(Server.java:32)
This is particularily odd because it appears to be trying to do a CHMOD on a Windows
platform. The ANT build XML is as follows:
<target name="createDomain"> <delete dir="./${domainName}"/> <mkdir dir="./${domainName}"/>
<wlserver dir="./${domainName}" host="${host}" port="${port}" generateConfig="true"
username="${username}" password="${password}" action="start"/> </target>
Anyone with a clue as to what is going on?
Thanks

That's definitely a bug. I filed CR125202 for you. If you want to
follow-up with [email protected], reference that bug #.
A workaround would be to have a dummy chmod.exe in your path that did
nothing. Or, you could install cygwin or mks that probably includes a
chmod.
-- Rob
Greg wrote:
I'm trying to run BEA's example for creating a domain via ANT on a Windows platform
with WLS 8.1. In doing so I get the following failure:
[wlserver] java.io.IOException: CreateProcess: chmod +x startmydomain.sh error=2
[wlserver] at java.lang.Win32Process.create(Native Method) [wlserver] at java.lang.Win32Process.<init>(Win32Process.java:67)
[wlserver] at java.lang.Runtime.execInternal(Native Method) [wlserver] at java.lang.Runtime.exec(Runtime.java:566)
[wlserver] at java.lang.Runtime.exec(Runtime.java:428) [wlserver] at java.lang.Runtime.exec(Runtime.java:364)
[wlserver] at java.lang.Runtime.exec(Runtime.java:326) [wlserver] at weblogic.management.tools.StartScriptWriter.writeShFile(StartScriptWriter.java:145)
[wlserver] at weblogic.management.internal.DefaultDomainGenerator.generate(DefaultDomainGenerator.java:123)
[wlserver] at weblogic.management.AdminServerAdmin.initializeRepository(AdminServerAdmin.java:782)
[wlserver] at weblogic.management.AdminServerAdmin.initialize(AdminServerAdmin.java:267)
[wlserver] at weblogic.t3.srvr.T3Srvr.initializeHere(T3Srvr.java:753) [wlserver]
at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:664) [wlserver] at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:342)
[wlserver] at weblogic.Server.main(Server.java:32)
This is particularily odd because it appears to be trying to do a CHMOD on a Windows
platform. The ANT build XML is as follows:
<target name="createDomain"> <delete dir="./${domainName}"/> <mkdir dir="./${domainName}"/>
<wlserver dir="./${domainName}" host="${host}" port="${port}" generateConfig="true"
username="${username}" password="${password}" action="start"/> </target>
Anyone with a clue as to what is going on?
Thanks

Similar Messages

  • Portal Forms Reports Discoverer Install create domain failure ...

    Hi,
    I'm trying to configure 11g Forms and Reports, and keep getting the 'create domain' failure message. I have read many threads and tried the work-arounds as suggested, but I still get this failure.
    System config :-
    Linux 32 bit RHEL 5, plenty of resource.
    RDBMS 11.0.2
    Final 'config' of PFRD fails when attempting to create a domain, with following error :-
    2012-11-01T10:24:41.823+00:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 13] [ecid: 0000JevW5L7EwGM2INWRvR1G^^ot000004,0] Setting valueOf(DOMAIN_HOME_PATH) to:/home/oracle/Oracle/Middleware/user_projects/domains/ClassicDomain. Value obtained from:USER
    [2012-11-01T10:25:05.753+00:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 13] [ecid: 0000JevW5L7EwGM2INWRvR1G^^ot000004,0] Setting valueOf(DOMAINPORT) to:-1. Value obtained from:USER
    The installation steps I use are :-
    1. Used ofm_rcu_linux_11.1.1.3.3_disk1_1of1.zip, to create required schemas
    2. Installed wls1036_linux32.bin, and 'de-selected' "Run Quikstart" at the end so no domain configured
    3. Installed, but NOT configure :- PFRD_11_1_1_12 (4 zip files downloaded)
    4. Installed, but NOT configure the 'patch set' for PFRD_11_1_1_2, which is 11_1_1_6
    5. Run the 'config.sh' to configure, de-selected PORTAL component so no OID required, and the failure to create domain always appears. I have tried with a 'staticports.ini' file, and I get the error the 7001 port is not free?
    The above error is quite clear in that it needs a port for the domain to make use of, but I have chosen the 'Auto config' option.
    Any ideas, please ?
    Cheers,
    Nigel

    Generally, domain failure issues are the result of any one or more of the following:
    <li>The machine is not using a static IP address and you have not properly configured the machine's hosts file. You should read the instructions and system requirements before starting any installation.
    <blockquote>http://docs.oracle.com/html/E18558_01/fusion_requirements.htm#BABFHBID</blockquote>
    <li>The current PATH or CLASSPATH includes blank spaces or special characters
    <li>Port 5556 (Node Manager) is in use by another process or installation
    <li>The user starting the configuration is not the installation owner.
    <li>The platform has not been certified for this installation (refer to the product certification guide)
    <blockquote>http://www.oracle.com/technetwork/middleware/ias/downloads/fusion-certification-100350.html</blockquote>
    If none of the above helps to solve your issue, you probably should post your question/issue in the Application Server area since this is not really a "Forms" issue. This is a Fusion Middleware installation and configuration issue.
    https://forums.oracle.com/forums/category.jspa?categoryID=193

  • Create domain failure when installing forms 11gr2

    I am trying to install forms 11gr2(11.1.2) 64 bit on a windows 7 64 bit OS. I have installed JDK 1.6.0_31 64 bit Java. I installed WLS 10.3.5 and did not run the quickstart or da any configuration. I installed forms 11gr2 without configuration option. When completed installing forms 11gr2 I went to start bar and selected configure classic instance. I select the defaults and it tries to configure. I keep getting failed when trying to create domain. I checked various articles and most have pointed to spaces in path statement. I ave created to junctions to Program Files and Program Files (x86). I changed the path statement and any other system variable that pointed to one of those directories. As a side note, I reboot everytime I make a change. The following is the last part of the log file showing the actual error.
    [2012-05-04T08:47:35.853-04:00] [as] [TRACE] [] [oracle.as.install.engine.modules.presentation] [tid: 13] [ecid: 0000JSNt26Z7u1t14fq2Vi1Fcwwd000004,0] [SRC_CLASS: oracle.as.install.engine.modules.presentation.PresentationModule] [SRC_METHOD: processModuleEvent] PRESENTATION MODULE RECEIVED EVENT ID: 12201
    [2012-05-04T08:50:39.464-04:00] [as] [WARNING] [] [oracle.as.install.engine.modules.configuration.client.ConfigActionClassLoader] [tid: 13] [ecid: 0000JSNt26Z7u1t14fq2Vi1Fcwwd000004,0] [Action]: Application Configuration. Library not found: C:\oracle\Middleware\FRHome/jlib/ossoreg.jar
    [2012-05-04T08:52:19.529-04:00] [as] [WARNING] [] [oracle.as.install.engine.modules.configuration.client.ConfigActionClassLoader] [tid: 13] [ecid: 0000JSNt26Z7u1t14fq2Vi1Fcwwd000004,0] [Action]: Application Configuration. Library not found: C:\oracle\Middleware\FRHome/jlib/jazn.jar
    [2012-05-04T08:52:19.529-04:00] [as] [WARNING] [] [oracle.as.install.engine.modules.configuration.client.ConfigActionClassLoader] [tid: 13] [ecid: 0000JSNt26Z7u1t14fq2Vi1Fcwwd000004,0] [Action]: Application Configuration. Library not found: C:\oracle\Middleware\FRHome/jlib/ldapjclnt9.jar
    [2012-05-04T08:52:19.529-04:00] [as] [WARNING] [] [oracle.as.install.engine.modules.configuration.client.ConfigActionClassLoader] [tid: 13] [ecid: 0000JSNt26Z7u1t14fq2Vi1Fcwwd000004,0] [Action]: Application Configuration. Library not found: ORACLE_HOME%/jdbc/lib/ojdbc6.jar
    [2012-05-04T08:52:19.529-04:00] [as] [WARNING] [] [oracle.as.install.engine.modules.configuration.client.ConfigActionClassLoader] [tid: 13] [ecid: 0000JSNt26Z7u1t14fq2Vi1Fcwwd000004,0] [Action]: Application Configuration. Library not found: C:\oracle\Middleware\FRHome/jlib/repository.jar
    [2012-05-04T08:52:20.138-04:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager] [tid: 13] [ecid: 0000JSNt26Z7u1t14fq2Vi1Fcwwd000004,0] Setting data for action:Application Configuration
    [2012-05-04T08:52:20.178-04:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager] [tid: 13] [ecid: 0000JSNt26Z7u1t14fq2Vi1Fcwwd000004,0] Assigning value:true to variable:CREATE_DOMAIN
    [2012-05-04T08:52:20.178-04:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager] [tid: 13] [ecid: 0000JSNt26Z7u1t14fq2Vi1Fcwwd000004,0] Assigning value:false to variable:EXTEND_DOMAIN
    [2012-05-04T08:52:20.178-04:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager] [tid: 13] [ecid: 0000JSNt26Z7u1t14fq2Vi1Fcwwd000004,0] Assigning value:false to variable:EXPAND_CLUSTER
    [2012-05-04T08:52:20.178-04:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager] [tid: 13] [ecid: 0000JSNt26Z7u1t14fq2Vi1Fcwwd000004,0] Assigning value: to variable:DOMAIN_HOME_PATH
    [2012-05-04T08:52:20.178-04:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager] [tid: 13] [ecid: 0000JSNt26Z7u1t14fq2Vi1Fcwwd000004,0] Assigning value:ClassicDomain to variable:DOMAIN_NAME
    [2012-05-04T08:52:20.178-04:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager] [tid: 13] [ecid: 0000JSNt26Z7u1t14fq2Vi1Fcwwd000004,0] Assigning value:C:\oracle\Middleware\user_projects\domains to variable:DOMAIN_LOCATION
    [2012-05-04T08:52:20.178-04:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager] [tid: 13] [ecid: 0000JSNt26Z7u1t14fq2Vi1Fcwwd000004,0] Assigning value:KBALD138H93R.acct03.us.lmco.com to variable:DOMAIN_HOSTNAME
    [2012-05-04T08:52:20.178-04:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager] [tid: 13] [ecid: 0000JSNt26Z7u1t14fq2Vi1Fcwwd000004,0] Assigning value: to variable:DOMAIN_PORT
    [2012-05-04T08:52:20.178-04:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager] [tid: 13] [ecid: 0000JSNt26Z7u1t14fq2Vi1Fcwwd000004,0] Assigning value:weblogic to variable:ADMIN_USER_NAME
    [2012-05-04T08:52:20.178-04:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager] [tid: 13] [ecid: 0000JSNt26Z7u1t14fq2Vi1Fcwwd000004,0] Assigning value:<SECURE> to variable:ADMIN_PASSWORD
    [2012-05-04T08:52:20.178-04:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager] [tid: 13] [ecid: 0000JSNt26Z7u1t14fq2Vi1Fcwwd000004,0] Assigning value:C:\oracle\Middleware to variable:MW_HOME
    [2012-05-04T08:52:20.178-04:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager] [tid: 13] [ecid: 0000JSNt26Z7u1t14fq2Vi1Fcwwd000004,0] Assigning value:C:\oracle\Middleware\wlserver_10.3 to variable:WL_SERVER_HOME
    [2012-05-04T08:52:20.178-04:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager] [tid: 13] [ecid: 0000JSNt26Z7u1t14fq2Vi1Fcwwd000004,0] Assigning value:C:\oracle\Middleware\FRHome to variable:ORACLE_HOME
    [2012-05-04T08:52:20.178-04:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager] [tid: 13] [ecid: 0000JSNt26Z7u1t14fq2Vi1Fcwwd000004,0] Assigning value:C:\oracle\Middleware\asinst_1 to variable:INSTANCE_HOME
    [2012-05-04T08:52:20.178-04:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager] [tid: 13] [ecid: 0000JSNt26Z7u1t14fq2Vi1Fcwwd000004,0] Assigning value:asinst_1 to variable:INSTANCE_NAME
    [2012-05-04T08:52:20.178-04:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager] [tid: 13] [ecid: 0000JSNt26Z7u1t14fq2Vi1Fcwwd000004,0] Assigning value:false to variable:CONFIGURE_PORTAL
    [2012-05-04T08:52:20.188-04:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager] [tid: 13] [ecid: 0000JSNt26Z7u1t14fq2Vi1Fcwwd000004,0] Assigning value:true to variable:CONFIGURE_REPORTS
    [2012-05-04T08:52:20.188-04:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager] [tid: 13] [ecid: 0000JSNt26Z7u1t14fq2Vi1Fcwwd000004,0] Assigning value:true to variable:CONFIGURE_FORMS
    [2012-05-04T08:52:20.188-04:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager] [tid: 13] [ecid: 0000JSNt26Z7u1t14fq2Vi1Fcwwd000004,0] Assigning value:false to variable:CONFIGURE_DISCO
    [2012-05-04T08:52:20.188-04:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager] [tid: 13] [ecid: 0000JSNt26Z7u1t14fq2Vi1Fcwwd000004,0] Assigning value:true to variable:CONFIGURE_FORMS_BUILDER
    [2012-05-04T08:52:20.188-04:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager] [tid: 13] [ecid: 0000JSNt26Z7u1t14fq2Vi1Fcwwd000004,0] Assigning value:true to variable:CONFIGURE_REPORTS_BUILDER
    [2012-05-04T08:52:20.188-04:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager] [tid: 13] [ecid: 0000JSNt26Z7u1t14fq2Vi1Fcwwd000004,0] Assigning value:false to variable:CONFIGURE_OHS
    [2012-05-04T08:52:20.188-04:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager] [tid: 13] [ecid: 0000JSNt26Z7u1t14fq2Vi1Fcwwd000004,0] Assigning value:false to variable:CONFIGURE_WEBCACHE
    [2012-05-04T08:52:20.188-04:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager] [tid: 13] [ecid: 0000JSNt26Z7u1t14fq2Vi1Fcwwd000004,0] Assigning value:true to variable:CONFIGURE_MANAGEMENT_COMPONENT
    [2012-05-04T08:52:20.188-04:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager] [tid: 13] [ecid: 0000JSNt26Z7u1t14fq2Vi1Fcwwd000004,0] Assigning value:false to variable:CONFIGURE_ORACLE_CONFIGURATION_MANAGER_DETAILS
    [2012-05-04T08:52:20.188-04:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager] [tid: 13] [ecid: 0000JSNt26Z7u1t14fq2Vi1Fcwwd000004,0] Assigning value:false to variable:CREATE_CLUSTERED
    [2012-05-04T08:52:20.188-04:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager] [tid: 13] [ecid: 0000JSNt26Z7u1t14fq2Vi1Fcwwd000004,0] Assigning value:0 to variable:PORT_LOCATION
    [2012-05-04T08:52:20.188-04:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager] [tid: 13] [ecid: 0000JSNt26Z7u1t14fq2Vi1Fcwwd000004,0] Assigning value:true to variable:AUTOMATIC_PORT_DETECT
    [2012-05-04T08:52:20.188-04:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager] [tid: 13] [ecid: 0000JSNt26Z7u1t14fq2Vi1Fcwwd000004,0] Assigning value: to variable:STATICPORT_INI_FILE_LOCATION
    [2012-05-04T08:52:20.188-04:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager] [tid: 13] [ecid: 0000JSNt26Z7u1t14fq2Vi1Fcwwd000004,0] Assigning value:true to variable:DO_NOT_USE_PROXY_SETTINGS
    [2012-05-04T08:52:20.188-04:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager] [tid: 13] [ecid: 0000JSNt26Z7u1t14fq2Vi1Fcwwd000004,0] Assigning value:false to variable:ENABLE_PROXY
    [2012-05-04T08:52:20.188-04:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager] [tid: 13] [ecid: 0000JSNt26Z7u1t14fq2Vi1Fcwwd000004,0] Assigning value:proxy1.global.lmco.com to variable:PROXY_HOST
    [2012-05-04T08:52:20.188-04:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager] [tid: 13] [ecid: 0000JSNt26Z7u1t14fq2Vi1Fcwwd000004,0] Assigning value:8080 to variable:PROXY_PORT
    [2012-05-04T08:52:20.188-04:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager] [tid: 13] [ecid: 0000JSNt26Z7u1t14fq2Vi1Fcwwd000004,0] Assigning value: to variable:PROXY_BYPASS
    [2012-05-04T08:52:20.188-04:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager] [tid: 13] [ecid: 0000JSNt26Z7u1t14fq2Vi1Fcwwd000004,0] Assigning value:null to variable:DATABASE_CONNECTION_STRING
    [2012-05-04T08:52:20.188-04:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager] [tid: 13] [ecid: 0000JSNt26Z7u1t14fq2Vi1Fcwwd000004,0] Assigning value:null to variable:IS_DISCOVERER_DS_NEEDED
    [2012-05-04T08:52:20.188-04:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager] [tid: 13] [ecid: 0000JSNt26Z7u1t14fq2Vi1Fcwwd000004,0] Assigning value:null to variable:IS_PORTAL_DS_NEEDED
    [2012-05-04T08:52:20.188-04:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager] [tid: 13] [ecid: 0000JSNt26Z7u1t14fq2Vi1Fcwwd000004,0] Assigning value:null to variable:IS_PORTLET_DS_NEEDED
    [2012-05-04T08:52:20.188-04:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager] [tid: 13] [ecid: 0000JSNt26Z7u1t14fq2Vi1Fcwwd000004,0] Assigning value:null to variable:DISCOVERER_SCHEMA_NAME
    [2012-05-04T08:52:20.188-04:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager] [tid: 13] [ecid: 0000JSNt26Z7u1t14fq2Vi1Fcwwd000004,0] Assigning value:null to variable:PORTAL_SCHEMA_NAME
    [2012-05-04T08:52:20.188-04:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager] [tid: 13] [ecid: 0000JSNt26Z7u1t14fq2Vi1Fcwwd000004,0] Assigning value:null to variable:PORTLET_SCHEMA_NAME
    [2012-05-04T08:52:20.188-04:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager] [tid: 13] [ecid: 0000JSNt26Z7u1t14fq2Vi1Fcwwd000004,0] Assigning value:<SECURE> to variable:DISCOVERER_SCHEMA_PASSWORD
    [2012-05-04T08:52:20.188-04:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager] [tid: 13] [ecid: 0000JSNt26Z7u1t14fq2Vi1Fcwwd000004,0] Assigning value:<SECURE> to variable:PORTAL_SCHEMA_PASSWORD
    [2012-05-04T08:52:20.188-04:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager] [tid: 13] [ecid: 0000JSNt26Z7u1t14fq2Vi1Fcwwd000004,0] Assigning value:<SECURE> to variable:PORTLET_SCHEMA_PASSWORD
    [2012-05-04T08:52:20.188-04:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager] [tid: 13] [ecid: 0000JSNt26Z7u1t14fq2Vi1Fcwwd000004,0] Assigning value:<SECURE> to variable:UPGRADE_PORTAL_SCHEMA
    [2012-05-04T08:52:20.188-04:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager] [tid: 13] [ecid: 0000JSNt26Z7u1t14fq2Vi1Fcwwd000004,0] Assigning value:true to variable:USE_OID
    [2012-05-04T08:52:20.188-04:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager] [tid: 13] [ecid: 0000JSNt26Z7u1t14fq2Vi1Fcwwd000004,0] Assigning value:false to variable:USE_SSO
    [2012-05-04T08:52:20.188-04:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager] [tid: 13] [ecid: 0000JSNt26Z7u1t14fq2Vi1Fcwwd000004,0] Assigning value:true to variable:USE_OAM
    [2012-05-04T08:52:20.188-04:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager] [tid: 13] [ecid: 0000JSNt26Z7u1t14fq2Vi1Fcwwd000004,0] Assigning value: to variable:OID_HOST
    [2012-05-04T08:52:20.188-04:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager] [tid: 13] [ecid: 0000JSNt26Z7u1t14fq2Vi1Fcwwd000004,0] Assigning value: to variable:OID_PORT
    [2012-05-04T08:52:20.188-04:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager] [tid: 13] [ecid: 0000JSNt26Z7u1t14fq2Vi1Fcwwd000004,0] Assigning value: to variable:OID_USERNAME
    [2012-05-04T08:52:20.188-04:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager] [tid: 13] [ecid: 0000JSNt26Z7u1t14fq2Vi1Fcwwd000004,0] Assigning value:<SECURE> to variable:OID_PASSWORD
    [2012-05-04T08:52:20.188-04:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager] [tid: 13] [ecid: 0000JSNt26Z7u1t14fq2Vi1Fcwwd000004,0] Assigning value:false to variable:OID_USE_SSL
    [2012-05-04T08:52:20.188-04:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager] [tid: 13] [ecid: 0000JSNt26Z7u1t14fq2Vi1Fcwwd000004,0] Assigning value: to variable:OAM_HOST
    [2012-05-04T08:52:20.188-04:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager] [tid: 13] [ecid: 0000JSNt26Z7u1t14fq2Vi1Fcwwd000004,0] Assigning value: to variable:OAM_PORT
    [2012-05-04T08:52:20.188-04:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager] [tid: 13] [ecid: 0000JSNt26Z7u1t14fq2Vi1Fcwwd000004,0] Assigning value: to variable:OAM_USERNAME
    [2012-05-04T08:52:20.188-04:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager] [tid: 13] [ecid: 0000JSNt26Z7u1t14fq2Vi1Fcwwd000004,0] Assigning value:<SECURE> to variable:OAM_PASSWORD
    [2012-05-04T08:52:20.188-04:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager] [tid: 13] [ecid: 0000JSNt26Z7u1t14fq2Vi1Fcwwd000004,0] Assigning value:null to variable:CONFIGURE_PORTAL_AGAINST_DEDICATED_REPOSITORY
    [2012-05-04T08:52:20.188-04:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager] [tid: 13] [ecid: 0000JSNt26Z7u1t14fq2Vi1Fcwwd000004,0] Assigning value: to variable:PORTAL_URL
    [2012-05-04T08:52:20.188-04:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager] [tid: 13] [ecid: 0000JSNt26Z7u1t14fq2Vi1Fcwwd000004,0] Assigning value: to variable:FORMS_URL
    [2012-05-04T08:52:20.188-04:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager] [tid: 13] [ecid: 0000JSNt26Z7u1t14fq2Vi1Fcwwd000004,0] Assigning value: to variable:REPORTS_URL
    [2012-05-04T08:52:20.188-04:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager] [tid: 13] [ecid: 0000JSNt26Z7u1t14fq2Vi1Fcwwd000004,0] Assigning value: to variable:DISCO_URL
    [2012-05-04T08:52:20.188-04:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager] [tid: 13] [ecid: 0000JSNt26Z7u1t14fq2Vi1Fcwwd000004,0] Assigning value: to variable:DISCO_PLUS_URL
    [2012-05-04T08:52:20.188-04:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager] [tid: 13] [ecid: 0000JSNt26Z7u1t14fq2Vi1Fcwwd000004,0] Assigning value: to variable:EM_URL
    [2012-05-04T08:52:20.188-04:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager] [tid: 13] [ecid: 0000JSNt26Z7u1t14fq2Vi1Fcwwd000004,0] Assigning value: to variable:EMAGENT_URL
    [2012-05-04T08:52:20.188-04:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager] [tid: 13] [ecid: 0000JSNt26Z7u1t14fq2Vi1Fcwwd000004,0] Assigning value: to variable:ADMIN_CONSOLE_URL
    [2012-05-04T08:52:20.188-04:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager] [tid: 13] [ecid: 0000JSNt26Z7u1t14fq2Vi1Fcwwd000004,0] Assigning value:true to variable:CONFIGURE_FORMS_ENVIRONMENT
    [2012-05-04T08:52:20.188-04:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager] [tid: 13] [ecid: 0000JSNt26Z7u1t14fq2Vi1Fcwwd000004,0] Assigning value:true to variable:CONFIGURE_REPORTS_ENVIRONMENT
    [2012-05-04T08:52:20.188-04:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager] [tid: 13] [ecid: 0000JSNt26Z7u1t14fq2Vi1Fcwwd000004,0] Assigning value:true to variable:CONFIGURE_FOR_DEVELOPMENT
    [2012-05-04T08:52:20.188-04:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager] [tid: 13] [ecid: 0000JSNt26Z7u1t14fq2Vi1Fcwwd000004,0] Assigning value:false to variable:CONFIGURE_FOR_DEPLOYMENT
    [2012-05-04T08:52:20.188-04:00] [as] [TRACE] [] [oracle.as.install.engine.modules.presentation] [tid: 13] [ecid: 0000JSNt26Z7u1t14fq2Vi1Fcwwd000004,0] [SRC_CLASS: oracle.as.install.template.screens.ConfigurationPage] [SRC_METHOD: onDescriptionChange] [CONFIG PAGE] New Description: Application Configuration
    [2012-05-04T08:52:20.198-04:00] [as] [TRACE] [] [oracle.as.install.engine.modules.presentation] [tid: 13] [ecid: 0000JSNt26Z7u1t14fq2Vi1Fcwwd000004,0] [SRC_CLASS: oracle.as.install.template.screens.ConfigurationPage] [SRC_METHOD: onDescriptionChange] [CONFIG PAGE] Old Description: Application Configuration
    [2012-05-04T08:52:20.218-04:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 13] [ecid: 0000JSNt26Z7u1t14fq2Vi1Fcwwd000004,0] Setting valueOf(DOMAIN_HOME_PATH) to:C:/oracle/Middleware/user_projects/domains/ClassicDomain. Value obtained from:USER
    [2012-05-04T08:52:21.788-04:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 13] [ecid: 0000JSNt26Z7u1t14fq2Vi1Fcwwd000004,0] Setting valueOf(DOMAIN_PORT) to:7001. Value obtained from:USER
    [2012-05-04T08:52:25.317-04:00] [as] [TRACE:16] [] [oracle.as.provisioning] [tid: 13] [ecid: 0000JSNt26Z7u1t14fq2Vi1Fcwwd000004,0] [SRC_CLASS: oracle.as.install.classic.ca.standard.ClassicConfigMain] [SRC_METHOD: doExecute] ENTRY
    [2012-05-04T08:52:30.352-04:00] [as] [WARNING] [] [oracle.as.provisioning] [tid: 13] [ecid: 0000JSNt26Z7u1t14fq2Vi1Fcwwd000004,0] CSF Entries will not be parsed since the AdminServer is unreachable
    [2012-05-04T08:52:30.392-04:00] [as] [NOTIFICATION] [] [oracle.as.provisioning] [tid: 13] [ecid: 0000JSNt26Z7u1t14fq2Vi1Fcwwd000004,0] Executing a Jaxb workflow ...
    [2012-05-04T08:52:30.392-04:00] [as] [NOTIFICATION] [] [oracle.as.provisioning] [tid: 13] [ecid: 0000JSNt26Z7u1t14fq2Vi1Fcwwd000004,0] Begining Oracle Fusion Middleware Configuration ...
    [2012-05-04T08:52:30.392-04:00] [as] [NOTIFICATION] [] [oracle.as.provisioning] [tid: 13] [ecid: 0000JSNt26Z7u1t14fq2Vi1Fcwwd000004,0] Begining Oracle Fusion Middleware Configuration ...
    [2012-05-04T08:52:30.422-04:00] [as] [NOTIFICATION] [] [oracle.as.provisioning] [tid: 13] [ecid: 0000JSNt26Z7u1t14fq2Vi1Fcwwd000004,0] ENTRY ASDomain.createDomain
    [2012-05-04T08:52:30.422-04:00] [as] [NOTIFICATION] [] [oracle.as.provisioning] [tid: 13] [ecid: 0000JSNt26Z7u1t14fq2Vi1Fcwwd000004,0] ENTRY ASDomain.createDomain
    [2012-05-04T08:52:30.422-04:00] [as] [NOTIFICATION] [] [oracle.as.provisioning] [tid: 13] [ecid: 0000JSNt26Z7u1t14fq2Vi1Fcwwd000004,0] reportStartConfigAction: ENTRY........
    [2012-05-04T08:52:30.422-04:00] [as] [NOTIFICATION] [] [oracle.as.provisioning] [tid: 13] [ecid: 0000JSNt26Z7u1t14fq2Vi1Fcwwd000004,0] reportStartConfigAction: eventStatus........oracle.as.provisioning.engine.ConfigEventStatus@5f2471dc
    [2012-05-04T08:52:30.422-04:00] [as] [NOTIFICATION] [] [oracle.as.provisioning] [tid: 13] [ecid: 0000JSNt26Z7u1t14fq2Vi1Fcwwd000004,0] reportStartConfigAction: 2........
    [2012-05-04T08:52:30.432-04:00] [as] [NOTIFICATION] [] [oracle.as.provisioning] [tid: 13] [ecid: 0000JSNt26Z7u1t14fq2Vi1Fcwwd000004,0] reportStartConfigAction: Set the Extion Id to START........
    [2012-05-04T08:52:30.432-04:00] [as] [NOTIFICATION] [] [oracle.as.provisioning] [tid: 13] [ecid: 0000JSNt26Z7u1t14fq2Vi1Fcwwd000004,0] reportStartConfigAction: Did the assignment...
    [2012-05-04T08:52:30.432-04:00] [as] [NOTIFICATION] [] [oracle.as.provisioning] [tid: 13] [ecid: 0000JSNt26Z7u1t14fq2Vi1Fcwwd000004,0] reportStartConfigAction: EXIT........
    [2012-05-04T08:52:30.432-04:00] [as] [ERROR] [] [oracle.as.provisioning] [tid: 13] [ecid: 0000JSNt26Z7u1t14fq2Vi1Fcwwd000004,0] [[
    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.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:339)
         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:662)
    Any help is appreciated as I have been trying to install the 64 bit forms and report developer products for a few weeks and keep receiving the same error. I have tried other versions, forms 11.1.1.2 and WLS 10.3.2, with the same results. Thanks in advance.

    I only have the 127.0.0.1 localhost entry uuncommented in the hosts file. Here is a copy of the .out file from the log directory as it might help for those more knowledgeable than myslef.
    Setting ORACLE_HOME to C:\oracle\Middleware\FRHome
    Setting Doracle.config.mode to true
    Adding C:\Users\675499\AppData\Local\Temp\OraInstall2012-05-04_11-11-29AM for deletion.
    Adding to classpath:file:/C:/Users/675499/AppData/Local/Temp/OraInstall2012-05-04_11-11-29AM/ext/jlib/classic.jar
    Adding to classpath:file:/C:/Users/675499/AppData/Local/Temp/OraInstall2012-05-04_11-11-29AM/ext/jlib/template.jar
    [email protected]lassicPage.ScreenRes
    configFileName:C:\Users\675499\AppData\Local\Temp\OraInstall2012-05-04_11-11-29AM\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:\Oracle\Middleware;
    ExtendDomain: false          ExpandCluster: false
    wasExtendDomain: false          wasExpandCluster: false
    prevAdminServerURL:           adminServerURL: KBALD138H93R.acct03.us.lmco.comweblogic
    isFirstVisit:true
    Oracle Home = C:\oracle\Middleware\FRHome
    Setting current page standalone validations to true
    In processErrorMsgStringOracle Instance
    java.lang.UnsatisfiedLinkError: no GetVolumeInfo in java.library.path
         at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1737)
         at java.lang.Runtime.loadLibrary0(Runtime.java:823)
         at java.lang.System.loadLibrary(System.java:1028)
         at oracle.as.install.engine.modules.util.others.VolumeAPI.<clinit>(VolumeAPI.java:37)
         at oracle.as.install.common.handlers.fileQueries.ValidateHomeDirectory.checkIfFileSystemIsFAT32(ValidateHomeDirectory.java:398)
         at oracle.as.install.common.handlers.fileQueries.ValidateHomeDirectory.executeHandler(ValidateHomeDirectory.java:320)
         at oracle.as.install.engine.modules.handler.engine.HandlerLauncher$LaunchHelper.execute(HandlerLauncher.java:487)
         at oracle.as.install.engine.modules.handler.engine.HandlerLauncher$LaunchHelper.launch(HandlerLauncher.java:413)
         at oracle.as.install.engine.modules.handler.engine.HandlerLauncher.execute(HandlerLauncher.java:178)
         at oracle.as.install.engine.modules.handler.engine.HandlerEngine.execute(HandlerEngine.java:137)
         at oracle.as.install.engine.modules.handler.HandlerModule.performOperation(HandlerModule.java:455)
         at oracle.as.install.engine.modules.handler.HandlerModule.performInputValidations(HandlerModule.java:413)
         at oracle.as.install.engine.modules.handler.HandlerModule.processModuleEvent(HandlerModule.java:332)
         at oracle.as.install.engine.modules.util.PartnerModuleImpl.processEvent(PartnerModuleImpl.java:118)
         at oracle.as.install.engine.InstallEngine.notifyListeners(InstallEngine.java:626)
         at oracle.as.install.engine.InstallEngine.processEvent(InstallEngine.java:584)
         at oracle.as.install.engine.modules.util.PartnerModuleImpl.notifyAllEventListenersHelper(PartnerModuleImpl.java:227)
         at oracle.as.install.engine.modules.util.PartnerModuleImpl.notifyListeners(PartnerModuleImpl.java:191)
         at oracle.as.install.engine.modules.presentation.PresentationModule.executeModifiedDWizardEvent(PresentationModule.java:716)
         at oracle.as.install.engine.modules.presentation.ui.common.wizard.ModifiedDWizard.fireValidationEvent(ModifiedDWizard.java:3183)
         at oracle.as.install.engine.modules.presentation.ui.common.wizard.ModifiedDWizard.doNext(ModifiedDWizard.java:922)
         at oracle.bali.ewt.wizard.BaseWizard$Action.actionPerformed(Unknown Source)
         at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1995)
         at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2318)
         at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:387)
         at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:242)
         at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:236)
         at java.awt.Component.processMouseEvent(Component.java:6289)
         at javax.swing.JComponent.processMouseEvent(JComponent.java:3267)
         at java.awt.Component.processEvent(Component.java:6054)
         at java.awt.Container.processEvent(Container.java:2041)
         at java.awt.Component.dispatchEventImpl(Component.java:4652)
         at java.awt.Container.dispatchEventImpl(Container.java:2099)
         at java.awt.Component.dispatchEvent(Component.java:4482)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4577)
         at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4238)
         at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4168)
         at java.awt.Container.dispatchEventImpl(Container.java:2085)
         at java.awt.Window.dispatchEventImpl(Window.java:2478)
         at java.awt.Component.dispatchEvent(Component.java:4482)
         at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:644)
         at java.awt.EventQueue.access$000(EventQueue.java:85)
         at java.awt.EventQueue$1.run(EventQueue.java:603)
         at java.awt.EventQueue$1.run(EventQueue.java:601)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
         at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:98)
         at java.awt.EventQueue$2.run(EventQueue.java:617)
         at java.awt.EventQueue$2.run(EventQueue.java:615)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:614)
         at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
         at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
    needWritableDirectory: false
    needWritableDirectory: true
    middlewareHomeLocation:C:\oracle\Middleware
    weblogicHomeLocation:C:\oracle\Middleware\wlserver_10.3
    weblogicHome:C:\oracle\Middleware\wlserver_10.3
    weblogicHomeLocation:C:\oracle\Middleware\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
    External name..INVALID_ORACLE_DIRECTORY_MSG_STRING
    resultset.getStatus() : true
    XXX: setting m_WLSHome to: C:\oracle\Middleware\wlserver_10.3
    Setting current page standalone validations to true
    In processErrorMsgStringDomain Name
    In processErrorMsgStringThe value may only contain alphanumeric characters, or the underscore (_) or hyphen (-) characters.
    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.
    resultset.getStatus() : true
    the node m_FormsEnv is Not Selected
    the node m_FormsServer is Not Selected
    the node m_FormsBuilder is Not Selected
    the node m_ReportsEnv is Not Selected
    the node m_ReportsServer is Not Selected
    the node m_ReportsBuilder is Not Selected
    the node m_FormsEnv is Selected
    the node m_FormsServer is Selected
    the node m_FormsBuilder is Selected
    the node m_ReportsEnv is Selected
    the node m_ReportsServer is Selected
    the node m_ReportsBuilder is Selected
    root.isSelectedtrue
    Setting current page standalone validations to true
    the node m_FormsEnv is Selected
    the node m_FormsServer is Selected
    the node m_FormsBuilder is Selected
    the node m_ReportsEnv is Selected
    the node m_ReportsServer is Selected
    the node m_ReportsBuilder is Selected
    Entering the exec handler method in get free space for home...
    quotaNeededProperty:null
    isQuotaNeeded : false
    resultset.getStatus() : true
    the node m_FormsEnv is Selected
    the node m_FormsServer is Selected
    the node m_FormsBuilder is Selected
    the node m_ReportsEnv is Selected
    the node m_ReportsServer is Selected
    the node m_ReportsBuilder is Selected
    Setting current page standalone validations to true
    resultset.getStatus() : 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
    JAVA.LIBRARY.PATH:C:\Users\675499\AppData\Local\Temp\OraInstall2012-05-04_11-11-29AM\jre\bin;.;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\Oracle\Middleware\FRHome\bin;C:\oracle\10G\BIToolsHome_1\bin;C:\oracle\10G\BIToolsHome_1\jlib;C:\oracle\10G\BIToolsHome_1\jre\1.4.2\bin\client;C:\oracle\10G\BIToolsHome_1\jre\1.4.2\bin;c:\oracle\10G\devsuitehome10GR2\bin;c:\oracle\10G\devsuitehome10GR2\jdk\jre\bin\classic;c:\oracle\10G\devsuitehome10GR2\jdk\jre\bin;c:\oracle\10G\devsuitehome10GR2\jdk\jre\bin\client;c:\oracle\10G\devsuitehome10GR2\jlib;c:\oracle\10G\devsuitehome10GR2\jre\1.4.2\bin\client;c:\oracle\10G\devsuitehome10GR2\jre\1.4.2\bin;C:\pf86\CA\SC\CAWIN\;C:\PROGRA~1\CA\SC\ETPKI\lib;C:\pf86\gs\gs8.62\lib;C:\pf86\gs\gs8.62\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\pf\ActivIdentity\ActivClient\;C:\pf86\ActivIdentity\ActivClient\;C:\PROGRA~2\CA\SC\CAM\bin;C:\pf86\CA\SC\CsamSockAdapter\bin;C:\DSM\Script;C:\Oracle\Middleware\FRHome\opmn\bin;C:\Oracle\Middleware\FRHome\opmn\lib;C:\Oracle\Middleware\FRHome\perl\bin;C:\oracle\Middleware\FRHome\lib\;C:\oracle\Middleware\FRHome\jdk\jre\lib\i386\
    CONFIG LOG CONFIG LOCATION: C:\Users\675499\AppData\Local\Temp\OraInstall2012-05-04_11-11-29AM\ext\jlib\log-config.xml
    XXX Entered Init()!!!
    Check Point Location : C:\Program Files\Oracle\Inventory\checkpoint\AS\11.1.1.0.0
    java.homeC:/oracle/Middleware/FRHome/jdk/jre
    weblogic.homeC:/oracle/Middleware/wlserver_10.3/server
    java.class.pathC:/oracle/Middleware/wlserver_10.3/server/lib/weblogic.jar;C:/oracle/Middleware/wlserver_10.3/server/lib/webservices.jar;C:/oracle/Middleware/utils/config/10.3/config-launch.jar;C:/oracle/Middleware/FRHome/lib/java/shared/args4j/2.0.9/args4j-2.0.9.jar;C:/oracle/Middleware/FRHome/opmn/lib/argus.jar;C:/oracle/Middleware/FRHome/install/config/ASConfig.jar;C:/oracle/Middleware/FRHome/install/config/classic_config.jar;C:/oracle/Middleware/FRHome/opmn/lib/iasprovision.jar;C:/oracle/Middleware/FRHome/../oracle_common/modules/oracle.jmx_11.1.1/jmxframework.jar;C:/oracle/Middleware/FRHome/../oracle_common/modules/oracle.jmx_11.1.1/jmxspi.jar;C:/oracle/Middleware/FRHome/inventory/Scripts/ext/jlib/message.jar;C:/oracle/Middleware/FRHome/../oracle_common/modules/oracle.odl_11.1.1/ojdl.jar;C:/oracle/Middleware/FRHome/../oracle_common/modules/oracle.odl_11.1.1/ojdl2.jar;C:/oracle/Middleware/FRHome/opmn/lib/ons.jar;C:/oracle/Middleware/FRHome/opmn/lib/opmneditor.jar;C:/oracle/Middleware/FRHome/opmn/lib/optic.jar;C:/oracle/Middleware/FRHome/opmn/lib/repositorycheck.jar;C:/oracle/Middleware/FRHome/opmn/lib/wlclient.jar;C:/oracle/Middleware/FRHome/opmn/lib/wljmxclient.jar;C:/oracle/Middleware/FRHome/lib/xmlparserv2.jar;C:/oracle/Middleware/FRHome/forms/provision/frmconfig.jar;C:/oracle/Middleware/FRHome/frcommon/provision/frconfig.jar;C:/oracle/Middleware/FRHome/../oracle_common/modules/oracle.ldap_11.1.1/ldapjclnt11.jar;C:/oracle/Middleware/FRHome/../oracle_common/modules/oracle.jps_11.1.1/jps-common.jar;C:/oracle/Middleware/FRHome/../oracle_common/modules/oracle.jps_11.1.1/jps-wls.jar;C:/oracle/Middleware/FRHome/../oracle_common/modules/oracle.jps_11.1.1/jps-ee.jar;C:/oracle/Middleware/FRHome/../oracle_common/modules/oracle.jps_11.1.1/jps-unsupported-api.jar;C:/oracle/Middleware/FRHome/../oracle_common/modules/oracle.jps_11.1.1/jacc-spi.jar;C:/oracle/Middleware/FRHome/../oracle_common/modules/oracle.jps_11.1.1/jps-mbeans.jar;C:/oracle/Middleware/FRHome/../oracle_common/modules/oracle.jps_11.1.1/jps-api.jar;C:/oracle/Middleware/FRHome/../oracle_common/modules/oracle.jps_11.1.1/jps-internal.jar;C:/oracle/Middleware/FRHome/jlib/ossoreg.jar;C:/oracle/Middleware/FRHome/../oracle_common/modules/oracle.jrf_11.1.1/jrf.jar;C:/oracle/Middleware/FRHome/jlib/ojmisc.jar;C:/oracle/Middleware/FRHome/jlib/jazn.jar;C:/oracle/Middleware/FRHome/jlib/ldapjclnt9.jar;ORACLE_HOMEnullORACLE_HOMEnullORACLE_HOMEnullORACLE_HOMEnullORACLE_HOMEnullORACLE_HOME%/../oracle_common/jlib/rcucommon.jar
    inside development taskFactory
    Assigning Port: 7001 to: DOMAIN_PORT
    Domain Provisioning JVMArgs being set:-Xms512m -Xmx1024m -XX:PermSize=256m -XX:MaxPermSize=512m -Doracle.home=C:\oracle\Middleware\FRHome -Ddomain.home=C:/oracle/Middleware/user_projects/domains/ClassicDomain -Djava.ext.dirs=C:\oracle\Middleware\FRHome\jdk\jre\lib\ext -Doracle.security.jps.config=C:/oracle/Middleware/user_projects/domains/ClassicDomain/config/fmwconfig/jps-config.xml -Doracle.instance=C:\oracle\Middleware\asinst_1 -Doracle.instance.name=asinst_1 -Doracle.forms.weblogic=1 -Ddomain.name=ClassicDomain
    Domain provisioning classpath set = C:/oracle/Middleware/wlserver_10.3/server/lib/weblogic.jar;C:/oracle/Middleware/oracle_common/modules/oracle.dms_11.1.1/dms.jar;C:/oracle/Middleware/oracle_common/modules/oracle.jmx_11.1.1/jmxframework.jar;C:/oracle/Middleware/oracle_common/modules/oracle.jmx_11.1.1/jmxspi.jar;C:/oracle/Middleware/oracle_common/modules/oracle.odl_11.1.1/ojdl.jar;C:/oracle/Middleware/FRHome/opmn/lib/nonj2eembeans.jar;C:/oracle/Middleware/FRHome/jdbc/lib/ojdbc6.jar;C:/oracle/Middleware/FRHome/opmn/lib/optic.jar;C:/oracle/Middleware/FRHome/opmn/lib/iasprovision.jar;C:/oracle/Middleware/oracle_common/modules/oracle.ldap_11.1.1/ldapjclnt11.jar;C:/oracle/Middleware/oracle_common/jlib/rcucommon.jar;C:/oracle/Middleware/FRHome/opmn/lib/opmneditor.jar;C:/oracle/Middleware/FRHome/opmn/lib/wlfullclient.jar;C:/oracle/Middleware/oracle_common/modules/oracle.adf.share_11.1.1/commons-el.jar;C:/oracle/Middleware/FRHome/jlib/dfc.jar;C:/oracle/Middleware/FRHome/dvt/lib/dvt-jclient.jar;C:/oracle/Middleware/FRHome/dvt/lib/dvt-utils.jar;C:/oracle/Middleware/oracle_common/jlib/ewt3.jar;C:/oracle/Middleware/oracle_common/modules/oracle.iau_11.1.1/fmw_audit.jar;C:/oracle/Middleware/FRHome/oui/jlib/http_client.jar;C:/oracle/Middleware/oracle_common/modules/oracle.idm_11.1.1/identitystore.jar;C:/oracle/Middleware/oracle_common/modules/oracle.idm_11.1.1/identityutils.jar;C:/oracle/Middleware/oracle_common/modules/oracle.jps_11.1.1/jaccprovider.jar;C:/oracle/Middleware/oracle_common/modules/oracle.jps_11.1.1/jacc-spi.jar;C:/oracle/Middleware/FRHome/ord/jlib/jai_codec.jar;C:/oracle/Middleware/FRHome/ord/jlib/jai_core.jar;C:/oracle/Middleware/oracle_common/modules/oracle.oc4j-obsolete_11.1.1/jazn.jar;C:/oracle/Middleware/oracle_common/modules/oracle.oc4j-obsolete_11.1.1/jazncore.jar;C:/oracle/Middleware/oracle_common/jlib/jewt4.jar;C:/oracle/Middleware/FRHome/jlib/jta.jar;C:/oracle/Middleware/oracle_common/modules/oracle.ldap_11.1.1/ldapjclnt11.jar;C:/oracle/Middleware/FRHome/lib/mail.jar;C:/oracle/Middleware/FRHome/jlib/netcfg.jar;C:/oracle/Middleware/FRHome/jlib/oracle_ice.jar;C:/oracle/Middleware/oracle_common/jlib/share.jar;C:/oracle/Middleware/FRHome/jlib/zrclient.jar;C:/oracle/Middleware/FRHome/reports/jlib/aolj.jar;C:/oracle/Middleware/FRHome/reports/jlib/confmbean.jar;C:/oracle/Middleware/FRHome/reports/jlib/runtimembean.jar;C:/oracle/Middleware/FRHome/reports/jlib/rwadmin.jar;C:/oracle/Middleware/FRHome/reports/jlib/rwenv.jar;C:/oracle/Middleware/FRHome/reports/jlib/rwrun.jar;C:/oracle/Middleware/FRHome/reports/jlib/rwxdo.jar;C:/oracle/Middleware/FRHome/jlib/rts2.jar;C:/oracle/Middleware/FRHome/common/wlst/lib/adf-share-mbeans-wlst.jar;C:/oracle/Middleware/FRHome/common/wlst/lib/mdswlst.jar;C:/oracle/Middleware/FRHome/common/wlst/resources/auditwlst.jar;C:/oracle/Middleware/FRHome/common/wlst/resources/jps-wlst.jar;C:/oracle/Middleware/FRHome/common/wlst/resources/jrf-wlst.jar;C:/oracle/Middleware/FRHome/common/wlst/resources/oamap_help.jar;C:/oracle/Middleware/FRHome/common/wlst/resources/oamAuthnProvider.jar;C:/oracle/Middleware/FRHome/common/wlst/resources/ossoiap_help.jar;C:/oracle/Middleware/FRHome/common/wlst/resources/ossoiap.jar;C:/oracle/Middleware/FRHome/common/wlst/resources/sslconfigwlst.jar;C:/oracle/Middleware/FRHome/common/wlst/resources/wsm-wlst.jar
    DOMAIN_HOME: C:/oracle/Middleware/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
    GJS OHS Hostname: KBALD138H93R.acct03.us.lmco.com
    GJS managedServer Hostname: KBALD138H93R.acct03.us.lmco.com
    GJS OHS Hostname: KBALD138H93R.acct03.us.lmco.com
    GJS managedServer Hostname: KBALD138H93R.acct03.us.lmco.com
    DOMAIN_HOME: C:/oracle/Middleware/user_projects/domains/ClassicDomain
    XXX Entered DoExecute()!!!
    displayProperties()!!!
    CREATE_DOMAIN : true
    JOIN_DOMAIN :
    DOMAIN_NAME : ClassicDomain
    DOMAIN_HOSTNAME : KBALD138H93R.acct03.us.lmco.com
    DOMAIN_PORT : 7001
    DOMAIN_HOME_PATH : C:/oracle/Middleware/user_projects/domains/ClassicDomain
    ADMIN_USER_NAME : weblogic
    MW_HOME : C:\oracle\Middleware
    ORACLE_HOME : C:\oracle\Middleware\FRHome
    INSTANCE_HOME : C:\oracle\Middleware\asinst_1
    INSTANCE_NAME : asinst_1
    CONFIGURE_FORMS : true
    CONFIGURE_FORMS_BUILDER : true
    CONFIGURE_REPORTS : true
    CONFIGURE_REPORTS_BUILDER : true
    CONFIGURE_OHS : false
    CONFIGURE_MANAGEMENT_COMPONENT : true
    PORT_LOCATION : 0
    AUTOMATIC_PORT_DETECT : true
    STATICPORT_INI_FILE_LOCATION :
    ENABLE_PROXY : false
    PROXY_HOST : proxy1.global.lmco.com
    PROXY_PORT : 8080
    PROXY_BYPASS :
    USE_OID : true
    OID_USE_SSL : false
    OID_HOST :
    OID_PORT :
    OID_USERNAME :
    Executing Task: Creating Domain
    XXX: adding task: oracle.as.install.classic.ca.standard.DomainProvisioningTask
    AdminServer port is 7001
    trying to connect to KBALD138H93R.acct03.us.lmco.com 7001
    Creating Weblogic Domain.
    oracle.as.provisioning.exception.ASProvWorkflowException
         at oracle.as.provisioning.weblogic.ASDomain._createDomain(ASDomain.java:2629)
         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.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:339)
         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: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:339)
         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: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
    Hope this sheds some light. This is getting real frustrating.

  • 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!!

  • 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

  • Created Domain failed, Forms 11.1.2.1 on Win7

    Hi
    Hope to hear any advice.
    Trying to install WLS10.3.6 + Forms11.1.2.1 on Windows7 32bit.
    But facing error and failed to Create Domain.
    Please let me know cause of this error.
    Total Physical Memory:     3,255 MB
    Available Physical Memory: 2,065 MB
    Virtual Memory: Max Size:  6,508 MB
    Virtual Memory: Available: 5,063 MB
    Virtual Memory: In Use:    1,445 MB
    - nodemanger stoped
    - no space or () in PATH
    - set C:\TMP
    - intall user is not Admin user, but grant Admin priviledges
    - Virus Scan set off before config
    If this may cause of not enough memory, please let me know how to check not enough memory.
    Need to evidence for this
    Error: addTemplate() failed. Do dumpStack() to see details.
    oracle.as.provisioning.exception.ASProvWorkflowException: Problem invoking WLST - Traceback (innermost last):
      File "C:\TMP\tmp1381374081295.py", line 45, in ?
      File "C:\TMP\WLSTOfflineIni3175891067729527083.py", line 89, in addTemplate
      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:57)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
      at java.lang.reflect.Method.invoke(Method.java:606)
    com.oracle.cie.domain.script.jython.WLSTException: com.oracle.cie.domain.script.jython.WLSTException: com.oracle.cie.domain.script.ScriptException: unable to parse "template-info.xml" from template jar "D:/ICF_AutoCapsule_disabled/Oracle/Middleware/Oracle_FRHome1/common/templates/applications/classic_template_11.1.2.jar
      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

    Actually, it is recommended to install Forms 11.1.2.1 with WebLogic 10.3.6 as this allows you to use Java 7, the most secure Java version to date where WebLogic 10.3.5 only allows Java 6. I have done dozens of Forms 11.1.2.1 installations using WebLogic 10.3.6. From these installs, I have found a couple other root causes to the problem that you have not noted that you tried yet. I'll post some ideas below:
    Check to see if your PC or server name contains any underscores “_”. This has been known to cause domain creation failures. Try modifying your PC or server hostname to remove any underscores (the best recommendation would be to only use alphanumeric characters and hyphens). NOTE: A PC/server reboot will be required to activate this change.
    Example of a bad hostname: oracle_server123.oracle.com
    Example of a good hostname: oracle-server123.oracle.com
    Verify the admin user permissions your account has by going to %MIDDLEWARE_HOME%\user_projects\domains\%DOMAIN_NAME%\config\fmwconfig\bootstrap and try to open cwallet.sso using Notepad (the file is not text-friendly, but this can be used as a quick test). If you happen to get permission errors, try the following steps:
    Go to the location where your Oracle folder is located. (Example: C:\Oracle)
    Right-click on the Oracle folder and select Properties.
    Select the Security tab and select the Administrators group. NOTE: Make sure your user account you are using is the same one who installed WebLogic and the Forms/Reports binaries and has full control permissions to the Oracle folder. If not, please do this first before continuing.
    Click the Advanced button at the bottom of the window.
    In the Advanced Security Settings for the folder location, you’ll see that the “Inherited From” column is set to “<not inherited>”.
    Select your user account and click the “Change Permissions” button
    Near the bottom, check the box that says “Replace all existing inheritable permissions on all descendants with inheritable permissions from this object” or any similar message. It should be the second check box in this window.
    Click OK.
    It may take a little bit of time (usually not more than a minute) to modify the permissions for all files in the directory and subdirectories. NOTE: If it tells you that access to cwallet.sso is denied or if it prompts you that you need administrative privileges to access, you can ignore this message as you’ll need to reconfigure the domain anyway (a new cwallet.sso file will get created when you retry the Forms configuration). When finished, click OK, then click OK again.
    Other useful tips can also be found at this knowledge base article at http://pitss.com/us/2012/10/08/oracle-forms-configuration-hangs-at-creating-domain/. Hope this helps!
    Thanks,
    Scott

  • Error creating domain - need help!

    I have downloaded weblogic 10.3.5 (the one without OEPE), i installed it first, then i downloaded Oracle Forms and Reports 11gR2 (11.1.2.0.0), which, as i read in the compatibility matrix, works with 10.3.5 WLS.
    It's very annoying that sometimes during installations there are many errors and no one provide an official solution for these, people always should search on forums for solution for these problems... even if i followed all the correct steps of installing WLS + Forms & Reports, i'm still facing with annoying error messages for which i didn't find a solution.
    I deinstalled it, installed again, 4-5 times, deleted all remaining files, so as if i did not have installed anything about these products. Also, my Windows OS was reinstalled 2 days ago.
    This is the .out file (part of it).
    Launching NodeManager ...
    Properties: {NativeVersionEnabled=true,NodeManagerHome=D:/OracleMiddleware/Middleware/wlserver_10.3/common/nodemanager,StartScriptEnabled=true,}
    Command: D:\ORACLE~2\MIDDLE~1\JROCKI~1.2-4\jre\bin\javaw.exe -classpath "D:\ORACLE~2\MIDDLE~1\JROCKI~1.2-4\jre\lib\rt.jar;D:\ORACLE~2\MIDDLE~1\JROCKI~1.2-4\jre\lib\i18n.jar;D:\ORACLE~2\MIDDLE~1\patch_wls1035\profiles\default\sys_manifest_classpath\weblogic_patch.jar;D:\ORACLE~2\MIDDLE~1\patch_ocp360\profiles\default\sys_manifest_classpath\weblogic_patch.jar;D:\ORACLE~2\MIDDLE~1\JROCKI~1.2-4\lib\tools.jar;D:\ORACLE~2\MIDDLE~1\WLSERV~1.3\server\lib\weblogic_sp.jar;D:\ORACLE~2\MIDDLE~1\WLSERV~1.3\server\lib\weblogic.jar;D:\ORACLE~2\MIDDLE~1\modules\features\weblogic.server.modules_10.3.5.0.jar;D:\ORACLE~2\MIDDLE~1\WLSERV~1.3\server\lib\webservices.jar;D:\ORACLE~2\MIDDLE~1\modules\ORGAPA~1.1\lib\ant-all.jar;D:\ORACLE~2\MIDDLE~1\modules\NETSFA~1.0_1\lib\ant-contrib.jar;D:\ORACLE~2\MIDDLE~1\utils\config\10.3\config-launch.jar;D:\ORACLE~2\MIDDLE~1\WLSERV~1.3\common\derby\lib\derbynet.jar;D:\ORACLE~2\MIDDLE~1\WLSERV~1.3\common\derby\lib\derbyclient.jar;D:\ORACLE~2\MIDDLE~1\WLSERV~1.3\common\derby\lib\derbytools.jar" weblogic.NodeManager "-v"
    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 D:\OracleMiddleware\Middleware\wlserver_10.3\common\nodemanager
    Node Manager starting in the background
      isPortAvailable [port 5556]
      Port 5556 available.
      isPortAvailable [port 5556]
      Port 5556 available.
      isPortAvailable [port 5556]
      Port 5556 available.
      isPortAvailable [port 5556]
      Port 5556 available.
      isPortAvailable [port 5556]
      Port 5556 available.
      isPortAvailable [port 5556]
      Port 5556 available.
      isPortAvailable [port 5556]
      Port 5556 available.
      isPortAvailable [port 5556]
      Port 5556 available.
      isPortAvailable [port 5556]
      Port 5556 available.
      isPortAvailable [port 5556]
      Port 5556 available.
      isPortAvailable [port 5556]
      Port 5556 available.
      isPortAvailable [port 5556]
      Port 5556 available.
      isPortAvailable [port 5556]
      Port 5556 available.
      isPortAvailable [port 5556]
      Port 5556 available.
      isPortAvailable [port 5556]
      Port 5556 available.
      isPortAvailable [port 5556]
      Port 5556 available.
      isPortAvailable [port 5556]
      Port 5556 available.
      isPortAvailable [port 5556]
      Port 5556 available.
      isPortAvailable [port 5556]
      Port 5556 available.
      isPortAvailable [port 5556]
      Port 5556 available.
      isPortAvailable [port 5556]
      Port 5556 available.
      isPortAvailable [port 5556]
      Port 5556 available.
      isPortAvailable [port 5556]
      Port 5556 available.
      isPortAvailable [port 5556]
      Port 5556 available.
      isPortAvailable [port 5556]
      Port 5556 available.
      isPortAvailable [port 5556]
      Port 5556 available.
      isPortAvailable [port 5556]
      Port 5556 available.
      isPortAvailable [port 5556]
      Port 5556 available.
      isPortAvailable [port 5556]
      Port 5556 available.
      isPortAvailable [port 5556]
      Port 5556 available.
      isPortAvailable [port 5556]
      Port 5556 available.
      isPortAvailable [port 5556]
      Port 5556 available.
      isPortAvailable [port 5556]
      Port 5556 available.
      isPortAvailable [port 5556]
      Port 5556 available.
      isPortAvailable [port 5556]
      Port 5556 available.
      isPortAvailable [port 5556]
      Port 5556 available.
      isPortAvailable [port 5556]
      Port 5556 available.
      isPortAvailable [port 5556]
      Port 5556 available.
      isPortAvailable [port 5556]
      Port 5556 available.
      isPortAvailable [port 5556]
      Port 5556 available.
      isPortAvailable [port 5556]
      Port 5556 available.
      isPortAvailable [port 5556]
      Port 5556 available.
      isPortAvailable [port 5556]
      Port 5556 available.
      isPortAvailable [port 5556]
      Port 5556 available.
      isPortAvailable [port 5556]
      Port 5556 available.
      isPortAvailable [port 5556]
      Port 5556 available.
      isPortAvailable [port 5556]
      Port 5556 available.
      isPortAvailable [port 5556]
      Port 5556 available.
      isPortAvailable [port 5556]
      Port 5556 available.
    java.lang.Exception: The node manager failed to start
         at oracle.as.provisioning.weblogic.ASDomain._startNodeManager(ASDomain.java:3706)
         at oracle.as.provisioning.weblogic.ASDomain.startNodeManager(ASDomain.java:3516)
         at oracle.as.provisioning.engine.WorkFlowExecutor._createDomain(WorkFlowExecutor.java:637)
         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:339)
         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:662)
    java.lang.Exception: The node manager failed to start
         at oracle.as.provisioning.weblogic.ASDomain._startNodeManager(ASDomain.java:3706)
         at oracle.as.provisioning.weblogic.ASDomain.startNodeManager(ASDomain.java:3516)
         at oracle.as.provisioning.engine.WorkFlowExecutor._createDomain(WorkFlowExecutor.java:637)
         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:339)
         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: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:339)
         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: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
    XXX: adding task: oracle.as.install.classic.ca.standard.DomainProvisioningTask
      AdminServer port is 7001
      trying to connect to roger 7001
      Successful
      getDomainRuntimeMBeanServerConnection ...
      Connecting to Domain runtime ...
      trying to connect to roger 7001
      Successfully connected to the Domain Runtime ...
      Creating Weblogic Domain.
      isPortAvailable [port 5556]
      Port 5556 available.
      Adding Template : D:/OracleMiddleware/Middleware/oracle_common/common/templates/applications/jrf_template_11.1.1.jar
      Adding Template : D:/OracleMiddleware/Middleware/Oracle_FRHome1/common/templates/applications/classic_template_11.1.2.jar
    CLASSPATH=D:\ORACLE~2\MIDDLE~1\patch_wls1035\profiles\default\sys_manifest_classpath\weblogic_patch.jar;D:\ORACLE~2\MIDDLE~1\patch_ocp360\profiles\default\sys_manifest_classpath\weblogic_patch.jar;D:\ORACLE~2\MIDDLE~1\JROCKI~1.2-4\lib\tools.jar;D:\ORACLE~2\MIDDLE~1\WLSERV~1.3\server\lib\weblogic_sp.jar;D:\ORACLE~2\MIDDLE~1\WLSERV~1.3\server\lib\weblogic.jar;D:\ORACLE~2\MIDDLE~1\modules\features\weblogic.server.modules_10.3.5.0.jar;D:\ORACLE~2\MIDDLE~1\WLSERV~1.3\server\lib\webservices.jar;D:\ORACLE~2\MIDDLE~1\modules\ORGAPA~1.1/lib/ant-all.jar;D:\ORACLE~2\MIDDLE~1\modules\NETSFA~1.0_1/lib/ant-contrib.jar;
    PATH=D:\ORACLE~2\MIDDLE~1\patch_wls1035\profiles\default\native;D:\ORACLE~2\MIDDLE~1\patch_ocp360\profiles\default\native;D:\ORACLE~2\MIDDLE~1\WLSERV~1.3\server\native\win\32;D:\ORACLE~2\MIDDLE~1\WLSERV~1.3\server\bin;D:\ORACLE~2\MIDDLE~1\modules\ORGAPA~1.1\bin;D:\ORACLE~2\MIDDLE~1\JROCKI~1.2-4\jre\bin;D:\ORACLE~2\MIDDLE~1\JROCKI~1.2-4\bin;D:\OracleMiddleware\Middleware\Oracle_FRHome1\bin;D:\OracleMiddleware\Middleware\Oracle_FRHome1\bin;%ORACLE_HOME%\bin;D:\oracle\app\product\11.2.0\dbhome_1\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\system32\WindowsPowerShell\v1.0;D:\OracleMiddleware\Middleware\Oracle_FRHome1\opmn\bin;D:\OracleMiddleware\Middleware\Oracle_FRHome1\opmn\lib;D:\OracleMiddleware\Middleware\Oracle_FRHome1\perl\bin;D:\ORACLE~2\MIDDLE~1\WLSERV~1.3\server\native\win\32\oci920_8
    Your environment has been set.
    CLASSPATH=D:\ORACLE~2\MIDDLE~1\patch_wls1035\profiles\default\sys_manifest_classpath\weblogic_patch.jar;D:\ORACLE~2\MIDDLE~1\patch_ocp360\profiles\default\sys_manifest_classpath\weblogic_patch.jar;D:\ORACLE~2\MIDDLE~1\JROCKI~1.2-4\lib\tools.jar;D:\ORACLE~2\MIDDLE~1\WLSERV~1.3\server\lib\weblogic_sp.jar;D:\ORACLE~2\MIDDLE~1\WLSERV~1.3\server\lib\weblogic.jar;D:\ORACLE~2\MIDDLE~1\modules\features\weblogic.server.modules_10.3.5.0.jar;D:\ORACLE~2\MIDDLE~1\WLSERV~1.3\server\lib\webservices.jar;D:\ORACLE~2\MIDDLE~1\modules\ORGAPA~1.1/lib/ant-all.jar;D:\ORACLE~2\MIDDLE~1\modules\NETSFA~1.0_1/lib/ant-contrib.jar;;D:\ORACLE~2\MIDDLE~1\utils\config\10.3\config-launch.jar;D:\ORACLE~2\MIDDLE~1\WLSERV~1.3\common\derby\lib\derbynet.jar;D:\ORACLE~2\MIDDLE~1\WLSERV~1.3\common\derby\lib\derbyclient.jar;D:\ORACLE~2\MIDDLE~1\WLSERV~1.3\common\derby\lib\derbytools.jar;;
    In doCancel method ...
    Yes option....
    outputFile:C:\Program Files\Oracle\Inventory\logs\installProfile2012-03-08_09-08-38AM.log
    in writeProfile method..
    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:\TEMP\tmp1331202100359.py", line 42, in ?
      File "C:\TEMP\WLSTOfflineIni1292305174085843335.py", line 89, in addTemplate
         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.ConfigGroupsException: Multiple definitions of server-group JRF-ADMIN-SVR are not allowed
         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.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:339)
         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: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:339)
         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: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 moreCan someone give help?
    My DB version is Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 and OS is Windows XP SP3.
    Thanks!
    Edited by: Roger22 on 08.03.2012 12:40

    I did not found that nodemanager.properties file, i have only nodemanager.domains file, which contain an entry regarding to my domain.
    However, now i got the following error (With WLS 10.3.5 installed, then Forms 11.1.1.2.0):
    Executing Task: Creating Domain
    XXX: adding task: oracle.as.install.classic.ca.standard.DomainProvisioningTask
      AdminServer port is 7001
      trying to connect to roger 7001
      Creating Weblogic Domain.
    java.lang.NoClassDefFoundError: com/bea/plateng/common/util/ObjectStoreManager
         at oracle.as.provisioning.weblogic.ASDomain._createDomain(ASDomain.java:2822)
         at oracle.as.provisioning.weblogic.ASDomain.createDomain(ASDomain.java:2469)
         at oracle.as.provisioning.engine.WorkFlowExecutor._createDomain(WorkFlowExecutor.java:635)
         at oracle.as.provisioning.engine.WorkFlowExecutor.executeWLSWorkFlow(WorkFlowExecutor.java:393)
         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: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:619)
    Caused by: java.lang.ClassNotFoundException: com.bea.plateng.common.util.ObjectStoreManager
         at oracle.as.install.engine.modules.configuration.standard.StandardConfigActionClassLoader.loadClass(StandardConfigActionClassLoader.java:75)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:252)
         at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320)
         ... 18 more
    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: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:619)
    Caused by: oracle.as.provisioning.exception.ASProvWorkflowException: Error Executing workflow.
         at oracle.as.provisioning.engine.WorkFlowExecutor._createDomain(WorkFlowExecutor.java:688)
         at oracle.as.provisioning.engine.WorkFlowExecutor.executeWLSWorkFlow(WorkFlowExecutor.java:393)
         at oracle.as.provisioning.engine.Config.executeConfigWorkflow_WLS(Config.java:866)
         ... 13 more
    progress in calculate progress4
    progress in calculate progress4Don't think the memory it's a problem, i see the memory/CPU usage and they are not used at maximum, so i still have ~400MB RAM free.
    Any help what can i do?
    Thanks

  • Hangs at Creating Domain of PFRD 11g Configuration

    Could anyone help please?
    I'm trying to install PFRD 11g, following, "Oracle® Fusion Middleware Installation Guide for Oracle Portal, Forms, Reports and Discoverer 11g Release 1 (11.1.1)"
    On a Red Hat Linux Enterprise 5 - 32bit server, successfully installed Weblogic and PFRD (Portal/Forms/Reports/Discoverer) 11g (install only type). Then run config.sh to configure the PFRD instance. However, the configuration hangs at Step 11 of 12, Creating domain.
    The server has 6 GB physical memory and out of it, 5 GB memory is free.
    Below is the last few entries of the installation log
    ====================
    Executing Task: Creating Domain
    XXX: adding task: oracle.as.install.classic.ca.standard.DomainProvisioningTask
    AdminServer port is 7001
    trying to connect to srvrh5s1 7001
    Creating Weblogic Domain.
    isPortAvailable [port 5556]
    Port 5556 available.
    Adding Template : /u01/Oracle/Middleware/oracle_common/common/templates/applications/jrf_template_11.1.1.jar
    Adding Template : /u01/Oracle/Middleware/as_1/common/templates/applications/classic_template_11.1.2.jar
    CLASSPATH=/u01/Oracle/Middleware/patch_wls1032/profiles/default/sys_manifest_classpath/weblogic_patch.jar:/u01/Oracle/Middleware/patch_oepe1032/profiles/default/sys_manifest_classpath/weblogic_patch.jar:/u01/Oracle/Middleware/jrockit_160_14_R27.6.5-32/lib/tools.jar:/u01/Oracle/Middleware/utils/config/10.3/config-launch.jar:/u01/Oracle/Middleware/wlserver_10.3/server/lib/weblogic_sp.jar:/u01/Oracle/Middleware/wlserver_10.3/server/lib/weblogic.jar:/u01/Oracle/Middleware/modules/features/weblogic.server.modules_10.3.2.0.jar:/u01/Oracle/Middleware/wlserver_10.3/server/lib/webservices.jar:/u01/Oracle/Middleware/modules/org.apache.ant_1.7.0/lib/ant-all.jar:/u01/Oracle/Middleware/modules/net.sf.antcontrib_1.0.0.0_1-0b2/lib/ant-contrib.jar:
    PATH=/u01/Oracle/Middleware/wlserver_10.3/server/bin:/u01/Oracle/Middleware/modules/org.apache.ant_1.7.0/bin:/u01/Oracle/Middleware/jrockit_160_14_R27.6.5-32/jre/bin:/u01/Oracle/Middleware/jrockit_160_14_R27.6.5-32/bin:/u01/Oracle/Middleware/as_1/bin:/usr/kerberos/bin:/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/home/oracle/bin
    Your environment has been set.
    CLASSPATH=/u01/Oracle/Middleware/patch_wls1032/profiles/default/sys_manifest_classpath/weblogic_patch.jar:/u01/Oracle/Middleware/patch_oepe1032/profiles/default/sys_manifest_classpath/weblogic_patch.jar:/u01/Oracle/Middleware/jrockit_160_14_R27.6.5-32/lib/tools.jar:/u01/Oracle/Middleware/utils/config/10.3/config-launch.jar:/u01/Oracle/Middleware/wlserver_10.3/server/lib/weblogic_sp.jar:/u01/Oracle/Middleware/wlserver_10.3/server/lib/weblogic.jar:/u01/Oracle/Middleware/modules/features/weblogic.server.modules_10.3.2.0.jar:/u01/Oracle/Middleware/wlserver_10.3/server/lib/webservices.jar:/u01/Oracle/Middleware/modules/org.apache.ant_1.7.0/lib/ant-all.jar:/u01/Oracle/Middleware/modules/net.sf.antcontrib_1.0.0.0_1-0b2/lib/ant-contrib.jar:::/u01/Oracle/Middleware/wlserver_10.3/common/eval/pointbase/lib/pbembedded57.jar:/u01/Oracle/Middleware/wlserver_10.3/common/eval/pointbase/lib/pbclient57.jar:/u01/Oracle/Middleware/wlserver_10.3/common/eval/pointbase/lib/pbtools57.jar
    Initializing WebLogic Scripting Tool (WLST) ...
    ====================
    Also, on the other part of the same log, I found the followng entry
    Assigning Port: -1 to: NODE_MANAGER_PORT
    Edited by: larry24680 on Mar 21, 2010 6:34 PM

    Experienced a similar hang at Creating Domain step on another platform. Resolved when I installed without the option to include JRockit.

  • WLST offline while trying to create domain in Weblogic 81

    Guys,
    Was able to invoke weblogic.WLST via ant to setup and custom WLS90 domain .
    I tried to do the same for WL81 with no luck. Looks like I am unable to import getopt module.
    [java] ImportError: no module named getopt
    [java] Java Result: -1
    Pretty much followed WLST_offline documentation to setup the classpath in ant.
    any thoughts or does anyone have a sample ant script to drive jython script.

    Satya,
    Thanks for your response. sys.path didn't help but python.home made a difference.
    Now I am unable to get hold of the command line options.
    ex: create-domain.py -d basic_domain -p 7001
    Again This worked fine in WL90
    ant macro used ..
    <java classname="com.bea.plateng.domain.script.jython.WLST_offline" fork="true" classpathref="@{script-classpath-ref}" >
              <jvmarg line="-Dpython.home=D:/tools/jython/jython-2.1"/>
              <arg line="@{script-file} @{cmd-line-options}" />
              </java>

  • 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,

  • 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.

Maybe you are looking for

  • Remote for Nike+ Ipod touch

    There is an option on the Nike+ Ipod settings for a remote, and I would not mind skipping the odd track without having to fumble around while running ... does anyone know who makes these remotes ? Matt

  • Using photoshop elements 12 as external editor in Aperture 3.5.1

    I have been using photoshop elements 12 as external editor to resize some photos and add some refinements not available in aperture.... It look like the file I send to PE becomes HUGE but is not marked as a separate version.....there is a little mark

  • Hide links "Register Now..." and "Get support" in logon portal

    Hi to all. In portal logon (PROD) appears the links "Register Now..." and "Get support" and I want hide the links. The properties ume.logon.logon_help and ume.logon.selfreg are FALSE in config tool and in Visual administrator. The .com.sap.portal.run

  • Secure remote login in scripts

    Hello, I stated this same question to also metalink discussion forum, so I'm cross posting a bit here. Sorry about that. I have a following business problem: I have two Solaris servers where in first (DBS-node) I have the database. In the other one (

  • Default Probation Period on New Employee only

    Hi, In the HR Self-Service's Change in Position Page, the probation period is defaulted when the job position has been changed. I only want to have it defaulted when it's a new employee. How can I do this?? Oracle Version I'm using is 11i Thanks for