Weblogic 10.3.4 Installation & Configuration on 64-Bit Windows

Embed Size (px)

Citation preview

  • 8/2/2019 Weblogic 10.3.4 Installation & Configuration on 64-Bit Windows

    1/2

    http://sathyam-soa.blogspot.com/2011/03/weblogic-1034-installation.html

    Weblogic 10.3.4 Installation & Configuration on 64-bit

    windowsToday, I am going to explain the installation steps & configuration of Oracle Weblogic 10.3.4 for

    SOA suite 11g (11.1.1.4) in a 64-bit windows environment. Because, of late, I have been seeing a

    lots of queries in forums with same query/issue (BEA-000438: loading performance pack issue) with

    no relevant answers. Probably this post would help in resolving all the issues;

    1. First things first; Ensure that you download the correct version of the Weblogic installer

    (wls1034_generic.jar)

    2. Download the 64-bit JDK/JRE of Oracle Java (Latest version on date is jdk-6u24-windows-x64.exe)

    3. The generic 64-bit Weblogic installer doesn't come bundled with a 64-bit JVM. Hence install the

    Java downloaded in step 2 on your windows environment. Care must be taken to ensure that the

    default installation directory (C:\Program Files) is changed - Catch here is that Weblogic doesn't

    recognize WELL the Java installation directory with a space in folder name. So be sure to install the

    Java in a folder path where none of the folder names have a space (Eg. C:\Java)

    4. Now from the command prompt, execute the following command to install the Weblogic 10.3.4

    64-bit;

    java -D64 -jar wls1034_generic.jar[-D64 ensures that the weblogic installation is going to be on the 64-bit JDK.]

    5. Follow steps to install the Weblogic 10.3.4 server - Installation will prompt for the JDK selection,

    choose C:\Java (You will find this information in documentation)

    6. Now, when you start the server, you may find the following error;

  • 8/2/2019 Weblogic 10.3.4 Installation & Configuration on 64-Bit Windows

    2/2