Oracle Forms

Tips and Tricks: The Dummies Guide to Installing Oracle Forms 11g R2 on 64 Bit

As promised my Master note of installing Oracle Forms 11g R2 on 64 Bit Windows is available for download.

Whitepaper quick tips for installing 11g Forms – Forms 11g R2 Install Guide 64 bit Windows

I decided I must write this since when I installed Oracle Forms 11g R2 I ran into some annoying little glitches where if someone had let me know a few simple prerequisites it would have saved me hours of time. Well that when I decided to write them down to build you a full installation document. Thanks to my customer Mastercard Israel for being my test bunny. Here are the highlights to watch out for. Tip and tricks guide to a smooth installation of Forms 11g R2 on 64 bit Windows.

1) Download all the technologies you will need – Refer to my post the Oracle Forms shopping list
2) Before you begin make sure you install the JDK 1.6 for 64 bit – Yes I said JDK not JRE.
You should have downloaded it in step 1 above.
If you install JRE instead of JDK by mistake you will have trouble during the installation when it tries to find your java home.

Once the JDK is installed add the path where you installed it to the PATH and JAVA_HOME environment variables of you system. In any case I suggest that in the cmd window before you run the weblogic install jar you run the command. For example:
set JAVA_HOME=D:\Oracle\Java\

3) Next tip and it is an important one – Ensure that the PATH environment variable DOES NOT have folder names with spaces. If it does your installation will get stuck when you try to configure the classic instance. It will get stuck in the creating domains section.

4) Ensure that you TEMP and TMP environment variables do not point to folders with spaces in them.

5) When installing Forms 11g R2 software choose to install ONLY and not configure. This will install a Forms home. We will configure later.

6) Once the installation is complete we can then configure.  You  need to run “configure the classic instance” by running the script from program files. This will create the Oracle Forms instance home. (see full print screens in attached document)

7) Once these installations are complete run a test form. Oracle provides a pretty user friendly run test form. If you chose the default ports (8888) the link will be \config\FormsComponent\forms\html\runform.htm

for example:
C:\Oracle\Middleware\asinst_1\config\FormsComponent\forms\html\runform.htm

You should see the default test form.
I can not stress enough how important it is to run this test form. I can’t tell you how often I have found customers who start to configure the server without checking if the baseline installation was successful. There is nothing more annoying then trying to debug configuration errors then finding out it was actually an installation error that no one checked prior to beginning configuration. But I guess I shouldn’t hate it so much, that how I pay the bills 🙂

Attached you will find my step to step guide how to install and configure 11g R2.

Whitepaper quick tips for installing 11g Forms – Forms 11g R2 Install Guide 64 bit Windows

Please let me know if you have any comments, troubles or find errors in the document. I’m always happy for suggestions!

Good Luck

51 thoughts on “Tips and Tricks: The Dummies Guide to Installing Oracle Forms 11g R2 on 64 Bit

  1. The above document includes several manual steps. In case you have to install more than one Dev-Clients and want to make sure all installations are similar (for easier maintenance and easy re-installations) we have created a silent install script that you could pass on to your developers to execute without going through the lengthly manual process.

    1. Hi Martin,

      That is great point. It is usually recommended if you have several servers and you want to ensure that the installations are consistent you can build a silent install script. Basically Oracle lets you run the setup.exe in silent mode where it will take responses of paths etc.. from a response file.

      More information and exact instructions can be found here:
      http://docs.oracle.com/cd/E14571_01/install.1111/b32474/silent_install.htm#CBHJIBDG

      A cute addition to the weblogic installation is that while doing the manual installation, the last step gives you an opportunity to save the configuration as a response file (page 12 on my installation guide). This file can then later be used in additional silent installations. I will also be posting a script to assist with the configuration files shortly so stay tuned.

      Truth I think this slipped my mind since with this 11g R2 installation we had such great performance we only needed 1 production server! It will replace the 6 servers we have now.

      Thanks for your contribution.

      Mia

  2. Hi there – I actually know for a fact (I’ve done it) that the issue during install is not with spaces in the PATH, but with parenthesis in the path. c:\program files (x86) being the obvious problem. I solved it by creating a junction point (read the docs for mklink) called “c:\p86” that points to c:\program files (x86) and replacing all offending parts in the PATH.

    1. Hi John,

      Thanks for the tip.
      During my installation, I actually used the short names:

      For 64-bit systems, the short name for the 64-bit Program Files folder is Progra~1 (same as on 32-bit systems); while the short name for the 32-bit Program Files (x86) folder is now Progra~2.

      For those of you interested in created the link as john suggested:
      To create a symbolic link named MyDocs from the root directory to the c:\Users\User1\Documents directory, type:
      mklink /d \MyDocs c:\Users\User1\Documents
      You can also type mklink -help for more information.

      Mia

      1. A year ago I made a hard link to PATH, too, installing on win7 64bit, but the same freeze(hangs) of create domain, I leave 11 and returned on 10g.
        Yesterday I managed to install both Linux Red-hat (with welogic 10.3.6) deployment
        and win 7 64 bit.
        Linux with11gR2 at first shot, success, but WIN 7 hangs always on created domain!!

        After 2-3 installation, where I test every thinks, I found:
        the error that I and may user done is not only on the PATH (I do not understand why Oracle correct it knowing for over 2 years that this has happened) but it is on the CLASSPATH ,which contains blanks in director’s namethe names of directors.

        to overcome this YOU MUST set PATH and CLASSPATH paths to minimal , e.g.

        • SET PATH=%WINDIR%;%WINDOR\System;%WINDOR%\System32
        • SET CLASSPATH =%WINDIR%; #system paths to minimal
        • set TEMP=c:\temp
        • set TMP=c:\temp

        I hope this is helpful to other users so that they do not lose much time in the installation of a product

        Rosario Vigilante
        My best regards

    1. Hi Erik,

      Currently when installing Oracle Forms and Reports 11g R2 you can choose a development installation type. Unfortunately you must have weblogic installed prior to the forms installation. This is one of the suggestions we have for Form 12c and I’m keeping my fingers crossed.

      One idea we did at one of my clients is called virtual desktop using remote desktop. http://www.microsoft.com/download/en/details.aspx?id=9691
      On a 64 bit server we installed Forms developer on weblogic and all developers remote connect to the server and work.

      Hope this helps,

      Mia

  3. Thanks for the great information. Unfortunately, it hangs on Configure Classic Instance when creating the domain. I removed all entries from the PATH that contain spaces but there must still be something else wrong. I am configuring for a devleoper not deployment. Any ideas will be greatly appreciated. Thanks in advance.

    1. Did you try to run the path test?
      In cmd go to the following path
      D:\Oracle\Middleware\user_projects\domains\FRMDomain\bin

      and type the following command

      startweblogic.cmd

      If you get the result
      “_______________” was unexpected at this time.”
      It means you have a space or ( ) in your path variable.

  4. Sorry – I missed that test. I tried it and I am getting “\Java\jre6\lib\ext\QTJava.zip was unexpected at this time.”. Not sure what this is telling me Any ideas?

    1. That error means there is an illegal character in the path.
      What ever comes before \Java\jre6\lib\ext\QTJava.zip in your path environment variable is a character that is not allowed in the path.
      If you do not see anything that looks illegal, sometimes in the path are shortcuts like %Java_home% that then translate to a space or () in the path.

  5. PS – this file exists in the x86 32-bit directory (I have a 32-bit version of Java installed as well). Why would it be looking there?

    1. Actually CLASSPATH points to this directory but I don’t think I can change that w/o messing up my system, can I?

      1. You can try looking at another comment on this thred
        about using short names of directories.

        For 64-bit systems, the short name for the 64-bit Program Files folder is Progra~1 (same as on 32-bit systems); while the short name for the 32-bit Program Files (x86) folder is now Progra~2.
        You can replace this in the classpath of your system without messing up the system and this will remove the () and spaces from the path.

        Another option is to create a symbolic link: For example: MyDocs from the root directory to the c:\Users\User1\Documents directory, type:
        mklink /d \MyDocs c:\Users\User1\Documents
        You can also type mklink -help for more information.
        Good Luck but at least we got to the bottom of the issue 🙂

  6. Thanks. That definitely allowed me to run that script & now the configuration seems to be progressing.

  7. Hi Mia,
    I went through your document i am working on Installation on linux and migrating my current application designed on Forms 6i. Already i have converted all except for icon buttons that are giving problems. rest all system are working fine on Oracle Enterprise Linux 5 update 8 32 bit. After testing all i will upload setps for linux conversion. Can u suggest how to take care of icons.

  8. Thanks For the helpful tips
    It worked perfectly on Windows7 64
    I went through the rest of the document and found the
    InitialKeyboardState.PJC.jar
    I have been looking for a solution to this problem and have zero Java experience can you please provide more info on how to build or where to find this!

    Thanks in advance
    Wadih Kharma

    1. Hi,

      I’m glad I could help.
      The initial keyboard state solution is a very easy one.
      There is a detailed note on Oracle Support
      How To Change Input Locale Of A Text Item To Hebrew Automatically On Receiving Focus [ID 438648.1]

      Let me know if you have any other questions.
      Mia

  9. Hi guys, thanks for the very detailed info. I have followed all the steps, removed all spaces and funny characters and yet it still freezes at creating domain section! I am not sure if it’s got to do with the fact that I am using Windows Home Edition. See logs below: [2012-07-15T09:42:17.308+01:00] [as] [TRACE] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] [SRC_CLASS: oracle.as.install.engine.InstallEngine] [SRC_METHOD: bootstrap] Entered bootstrap [2012-07-15T09:42:17.496+01:00] [as] [TRACE] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] [SRC_CLASS: oracle.as.install.engine.InstallEngine] [SRC_METHOD: bootstrap] Exiting bootstrap [2012-07-15T09:42:17.496+01:00] [as] [TRACE] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] [SRC_CLASS: oracle.as.install.engine.InstallEngine] [SRC_METHOD: startOperation] Inside startOperation [2012-07-15T09:42:17.496+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] Logging Environment Variables [2012-07-15T09:42:17.496+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] USERPROFILE=C:UsersConstantine [2012-07-15T09:42:17.496+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] ProgramData=C:ProgramData [2012-07-15T09:42:17.496+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC [2012-07-15T09:42:17.496+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] JAVA_HOME=C:UsersConstantineAppDataLocalLowSunJavajdk1.7.0_05_x64 [2012-07-15T09:42:17.496+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] ProgramFiles(x86)=C:Program Files (x86) [2012-07-15T09:42:17.496+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] TEMP=c:temp [2012-07-15T09:42:17.496+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] SystemDrive=C: [2012-07-15T09:42:17.496+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] ProgramFiles=C:Program Files [2012-07-15T09:42:17.496+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] HOMEDRIVE=C: [2012-07-15T09:42:17.496+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] PROCESSOR_REVISION=2502 [2012-07-15T09:42:17.496+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] TNS_ADMIN=D:appConstantineproduct11.2.0dbhome_1NETWORKADMIN [2012-07-15T09:42:17.496+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] =C:=c:temp [2012-07-15T09:42:17.496+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] USERDOMAIN=TOSHIBA [2012-07-15T09:42:17.496+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] ALLUSERSPROFILE=C:ProgramData [2012-07-15T09:42:17.496+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] ProgramW6432=C:Program Files [2012-07-15T09:42:17.496+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 37 Stepping 2, GenuineIntel [2012-07-15T09:42:17.496+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] LD_LIBRARY_PATH=D:MIDDLEWAREOracle_FRHome1lib [2012-07-15T09:42:17.496+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] TMP=c:temp [2012-07-15T09:42:17.496+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] CommonProgramFiles=C:Program FilesCommon Files [2012-07-15T09:42:17.496+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] CLASSPATH=C:Windows [2012-07-15T09:42:17.496+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] LOGONSERVER=\\TOSHIBA [2012-07-15T09:42:17.496+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] PROCESSOR_ARCHITECTURE=AMD64 [2012-07-15T09:42:17.496+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] FP_NO_HOST_CHECK=NO [2012-07-15T09:42:17.496+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] OS=Windows_NT [2012-07-15T09:42:17.496+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] PATH=C:Windows;%WINDORSystem;%WINDOR%System32 [2012-07-15T09:42:17.496+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] HOMEPATH=UsersConstantine [2012-07-15T09:42:17.496+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] PROCESSOR_LEVEL=6 [2012-07-15T09:42:17.496+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] wv_gateway_cfg=D:Dev6listenercfgwdbsvr.app [2012-07-15T09:42:17.496+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] CommonProgramW6432=C:Program FilesCommon Files [2012-07-15T09:42:17.496+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] =D:=D:MIDDLEWAREOracle_FRHome1ouibin [2012-07-15T09:42:17.496+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] LOCALAPPDATA=C:UsersConstantineAppDataLocal [2012-07-15T09:42:17.496+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] COMPUTERNAME=TOSHIBA [2012-07-15T09:42:17.496+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] windir=C:Windows [2012-07-15T09:42:17.496+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] SystemRoot=C:Windows [2012-07-15T09:42:17.496+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] NUMBER_OF_PROCESSORS=4 [2012-07-15T09:42:17.496+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] USERNAME=Constantine [2012-07-15T09:42:17.496+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] PUBLIC=C:UsersPublic [2012-07-15T09:42:17.496+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] PSModulePath=C:Windowssystem32WindowsPowerShellv1.0Modules [2012-07-15T09:42:17.496+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] CommonProgramFiles(x86)=C:Program Files (x86)Common Files [2012-07-15T09:42:17.496+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] ComSpec=C:Windowssystem32cmd.exe [2012-07-15T09:42:17.496+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] APPDATA=C:UsersConstantineAppDataRoaming [2012-07-15T09:42:17.496+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] Logging System Properties [2012-07-15T09:42:17.496+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] java.vendor=Sun Microsystems Inc. [2012-07-15T09:42:17.496+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] sun.java.launcher=SUN_STANDARD [2012-07-15T09:42:17.496+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] sun.management.compiler=HotSpot 64-Bit Server Compiler [2012-07-15T09:42:17.496+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] os.name=Windows 7 [2012-07-15T09:42:17.496+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] sun.boot.class.path=c:tempOraInstall2012-07-15_09-42-14AMjrelibresources.jar;c:tempOraInstall2012-07-15_09-42-14AMjrelibrt.jar;c:tempOraInstall2012-07-15_09-42-14AMjrelibsunrsasign.jar;c:tempOraInstall2012-07-15_09-42-14AMjrelibjsse.jar;c:tempOraInstall2012-07-15_09-42-14AMjrelibjce.jar;c:tempOraInstall2012-07-15_09-42-14AMjrelibcharsets.jar;c:tempOraInstall2012-07-15_09-42-14AMjrelibmodulesjdk.boot.jar;c:tempOraInstall2012-07-15_09-42-14AMjreclasses [2012-07-15T09:42:17.496+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] sun.desktop=windows [2012-07-15T09:42:17.496+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] java.vm.specification.vendor=Sun Microsystems Inc. [2012-07-15T09:42:17.496+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] java.runtime.version=1.6.0_24-b50 [2012-07-15T09:42:17.496+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] user.name=Constantine [2012-07-15T09:42:17.496+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] oracle.install.engine.bootstrap.location=c:tempOraInstall2012-07-15_09-42-14AMouijlib [2012-07-15T09:42:17.496+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] oracle.installer.prereqConfigLoc=c:tempOraInstall2012-07-15_09-42-14AMprereq [2012-07-15T09:42:17.496+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] START_TIME=1342341736560 [2012-07-15T09:42:17.496+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] user.language=en [2012-07-15T09:42:17.496+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] sun.boot.library.path=c:tempOraInstall2012-07-15_09-42-14AMjrebin [2012-07-15T09:42:17.496+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] java.version=1.6.0_24 [2012-07-15T09:42:17.496+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] user.timezone=Europe/London [2012-07-15T09:42:17.496+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] oracle.install.engine.operation=init [2012-07-15T09:42:17.496+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] sun.arch.data.model=64 [2012-07-15T09:42:17.496+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] oracle.installer.exec_location=D:MIDDLEWAREOracle_FRHome1ouibinsetup.exe [2012-07-15T09:42:17.496+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] java.endorsed.dirs=c:tempOraInstall2012-07-15_09-42-14AMjrelibendorsed [2012-07-15T09:42:17.496+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] sun.cpu.isalist=amd64 [2012-07-15T09:42:17.496+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] sun.jnu.encoding=Cp1252 [2012-07-15T09:42:17.496+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] file.encoding.pkg=sun.io [2012-07-15T09:42:17.511+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] file.separator= [2012-07-15T09:42:17.511+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] java.specification.name=Java Platform API Specification [2012-07-15T09:42:17.511+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] oracle.installer.library_loc=c:tempOraInstall2012-07-15_09-42-14AMouilibwin64 [2012-07-15T09:42:17.511+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] java.class.version=50.0 [2012-07-15T09:42:17.511+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] user.country=GB [2012-07-15T09:42:17.511+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] BOOTSTRAP_DIR=c:tempOraInstall2012-07-15_09-42-14AM [2012-07-15T09:42:17.511+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] oracle.install.engine.mode=init [2012-07-15T09:42:17.511+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] java.home=c:tempOraInstall2012-07-15_09-42-14AMjre [2012-07-15T09:42:17.511+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] oracle.install.engine.launch.time=2012-07-15_09-42-14AM [2012-07-15T09:42:17.511+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] java.vm.info=mixed mode [2012-07-15T09:42:17.511+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] os.version=6.1 [2012-07-15T09:42:17.511+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] oracle.config.mode=true [2012-07-15T09:42:17.511+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] path.separator=; [2012-07-15T09:42:17.511+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] java.vm.version=19.1-b02 [2012-07-15T09:42:17.511+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] user.variant= [2012-07-15T09:42:17.511+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] java.awt.printerjob=sun.awt.windows.WPrinterJob [2012-07-15T09:42:17.511+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] sun.io.unicode.encoding=UnicodeLittle [2012-07-15T09:42:17.511+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] awt.toolkit=sun.awt.windows.WToolkit [2012-07-15T09:42:17.511+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] oracle.installer.oui_loc=c:tempOraInstall2012-07-15_09-42-14AMoui [2012-07-15T09:42:17.511+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] user.home=C:UsersConstantine [2012-07-15T09:42:17.511+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] oracle.installer.startup_location=D:MIDDLEWAREOracle_FRHome1ouibin [2012-07-15T09:42:17.511+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] java.specification.vendor=Sun Microsystems Inc. [2012-07-15T09:42:17.511+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] oracle.install.engine.config.longterm=true [2012-07-15T09:42:17.511+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] java.library.path=c:tempOraInstall2012-07-15_09-42-14AMjrebin;.;C:WindowsSunJavabin;C:Windowssystem32;C:Windows;C:Windows;%WINDORSystem;%WINDOR%System32 [2012-07-15T09:42:17.511+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] java.vendor.url=http://java.sun.com/ [2012-07-15T09:42:17.511+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] oracle.installer.nlsEnabled=TRUE [2012-07-15T09:42:17.511+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] java.vm.vendor=Sun Microsystems Inc. [2012-07-15T09:42:17.511+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] java.runtime.name=Java(TM) SE Runtime Environment [2012-07-15T09:42:17.511+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] java.class.path=c:tempOraInstall2012-07-15_09-42-14AM;;c:tempOraInstall2012-07-15_09-42-14AMextjlibccrQueries.jar;c:tempOraInstall2012-07-15_09-42-14AMextjlibclassic.jar;c:tempOraInstall2012-07-15_09-42-14AMextjlibcommonutils.jar;c:tempOraInstall2012-07-15_09-42-14AMextjlibcr2installhelp.jar;c:tempOraInstall2012-07-15_09-42-14AMextjlibdms.jar;c:tempOraInstall2012-07-15_09-42-14AMextjlibengine.jar;c:tempOraInstall2012-07-15_09-42-14AMextjlibenginehelp.jar;c:tempOraInstall2012-07-15_09-42-14AMextjlibfootprint.xml;c:tempOraInstall2012-07-15_09-42-14AMextjlibGetVolumeInfo.dll;c:tempOraInstall2012-07-15_09-42-14AMextjlibglassfish.jaxb.xjc_1.0.0.0_2-1-12.jar;c:tempOraInstall2012-07-15_09-42-14AMextjlibglassfish.jaxb_1.0.0.0_2-1-12.jar;c:tempOraInstall2012-07-15_09-42-14AMextjlibidentitystore.jar;c:tempOraInstall2012-07-15_09-42-14AMextjlibidentityutils.jar;c:tempOraInstall2012-07-15_09-42-14AMextjlibinstall.properties;c:tempOraInstall2012-07-15_09-42-14AMextjlibldapjclnt11.jar;c:tempOraInstall2012-07-15_09-42-14AMextjliblog-config.xml;c:tempOraInstall2012-07-15_09-42-14AMextjlibmessage.jar;c:tempOraInstall2012-07-15_09-42-14AMextjlibojdbc6.jar;c:tempOraInstall2012-07-15_09-42-14AMextjlibojdl-log4j.jar;c:tempOraInstall2012-07-15_09-42-14AMextjlibojdl.jar;c:tempOraInstall2012-07-15_09-42-14AMextjlibojdl2.jar;c:tempOraInstall2012-07-15_09-42-14AMextjliboneclick.jar;c:tempOraInstall2012-07-15_09-42-14AMextjliboneofftool.jar;c:tempOraInstall2012-07-15_09-42-14AMextjliboraclepki.jar;c:tempOraInstall2012-07-15_09-42-14AMextjliborai18n-mapping.jar;c:tempOraInstall2012-07-15_09-42-14AMextjliborai18n-utility.jar;c:tempOraInstall2012-07-15_09-42-14AMextjlibosdt_cert.jar;c:tempOraInstall2012-07-15_09-42-14AMextjlibosdt_core.jar;c:tempOraInstall2012-07-15_09-42-14AMextjlibossoreg.jar;c:tempOraInstall2012-07-15_09-42-14AMextjlibSchemaVersion.jar;c:tempOraInstall2012-07-15_09-42-14AMextjlibSysInfo.dll;c:tempOraInstall2012-07-15_09-42-14AMextjlibtemplate.jar;c:tempOraInstall2012-07-15_09-42-14AMextjlibWindowsFolders.jar;c:tempOraInstall2012-07-15_09-42-14AMextjlibxml.jar;c:tempOraInstall2012-07-15_09-42-14AMextjlibxmlparserv2.jar;;c:tempOraInstall2012-07-15_09-42-14AMouijlibOraInstaller.jar;c:tempOraInstall2012-07-15_09-42-14AMouijliboneclick.jar;c:tempOraInstall2012-07-15_09-42-14AMouijlibxmlparserv2.jar;c:tempOraInstall2012-07-15_09-42-14AMouijlibshare.jar;c:tempOraInstall2012-07-15_09-42-14AMouijlibOraInstallerNet.jar;c:tempOraInstall2012-07-15_09-42-14AMouijlibemocmutl.jar;c:tempOraInstall2012-07-15_09-42-14AMouijlibemCfg.jar;c:tempOraInstall2012-07-15_09-42-14AMouijlibOraPrereq.jar;c:tempOraInstall2012-07-15_09-42-14AMouijlibjsch.jar;c:tempOraInstall2012-07-15_09-42-14AMouijlibssh.jar;c:tempOraInstall2012-07-15_09-42-14AMouijlibremoteinterfaces.jar;c:tempOraInstall2012-07-15_09-42-14AMouijlibhttp_client.jar;c:tempOraInstall2012-07-15_09-42-14AMouijlibOraSuiteInstaller.jar;c:tempOraInstall2012-07-15_09-42-14AMOPatchjlibopatch.jar;c:tempOraInstall2012-07-15_09-42-14AMOPatchjlibopatchactions.jar;c:tempOraInstall2012-07-15_09-42-14AMOPatchjlibopatchprereq.jar;c:tempOraInstall2012-07-15_09-42-14AMOPatchjlibopatchutil.jar;c:tempOraInstall2012-07-15_09-42-14AMouijlibInstImages.jar;c:tempOraInstall2012-07-15_09-42-14AMouijlibInstHelp.jar;c:tempOraInstall2012-07-15_09-42-14AMouijlibInstHelp_de.jar;c:tempOraInstall2012-07-15_09-42-14AMouijlibInstHelp_es.jar;c:tempOraInstall2012-07-15_09-42-14AMouijlibInstHelp_fr.jar;c:tempOraInstall2012-07-15_09-42-14AMouijlibInstHelp_it.jar;c:tempOraInstall2012-07-15_09-42-14AMouijlibInstHelp_ja.jar;c:tempOraInstall2012-07-15_09-42-14AMouijlibInstHelp_ko.jar;c:tempOraInstall2012-07-15_09-42-14AMouijlibInstHelp_pt_BR.jar;c:tempOraInstall2012-07-15_09-42-14AMouijlibInstHelp_zh_CN.jar;c:tempOraInstall2012-07-15_09-42-14AMouijlibInstHelp_zh_TW.jar;c:tempOraInstall2012-07-15_09-42-14AMouijliboracle_ice.jar;c:tempOraInstall2012-07-15_09-42-14AMouijlibhelp4.jar;c:tempOraInstall2012-07-15_09-42-14AMouijlibhelp4-nls.jar;c:tempOraInstall2012-07-15_09-42-14AMouijlibewt3.jar;c:tempOraInstall2012-07-15_09-42-14AMouijlibewt3-swingaccess.jar;c:tempOraInstall2012-07-15_09-42-14AMouijlibewt3-nls.jar;c:tempOraInstall2012-07-15_09-42-14AMouijlibswingaccess.jar;;c:tempOraInstall2012-07-15_09-42-14AMouijlibjewt4.jar;c:tempOraInstall2012-07-15_09-42-14AMouijlibjewt4-nls.jar;c:tempOraInstall2012-07-15_09-42-14AMouijliborai18n-collation.jar;c:tempOraInstall2012-07-15_09-42-14AMouijliborai18n-mapping.jar;c:tempOraInstall2012-07-15_09-42-14AMouijlibojmisc.jar;c:tempOraInstall2012-07-15_09-42-14AMouijlibxml.jar;c:tempOraInstall2012-07-15_09-42-14AMouijlibsrvm.jar;c:tempOraInstall2012-07-15_09-42-14AMouijlibclasses12.jar [2012-07-15T09:42:17.511+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] oracle.install.engine.log.dir=C:Program FilesOracleInventorylogs [2012-07-15T09:42:17.511+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] java.vm.specification.name=Java Virtual Machine Specification [2012-07-15T09:42:17.511+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] java.vm.specification.version=1.0 [2012-07-15T09:42:17.511+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] sun.cpu.endian=little [2012-07-15T09:42:17.511+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] sun.os.patch.level= [2012-07-15T09:42:17.511+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] oracle.install.engine.modules.install.log.file=install2012-07-15_09-42-14AM.log [2012-07-15T09:42:17.511+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] oracle.as.config.log.file=configActions2012-07-15_09-42-14AM.log [2012-07-15T09:42:17.511+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] oracle.core.ojdl.logging.config.file=c:tempOraInstall2012-07-15_09-42-14AMextjliblog-config.xml [2012-07-15T09:42:17.511+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] oracle.installer.jre_loc=....jre [2012-07-15T09:42:17.511+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] java.io.tmpdir=c:temp [2012-07-15T09:42:17.511+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] java.vendor.url.bug=http://java.sun.com/cgi-bin/bugreport.cgi [2012-07-15T09:42:17.511+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] os.arch=amd64 [2012-07-15T09:42:17.511+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] java.awt.graphicsenv=sun.awt.Win32GraphicsEnvironment [2012-07-15T09:42:17.511+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] java.util.logging.config.class=oracle.core.ojdl.logging.LoggingConfiguration [2012-07-15T09:42:17.511+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] java.ext.dirs=c:tempOraInstall2012-07-15_09-42-14AMjrelibext;C:WindowsSunJavalibext [2012-07-15T09:42:17.511+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] oracle.install.engine.log.file=install2012-07-15_09-42-14AM.log [2012-07-15T09:42:17.511+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] user.dir=c:temp [2012-07-15T09:42:17.511+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] awt.useSystemAAFontSettings=lcd [2012-07-15T09:42:17.511+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] line.separator=[[ ]] [2012-07-15T09:42:17.511+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] java.vm.name=Java HotSpot(TM) 64-Bit Server VM [2012-07-15T09:42:17.511+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] oracle.installer.oh_admin_acl=true [2012-07-15T09:42:17.511+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] file.encoding=Cp1252 [2012-07-15T09:42:17.511+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] oracle.installer.bootstrap=TRUE [2012-07-15T09:42:17.511+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] java.specification.version=1.6 [2012-07-15T09:42:17.511+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] oracle.install.shiphome.location=c:tempOraInstall2012-07-15_09-42-14AMouijlib [2012-07-15T09:42:17.511+01:00] [as] [TRACE] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] [SRC_CLASS: oracle.as.install.engine.InstallEngine] [SRC_METHOD: startOperation] Engine Config File:oracle/as/install/engine/external/EngineConfig.xml [2012-07-15T09:42:17.839+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] Setting property:oracle.as.install.engine.roadmap value:roadmap.xml [2012-07-15T09:42:17.839+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] Setting property:oracle.as.install.engine.input.parser value:oracle.as.install.engine.modules.input.util.RoadMapParser [2012-07-15T09:42:17.839+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] Setting property:oracle.as.install.engine.jar.name value:engine.jar [2012-07-15T09:42:17.839+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] Setting property:oracle.as.install.engine.jar.location value:/ext/jlib/ [2012-07-15T09:42:17.839+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] Setting property:oracle.as.install.engine.install.properties value:install.properties [2012-07-15T09:42:17.839+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] Setting property:oracle.install.engine.config.location value:/oracle/config [2012-07-15T09:42:17.839+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] Setting property:oracle.as.install.engine.shiphome.jar value:shiphome.jar [2012-07-15T09:42:17.839+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] Setting property:oracle.as.install.engine.checkpoint.fileName value:checkpoint.xml [2012-07-15T09:42:17.839+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] Setting property:oracle.as.install.engine.checkpoint.parser value:oracle.as.install.engine.modules.checkpoint.util.CheckpointParser [2012-07-15T09:42:17.839+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] Setting property:oracle.as.install.engine.validation.xmlFileName value:handlerMaster.xml [2012-07-15T09:42:17.839+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] Setting property:oracle.as.install.engine.validation.parser value:oracle.as.install.engine.modules.handler.config.lib.util.HandlerMasterParser [2012-07-15T09:42:17.839+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] Setting property:oracle.as.install.engine.validation.handlerDir value:handlers [2012-07-15T09:42:17.839+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] Setting property:oracle.as.install.engine.install.xmlFileName value:installData.xml [2012-07-15T09:42:17.839+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] Setting property:oracle.as.install.engine.installData.parser value:oracle.as.install.engine.modules.install.util.InstallDataParser [2012-07-15T09:42:17.839+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] Setting property:oracle.as.install.engine.config.xmlFileName value:configTools.xml [2012-07-15T09:42:17.839+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] Setting property:oracle.as.install.engine.config.parser value:oracle.as.install.engine.modules.configuration.standard.XMLSystemLoader [2012-07-15T09:42:17.839+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] Setting property:oracle.as.install.engine.networkxml.location value:/oracle/as/install/engine/external/Network.xml [2012-07-15T09:42:17.854+01:00] [as] [TRACE] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] [SRC_CLASS: oracle.as.install.engine.InstallEngine] [SRC_METHOD: initialize] Entered initialize [2012-07-15T09:42:17.854+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] Setting valueOf(CONFIG_LONGTERM) to:true. Value obtained from:USER [2012-07-15T09:42:17.870+01:00] [as] [TRACE] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] [SRC_CLASS: oracle.as.install.engine.modules.input.CommandLineInterpreter] [SRC_METHOD: parse] Bootstrap location: c:tempOraInstall2012-07-15_09-42-14AM [2012-07-15T09:42:17.870+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] Did not find CommandLineOptions.xml in jar. Continuing. [2012-07-15T09:42:17.870+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] Setting Operation Parameters for:WeblogicConfigOnly [2012-07-15T09:42:17.870+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] Setting property:oracle.as.install.engine.roadmap value:roadmap_weblogicconfig.xml [2012-07-15T09:42:17.870+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] Setting property:oracle.as.install.engine.install.properties value:install.properties.weblogicconfig [2012-07-15T09:42:17.870+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] Setting valueOf(ORACLE_HOME) to:D:MIDDLEWAREOracle_FRHome1. Value obtained from:Command Line [2012-07-15T09:42:17.870+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] Setting valueOf(ORACLE_HOME) to:D:MIDDLEWAREOracle_FRHome1. Value obtained from:USER [2012-07-15T09:42:17.870+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] Setting valueOf(Doracle.config.mode) to:true. Value obtained from:Command Line [2012-07-15T09:42:17.870+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] Setting valueOf(Doracle.config.mode) to:true. Value obtained from:USER [2012-07-15T09:42:17.870+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] Operation: WeblogicConfigOnly [2012-07-15T09:42:17.870+01:00] [as] [TRACE:16] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] [SRC_CLASS: oracle.as.install.engine.datamodel.content.DataCenter$CommandLineContent] [SRC_METHOD: initialize] No command line install variables to process. [2012-07-15T09:42:17.870+01:00] [as] [TRACE] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] [SRC_CLASS: oracle.as.install.engine.InstallEngine] [SRC_METHOD: initialize] Exiting initialize [2012-07-15T09:42:17.870+01:00] [as] [TRACE] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] [SRC_CLASS: oracle.as.install.engine.InstallEngine] [SRC_METHOD: findOperationAndMode] Specified Engine Operation: WeblogicConfigOnly [2012-07-15T09:42:17.870+01:00] [as] [TRACE:16] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] [SRC_CLASS: oracle.as.install.engine.InstallEngine] [SRC_METHOD: processAndLaunchModules] ENTRY [2012-07-15T09:42:17.870+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] Launching Operation:WeblogicConfigOnly [2012-07-15T09:42:17.870+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] Initializing Module:input [2012-07-15T09:42:17.870+01:00] [as] [TRACE] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] [SRC_CLASS: oracle.as.install.engine.InstallEngine] [SRC_METHOD: launchModule] Entering launchModule [2012-07-15T09:42:17.870+01:00] [as] [TRACE] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] [SRC_CLASS: oracle.as.install.engine.InstallEngine] [SRC_METHOD: launchModule] launchModule (name)input [2012-07-15T09:42:17.870+01:00] [as] [TRACE] [] [oracle.as.install.engine.modules.input] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] [SRC_CLASS: oracle.as.install.engine.modules.util.PartnerModuleImpl] [SRC_METHOD: launchModule] IMPL: launchModule () [2012-07-15T09:42:17.870+01:00] [as] [TRACE] [] [oracle.as.install.engine.modules.input] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] [SRC_CLASS: oracle.as.install.engine.modules.input.InputModule] [SRC_METHOD: launchModule] Starting Input Module: [2012-07-15T09:42:17.870+01:00] [as] [TRACE] [] [oracle.as.install.engine.modules.input] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] [SRC_CLASS: oracle.as.install.engine.modules.input.InputModule] [SRC_METHOD: processInputOperation] Entering processInputOperation [2012-07-15T09:42:17.886+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.input] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] Begin parsing: /oracle/as/install/classic/config/roadmap_weblogicconfig.xml [2012-07-15T09:42:17.886+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] Adding to classpath:file:/c:/temp/OraInstall2012-07-15_09-42-14AM/ext/jlib/classic.jar [2012-07-15T09:42:17.886+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] Adding to classpath:file:/c:/temp/OraInstall2012-07-15_09-42-14AM/ext/jlib/template.jar [2012-07-15T09:42:17.886+01:00] [as] [TRACE] [] [oracle.as.install.engine.modules.input] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] [SRC_CLASS: oracle.as.install.engine.modules.input.util.RoadMapParser] [SRC_METHOD: endElement] Next Pages: oracle.as.install.engine.modules.input.config.navigation.PageNavigationDataImpl@5b7b0998 [2012-07-15T09:42:17.886+01:00] [as] [TRACE] [] [oracle.as.install.engine.modules.input] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] [SRC_CLASS: oracle.as.install.engine.modules.input.util.RoadMapParser] [SRC_METHOD: endElement] Next Pages: oracle.as.install.engine.modules.input.config.navigation.PageNavigationDataImpl@6ab30913 [2012-07-15T09:42:17.886+01:00] [as] [TRACE] [] [oracle.as.install.engine.modules.input] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] [SRC_CLASS: oracle.as.install.engine.modules.input.util.RoadMapParser] [SRC_METHOD: endElement] Next Pages: oracle.as.install.engine.modules.input.config.navigation.PageNavigationDataImpl@1018f51f [2012-07-15T09:42:17.886+01:00] [as] [TRACE] [] [oracle.as.install.engine.modules.input] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] [SRC_CLASS: oracle.as.install.engine.modules.input.util.RoadMapParser] [SRC_METHOD: endElement] Next Pages: oracle.as.install.engine.modules.input.config.navigation.PageNavigationDataImpl@4f2b6c89 [2012-07-15T09:42:17.901+01:00] [as] [TRACE] [] [oracle.as.install.engine.modules.input] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] [SRC_CLASS: oracle.as.install.engine.modules.input.util.RoadMapParser] [SRC_METHOD: endElement] Next Pages: oracle.as.install.engine.modules.input.config.navigation.PageNavigationDataImpl@33682598 [2012-07-15T09:42:17.901+01:00] [as] [TRACE] [] [oracle.as.install.engine.modules.input] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] [SRC_CLASS: oracle.as.install.engine.modules.input.util.RoadMapParser] [SRC_METHOD: endElement] Next Pages: oracle.as.install.engine.modules.input.config.navigation.PageNavigationDataImpl@7a7c3885 [2012-07-15T09:42:17.901+01:00] [as] [TRACE] [] [oracle.as.install.engine.modules.input] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] [SRC_CLASS: oracle.as.install.engine.modules.input.util.RoadMapParser] [SRC_METHOD: endElement] Next Pages: oracle.as.install.engine.modules.input.config.navigation.PageNavigationDataImpl@7162e295 [2012-07-15T09:42:17.901+01:00] [as] [TRACE] [] [oracle.as.install.engine.modules.input] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] [SRC_CLASS: oracle.as.install.engine.modules.input.util.RoadMapParser] [SRC_METHOD: endElement] Next Pages: oracle.as.install.engine.modules.input.config.navigation.PageNavigationDataImpl@1309de5b [2012-07-15T09:42:17.901+01:00] [as] [TRACE] [] [oracle.as.install.engine.modules.input] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] [SRC_CLASS: oracle.as.install.engine.modules.input.util.RoadMapParser] [SRC_METHOD: endElement] Next Pages: oracle.as.install.engine.modules.input.config.navigation.PageNavigationDataImpl@6ce53220 [2012-07-15T09:42:17.901+01:00] [as] [TRACE] [] [oracle.as.install.engine.modules.input] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] [SRC_CLASS: oracle.as.install.engine.modules.input.util.RoadMapParser] [SRC_METHOD: endElement] Next Pages: oracle.as.install.engine.modules.input.config.navigation.PageNavigationDataImpl@3b3e0aba [2012-07-15T09:42:17.901+01:00] [as] [TRACE] [] [oracle.as.install.engine.modules.input] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] [SRC_CLASS: oracle.as.install.engine.modules.input.util.RoadMapParser] [SRC_METHOD: endElement] Next Pages: oracle.as.install.engine.modules.input.config.navigation.PageNavigationDataImpl@663257b8 [2012-07-15T09:42:17.901+01:00] [as] [TRACE] [] [oracle.as.install.engine.modules.input] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] [SRC_CLASS: oracle.as.install.engine.modules.input.util.RoadMapParser] [SRC_METHOD: endElement] Next Pages: oracle.as.install.engine.modules.input.config.navigation.PageNavigationDataImpl@7e859a68 [2012-07-15T09:42:17.901+01:00] [as] [TRACE] [] [oracle.as.install.engine.modules.input] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] [SRC_CLASS: oracle.as.install.engine.modules.input.util.RoadMapParser] [SRC_METHOD: endElement] Next Pages: oracle.as.install.engine.modules.input.config.navigation.PageNavigationDataImpl@755c62bc [2012-07-15T09:42:17.901+01:00] [as] [TRACE] [] [oracle.as.install.engine.modules.input] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] [SRC_CLASS: oracle.as.install.engine.modules.input.util.RoadMapParser] [SRC_METHOD: endElement] Next Pages: oracle.as.install.engine.modules.input.config.navigation.PageNavigationDataImpl@45660d6 [2012-07-15T09:42:17.901+01:00] [as] [TRACE] [] [oracle.as.install.engine.modules.input] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] [SRC_CLASS: oracle.as.install.engine.modules.input.util.RoadMapParser] [SRC_METHOD: endElement] Next Pages: oracle.as.install.engine.modules.input.config.navigation.PageNavigationDataImpl@42ef83d3 [2012-07-15T09:42:17.901+01:00] [as] [TRACE] [] [oracle.as.install.engine.modules.input] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] [SRC_CLASS: oracle.as.install.engine.modules.input.util.RoadMapParser] [SRC_METHOD: endElement] Next Pages: oracle.as.install.engine.modules.input.config.navigation.PageNavigationDataImpl@7ab7b3f9 [2012-07-15T09:42:17.901+01:00] [as] [TRACE] [] [oracle.as.install.engine.modules.input] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] [SRC_CLASS: oracle.as.install.engine.modules.input.util.RoadMapParser] [SRC_METHOD: endElement] Next Pages: oracle.as.install.engine.modules.input.config.navigation.PageNavigationDataImpl@3801318b [2012-07-15T09:42:17.901+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.input] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] INFOFinished parsing: /oracle/as/install/classic/config/roadmap_weblogicconfig.xml [2012-07-15T09:42:17.901+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.input] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] INFOBegin parsing: /oracle/as/install/classic/config/WelcomeClassicPage.xml [2012-07-15T09:42:17.917+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] Setting valueOf(WELCOME_PAGE_SKIP_CHECKBOX) to:false. Value obtained from:USER [2012-07-15T09:42:17.917+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.input] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] Finished parsing: /oracle/as/install/classic/config/WelcomeClassicPage.xml [2012-07-15T09:42:17.917+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.input] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] INFOBegin parsing: /oracle/as/install/classic/config/SelectInstallType.xml [2012-07-15T09:42:17.917+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] Setting valueOf(CONFIGURE_FOR_DEVELOPMENT) to:false. Value obtained from:USER [2012-07-15T09:42:17.917+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] Setting valueOf(CONFIGURE_FOR_DEPLOYMENT) to:false. Value obtained from:USER [2012-07-15T09:42:17.917+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] Setting valueOf(LONG_TERM) to:false. Value obtained from:USER [2012-07-15T09:42:17.917+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.input] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] Finished parsing: /oracle/as/install/classic/config/SelectInstallType.xml [2012-07-15T09:42:17.917+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.input] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] INFOBegin parsing: /oracle/as/install/classic/config/SpecifyOCMDetails.xml [2012-07-15T09:42:17.917+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] Setting valueOf(MYORACLESUPPORT_USERNAME) to:. Value obtained from:USER [2012-07-15T09:42:17.917+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] Setting valueOf(MYORACLESUPPORT_PASSWORD) to:. Value obtained from:USER [2012-07-15T09:42:17.917+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] Setting valueOf(DECLINE_SECURITY_UPDATES) to:true. Value obtained from:USER [2012-07-15T09:42:17.917+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] Setting valueOf(SECURITY_UPDATES_VIA_MYORACLESUPPORT) to:. Value obtained from:USER [2012-07-15T09:42:17.917+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] Setting valueOf(PROXY_HOST) to:. Value obtained from:USER [2012-07-15T09:42:17.917+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] Setting valueOf(PROXY_PORT) to:. Value obtained from:USER [2012-07-15T09:42:17.917+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] Setting valueOf(PROXY_USER) to:. Value obtained from:USER [2012-07-15T09:42:17.917+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] Setting valueOf(PROXY_PWD) to:. Value obtained from:USER [2012-07-15T09:42:17.917+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] Setting valueOf(COLLECTOR_SUPPORTHUB_URL) to:. Value obtained from:USER [2012-07-15T09:42:17.917+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] Setting valueOf(IS_GUI_INSTALL) to:false. Value obtained from:USER [2012-07-15T09:42:17.932+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] Setting valueOf(m_isOCMToBeShownInSummaryScreen) to:false. Value obtained from:USER [2012-07-15T09:42:17.932+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.input] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] Finished parsing: /oracle/as/install/classic/config/SpecifyOCMDetails.xml [2012-07-15T09:42:17.932+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.input] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] INFOBegin parsing: /oracle/as/install/classic/config/SpecifyClassicHomeInformationPage.xml [2012-07-15T09:42:17.932+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] Setting valueOf(INVALID_CHAR_MSG_STRING) to:unknown. Value obtained from:USER [2012-07-15T09:42:17.932+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] Setting valueOf(ORACLE_DIRECTOR_NAME) to:MWHome_. Value obtained from:USER [2012-07-15T09:42:17.932+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] Setting valueOf(MW_HOME) to:MWHome_. Value obtained from:USER [2012-07-15T09:42:17.932+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] Setting valueOf(WL_HOME) to:. Value obtained from:USER [2012-07-15T09:42:17.932+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] Setting valueOf(INSTANCE_HOME) to:Instance_. Value obtained from:USER [2012-07-15T09:42:17.932+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] Setting valueOf(INSTANCE_NAME) to:Instance_. Value obtained from:USER [2012-07-15T09:42:17.932+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] Setting valueOf(AVAILABLE ORACLE HOME NAMES) to:. Value obtained from:USER [2012-07-15T09:42:17.932+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] Setting valueOf(AVAILABLE ORACLE HOME LOCATION) to:. Value obtained from:USER [2012-07-15T09:42:17.932+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] Setting valueOf(AVAILABLE MW HOME LOCATION) to:. Value obtained from:USER [2012-07-15T09:42:17.932+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] Setting valueOf(AVAILABLE INSTANCES IN DOMAIN) to:. Value obtained from:USER [2012-07-15T09:42:17.932+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] Setting valueOf(IS CHECKPOINT ENABLED) to:false. Value obtained from:USER [2012-07-15T09:42:17.932+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] Setting valueOf(IS_GUI_INSTALL) to:false. Value obtained from:USER [2012-07-15T09:42:17.932+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] Setting valueOf(m_OraDirNameFieldValue) to:Oracle Home Directory. Value obtained from:USER [2012-07-15T09:42:17.932+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.input] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] Finished parsing: /oracle/as/install/classic/config/SpecifyClassicHomeInformationPage.xml [2012-07-15T09:42:17.948+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.input] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] INFOBegin parsing: /oracle/as/install/classic/config/DomainSelectionOptionsPage.xml [2012-07-15T09:42:17.948+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] Setting valueOf(INVALID_PASSWD_CHAR_MSG_STRING) to:unknown. Value obtained from:USER [2012-07-15T09:42:17.948+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] Setting valueOf(INVALID_TEXT_CHAR_MSG_STRING) to:unknown. Value obtained from:USER [2012-07-15T09:42:17.948+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] Setting valueOf(CREATE_DOMAIN) to:false. Value obtained from:USER [2012-07-15T09:42:17.948+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] Setting valueOf(EXTEND_DOMAIN) to:false. Value obtained from:USER [2012-07-15T09:42:17.948+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] Setting valueOf(EXPAND_CLUSTER) to:false. Value obtained from:USER [2012-07-15T09:42:17.948+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] Setting valueOf(DOMAIN_NAME) to:. Value obtained from:USER [2012-07-15T09:42:17.948+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] Setting valueOf(DOMAIN_LOCATION) to:. Value obtained from:USER [2012-07-15T09:42:17.948+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] Setting valueOf(DOMAIN_HOSTNAME) to:. Value obtained from:USER [2012-07-15T09:42:17.948+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] Setting valueOf(DOMAIN_PORT) to:. Value obtained from:USER [2012-07-15T09:42:17.948+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] Setting valueOf(ADMIN_USER_NAME) to:fmwadmin. Value obtained from:USER [2012-07-15T09:42:17.948+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] Setting valueOf(ADMIN_PASSWORD) to:. Value obtained from:USER [2012-07-15T09:42:17.948+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] Setting valueOf(ADMIN_CONFIRM_PASSWORD) to:. Value obtained from:USER [2012-07-15T09:42:17.948+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] Setting valueOf(DOMAIN_HOME_LOCATION) to:. Value obtained from:USER [2012-07-15T09:42:17.964+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.input] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] Finished parsing: /oracle/as/install/classic/config/DomainSelectionOptionsPage.xml [2012-07-15T09:42:17.964+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.input] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] INFOBegin parsing: /oracle/as/install/classic/config/ConfigureComponentsClassicPage.xml [2012-07-15T09:42:17.964+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] Setting valueOf(CONFIGURE_APPLICATIONS_PAGE_INSTALL_DEMO_CHECKBOX) to:false. Value obtained from:USER [2012-07-15T09:42:17.964+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] Setting valueOf(COMPONENT_CONFIGURATION_ROOT) to:false. Value obtained from:USER [2012-07-15T09:42:17.964+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] Setting valueOf(CONFIG_RUNTIME_COMPONENTS) to:true. Value obtained from:USER [2012-07-15T09:42:17.964+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] Setting valueOf(CONFIGURE_PORTAL) to:false. Value obtained from:USER [2012-07-15T09:42:17.964+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] Setting valueOf(CONFIGURE_FORMS) to:true. Value obtained from:USER [2012-07-15T09:42:17.964+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] Setting valueOf(CONFIGURE_REPORTS) to:true. Value obtained from:USER [2012-07-15T09:42:17.964+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] Setting valueOf(CONFIGURE_DISCO) to:false. Value obtained from:USER [2012-07-15T09:42:17.964+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] Setting valueOf(CONFIG_DEVELOPER_TOOLS) to:false. Value obtained from:USER [2012-07-15T09:42:17.964+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] Setting valueOf(CONFIGURE_FORMS_BUILDER) to:false. Value obtained from:USER [2012-07-15T09:42:17.964+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] Setting valueOf(CONFIGURE_REPORTS_BUILDER) to:false. Value obtained from:USER [2012-07-15T09:42:17.964+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] Setting valueOf(CONFIG_SYSTEM_COMPONENT) to:true. Value obtained from:USER [2012-07-15T09:42:17.964+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] Setting valueOf(CONFIGURE_OHS) to:false. Value obtained from:USER [2012-07-15T09:42:17.964+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] Setting valueOf(CONFIGURE_WEB_CACHE) to:false. Value obtained from:USER [2012-07-15T09:42:17.964+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] Setting valueOf(CONFIGURE_ORACLE_CONFIGURATION_MANAGER_DETAILS) to:false. Value obtained from:USER [2012-07-15T09:42:17.964+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] Setting valueOf(CONFIG_MANAGEMENT_COMPONENT) to:true. Value obtained from:USER [2012-07-15T09:42:17.964+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] Setting valueOf(ENTERPRISE_MANAGEMENT) to:true. Value obtained from:USER [2012-07-15T09:42:17.964+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] Setting valueOf(CREATE_CLUSTERED) to:false. Value obtained from:USER [2012-07-15T09:42:17.964+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] Setting valueOf(EXISTING_CLUSTERS_IN_DOMAIN) to:false. Value obtained from:USER [2012-07-15T09:42:17.964+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] Setting valueOf(EXISTING_SERVERS_IN_DOMAIN) to:false. Value obtained from:USER [2012-07-15T09:42:17.964+01:00] [as] [TRACE] [] [oracle.as.install.engine.modules.input.config.pagedata.relation.PageRuleManager] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] [SRC_CLASS: oracle.as.install.engine.modules.input.config.pagedata.relation.PageRuleManager] [SRC_METHOD: addToRules] Duplicate Definition:atLeastOneCompSelectedRule [2012-07-15T09:42:17.964+01:00] [as] [TRACE] [] [oracle.as.install.engine.modules.input.config.pagedata.relation.PageRuleManager] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] [SRC_CLASS: oracle.as.install.engine.modules.input.config.pagedata.relation.PageRuleManager] [SRC_METHOD: addToRules] Duplicate Definition:atLeastOneCompSelectedRule [2012-07-15T09:42:17.964+01:00] [as] [TRACE] [] [oracle.as.install.engine.modules.input.config.pagedata.relation.PageRuleManager] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] [SRC_CLASS: oracle.as.install.engine.modules.input.config.pagedata.relation.PageRuleManager] [SRC_METHOD: addToRules] Duplicate Definition:atLeastOneCompSelectedRule [2012-07-15T09:42:17.964+01:00] [as] [TRACE] [] [oracle.as.install.engine.modules.input.config.pagedata.relation.PageRuleManager] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] [SRC_CLASS: oracle.as.install.engine.modules.input.config.pagedata.relation.PageRuleManager] [SRC_METHOD: addToRules] Duplicate Definition:atLeastOneCompSelectedRule [2012-07-15T09:42:17.964+01:00] [as] [TRACE] [] [oracle.as.install.engine.modules.input.config.pagedata.relation.PageRuleManager] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] [SRC_CLASS: oracle.as.install.engine.modules.input.config.pagedata.relation.PageRuleManager] [SRC_METHOD: addToRules] Duplicate Definition:atLeastOneCompSelectedRule [2012-07-15T09:42:17.964+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.input] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] Finished parsing: /oracle/as/install/classic/config/ConfigureComponentsClassicPage.xml [2012-07-15T09:42:17.964+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.input] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] INFOBegin parsing: /oracle/as/install/classic/config/ConfigureEnvironmentClassicPage.xml [2012-07-15T09:42:17.979+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] Setting valueOf(ENVIRONMENT_CONFIGURATION_ROOT) to:false. Value obtained from:USER [2012-07-15T09:42:17.979+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] Setting valueOf(CONFIGURE_FORMS_ENVIRONMENT) to:false. Value obtained from:USER [2012-07-15T09:42:17.979+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] Setting valueOf(CONFIG_FORMS_SERVER) to:false. Value obtained from:USER [2012-07-15T09:42:17.979+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] Setting valueOf(CONFIGURE_FORMS_BUILDER) to:false. Value obtained from:USER [2012-07-15T09:42:17.979+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] Setting valueOf(CONFIGURE_REPORTS_ENVIRONMENT) to:false. Value obtained from:USER [2012-07-15T09:42:17.979+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] Setting valueOf(CONFIGURE_REPORTS_SERVER) to:false. Value obtained from:USER [2012-07-15T09:42:17.979+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] Setting valueOf(CONFIGURE_REPORTS_BUILDER) to:false. Value obtained from:USER [2012-07-15T09:42:17.979+01:00] [as] [TRACE] [] [oracle.as.install.engine.modules.input.config.pagedata.relation.PageRuleManager] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] [SRC_CLASS: oracle.as.install.engine.modules.input.config.pagedata.relation.PageRuleManager] [SRC_METHOD: addToRules] Duplicate Definition:atLeastOneEnvSelectedRule [2012-07-15T09:42:17.979+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.input] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] Finished parsing: /oracle/as/install/classic/config/ConfigureEnvironmentClassicPage.xml [2012-07-15T09:42:17.979+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.input] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] INFOBegin parsing: /oracle/as/install/classic/config/PortConfigurationPage.xml [2012-07-15T09:42:17.979+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] Setting valueOf(PORT LOCATION) to:0. Value obtained from:USER [2012-07-15T09:42:17.979+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] Setting valueOf(AUTOMATIC_PORT_DETECT) to:true. Value obtained from:USER [2012-07-15T09:42:17.979+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] Setting valueOf(STATICPORT INI FILE LOCATION) to:. Value obtained from:USER [2012-07-15T09:42:17.979+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.input] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] Finished parsing: /oracle/as/install/classic/config/PortConfigurationPage.xml [2012-07-15T09:42:17.979+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.input] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] INFOBegin parsing: /oracle/as/install/classic/config/ProxyDetailsPage.xml [2012-07-15T09:42:17.979+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] Setting valueOf(DO NOT USE PROXY SETTINGS) to:true. Value obtained from:USER [2012-07-15T09:42:17.979+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] Setting valueOf(ENABLE PROXY) to:false. Value obtained from:USER [2012-07-15T09:42:17.979+01:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 10] [ecid: 0000JY9nMk86QPwN0EedMF1G0c9d000001,0] Setting valueOf(PROXY HOST NAME) to:. Value obtained from:USER [2012-07-15T09:42:17.
    1. Did you try to run the path test?

      In cmd go to the following path:
      D:\Oracle\Middleware\user_projects\domains\FRMDomain\bin

      and type the following command

      startweblogic.cmd

      If you get the result
      “_______________” was unexpected at this time.”
      It means you have a space or ( ) in your path variable.

  10. Thank you so much for this post and the white paper that goes along with it. This didn’t fully solve all of my issues, but it put me on the right path and got me working in the right direction. Within 6 hours of reading this post, I got past the Creating Domain step and was able to complete the installation after a month and a half of trying.

    The problem I was having was rooted in the Path variables having spaces in them. My solution was a simple one, I put quotation marks around the variables with spaces (found here through some random searching: http://social.technet.microsoft.com/Forums/en-us/w7itprogeneral/thread/63b84992-3814-4c00-acbf-fc09816570e5).

    “%CommonProgramFiles%\Microsoft Shared\Windows Live”;%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;%SYSTEMROOT%\System32\WindowsPowerShell\v1.0\;”C:\Program Files (x86)\Microsoft SQL Server\100\Tools\Binn\”;”C:\Program Files\Microsoft SQL Server\100\Tools\Binn\”;”C:\Program Files\Microsoft SQL Server\100\DTS\Binn\”;”C:\Program Files (x86)\Microsoft SQL Server\100\Tools\Binn\VSShell\Common7\IDE\”;”C:\Program Files (x86)\Microsoft SQL Server\100\DTS\Binn\”;D:\Oracle\Java;D:\Oracle\Middleware\Oracle_BI1\products\Essbase\EssbaseServer\bin;D:\Oracle\Middleware\Oracle_BI1\bin;D:\Oracle\Middleware\Oracle_BI1\opmn\bin;D:\Oracle\Middleware\Oracle_BI1\opmn\lib;D:\Oracle\Middleware\Oracle_BI1\perl\bin

    Thank you again.

  11. Wow, wonderful blog layout! How long have you been blogging for?
    you made blogging look easy. The overall look of your site is wonderful, let alone the content!

  12. I have learn several just right stuff here. Certainly value bookmarking for revisiting.
    I surprise how much effort you place to make this sort of excellent
    informative site.

  13. Hi Mia,
    Thanks for your your great blog !
    I have installed with success on 2008 and now I try a Seven installation
    I have a bug on the creation of the Instance, the process freeze ..
    Log file : “Created ASInstance. Calling opmn start command”
    Any idea ?

    Steph

  14. In step 2 you have mentioned that—

    “2)Before you begin make sure you install the JDK 1.6 for 64 bit – Yes I said JDK not JRE.
    You should have downloaded it in step 1 above.
    If you install JRE instead of JDK by mistake you will have trouble during the installation when it tries to find your java home.”

    i have downloaded the JDK 1.6 for 64 bit which comes with JDK and JRE so when i am installing , it installs both jdk and jre so do i have to install both or just the JDK???

    1. Hi Deepak,

      You do not need the JRE for the installation but the JRE is what is used to run the Forms Applet.
      So if you intend to use the server for testing or development purposes I suggest you install them both.
      Also the JRe does not require a lot of memory on the server so no harm done.

      Mia

  15. Hi Mia…
    Your tips are really gold..thanks a bunch.
    This maybe late..but would like to ask if I can install Forms 11g 32 bit on Windows 8 64 bit?! I think it will work nicely but am not fully utilizing the operating system features.am I right?
    Thanks again
    Mohammad

      1. We are going to Forms 11g on the development environment,all new developers PCs are 64 bit,we are going to upgrade our applications to Forms 11g 32 bit.
        so we are going to install Forms 11g 32 bit on these new machine..
        do you have recommendations?
        Thanks

  16. I’m trying to configure the classic instance, but I don’t see any progress in the bar (it’s stuck). When I run the command C:\Oracle\Middleware\user_projects\domains\FRMDomain\bin\startweblogic.cmd
    I get the next error:

    ***************************************************
    * To start WebLogic Server, use a username and *
    * password assigned to an admin-level user. For *
    * server administration, use the WebLogic Server *
    * console at http:\\hostname:port\console *
    ***************************************************
    starting weblogic with Java version:
    Unrecognized option: -jrockit
    Error: Could not create the Java Virtual Machine.
    Error: A fatal exception has occurred. Program will exit.

    What I’m doing wrong?

    I don’t have spaces in the PATH

    I have the next java installation:

    jdk1.7.0_17
    jre7
    jrockit-jdk1.6.0_37-R28.2.5-4.1.0
    jrockit-jre1.6.0_37-R28.2.5

    Please help me

    Thanks in advance

  17. Dear all,
    We are not able to run the reports using RUN_REPORT_OBJECT from forms 11g, we have tried our maximum to resolve this issue, unfortunately no proper documentation. Forms working without any issue are able to see the report out puts if I try running the report using internet explorer, but from the forms using RUN_REPORT_OBJECT It is getting failed. I could see two reports servers were running RptSvr_xxxxxx_FrmInst, rep_wls_reports_xxxxxx_frminst both servers queue status page also we can browse, but the reports running using RUN_REPORT_OBJECT is not working, the job queue is not showing these jobs. When I use report diagnose it is showing “Exception when retrieving IOR”
    Environment – Fusion Middleware 11.1.1.5.0, Windows 2008 server
    Can anyone through some lights on this issue.
    Trying the below code :

    DECLARE
    v_report_id Report_Object;
    vc_ReportServerJob VARCHAR2(100);
    vc_rep_status VARCHAR2(100);
    vjob_id VARCHAR2(100);
    BEGIN
    v_report_id:= FIND_REPORT_OBJECT(‘CFR007′);
    SET_REPORT_OBJECT_PROPERTY(v_report_id,REPORT_DESFORMAT,’PDF’);
    SET_REPORT_OBJECT_PROPERTY(v_report_id,REPORT_DESTYPE,CACHE);
    SET_REPORT_OBJECT_PROPERTY(v_report_id,REPORT_COMM_MODE,SYNCHRONOUS);
    SET_REPORT_OBJECT_PROPERTY(v_report_id,REPORT_SERVER,’RptSvr_xxxxxxx_FrmInst’);
    SET_REPORT_OBJECT_PROPERTY(v_report_id,REPORT_OTHER,’paramform=no’);
    vc_ReportServerJob:=RUN_REPORT_OBJECT(v_report_id);
    vjob_id := substr(vc_ReportServerJob,instr(vc_ReportServerJob,’_’,-1)+1);
    vc_rep_status := REPORT_OBJECT_STATUS(vc_ReportServerJob);
    IF vc_rep_status = ‘FINISHED’ THEN
    WEB.SHOW_DOCUMENT (‘/reports/rwservlet/getjobid’|| vjob_id ||’?server=rptsvr_XXXXXXXX_frminst’,’_blank’);
    ELSE
    message (‘Report failed with error message ‘||vc_rep_status);
    END IF;
    END;

    Thanks & Regards

    1. Hi,

      You best bet is to download the test form for reports from support.oracle.com
      It is a test form that you run from you forms server and it tries to run a report and outputs a log file of errors it receives.
      After you run this you can send me the utput log if you need help resolving the issues.

      Mia

  18. Hi friends,,
    I installed 1 to 3 succesfully on a Win 2008 Srver R2 – 64 Bit
    1) JDK 1.7
    2) Oracle Database 11g 11.2.0.1.0
    3) weblogic 1.3.6 (using wls1036_generic.jar installation)

    I am stuck on the last step (Configure Classic Instance) after installing Oracle Forms and Reports 11g Release 2 – (11.1.2.2.0)
    The error: The step creating domain failed.

    yes, I installed my JDK in (a folder having space) C:\Program Files\Java\jdk1.7.0_60

    What should I do now? Any help? I am disappointed. Is this error because of the spave in the JDK installation folder? If only, I had seen this blog before installing the JDK.

    Thanks in advance,
    Maz

      1. Thanks for your reply. I am trying to amend things in this light. However, please note as per the certification matrix from Oracle(http://www.oracle.com/technetwork/middleware/ias/downloads/fusion-certification-100350.html), the version (Oracle Forms and Reports 11g Release 2 – (11.1.2.2.0)
        ) is compatible with the JDK 1.7.0_40+

        I think, the version Oracle Forms and Reports 11g Release 2 (11.1.2.x) was used by you for this blog which is mentioned as certified with JDK 1.6.0_29+

        Could you please confirm and also let know from where can I down load this version

        Thanks again,
        Maz

      2. When they say JDK 1.7 they mean for the runtime environment where the java applet needs JDK. I may be wrong but You can check the certification for Weblogic 10.3.6 which JDK it needs.

      3. Yes it did work perfectly with Jdk 1.6
        You have got to-the-point konowledge base. Keep it up!
        I had to uninstall the JDK and the applications tier and then installed again.

        For records, although I could not get hold of the certification for Weblogic 10.3.6 with JDK. However, Oracle is on record to guide its installation (with JDK 1.7) in this link:
        http://docs.oracle.com/cd/E23943_01/doc.1111/e14142/jdk7.htm

        I also was able to install succesfully acordingly. It failed only with Forms and Reports.

        Thanks,
        Maz

  19. Im try to install
    Oracle Forms and Reports 11g Release 2
    Contains Oracle Forms and Reports 11gR2 (11.1.2.2.0)
    Released: 01/2014
    that in the matric compability result good for JAVA versione 7.

    i ask
    1) only version 64-bit ??
    2) with version of web logic server i must use ? (10.3.6 is good ? )

    Thank You.

Leave a reply to Mike Cressey Cancel reply