Skip navigation.

Supported Configurations: Red Hat Enterprise Linux

  Previous Next vertical dots separating previous/next from contents/index/pdf Contents View as PDF   Get Adobe Reader

WebLogic Platform 9.2 on Red Hat Enterprise Linux 5.0

This section provides the following information:

Related Information

 


Configuration Requirements

The following section provides requirements for products supported on this configuration:

 


Known Issues

Serial Version UID Mismatch

A Serial Version UID Mismatch Issue may be encountered if you deploy an application on a latest JVM, but compiled with an earlier JDK release.

Workaround: To be compatible with the serialization of previously compiled applications, modify the <BEA_HOME>/Weblogic92/common/bin/commEnv.sh file to include the following command:

JAVA_OPTIONS="$JAVA_OPTIONS -Dcom.sun.xml.namespace.QName.useCompatibleSerialVersionUID=1.0"

Note: If you intend to deploy new applications with previously compiled applications, they must be recompiled as necessary to have the same Serial Version UID.

Issues Related to Red Hat Enterprise Linux 5.0 on AMD64, 64-bit Xeon, and Itanium when Using Remote Autonomy

See Using a Remote Autonomy Installation in Supported Configurations for WebLogic Platform 9.2.

Issues Related to Other Products

For information about known issues with products supported on this configuration, including available workarounds, see the appropriate Release Notes document.


 

Issues related to...

Are described in...

WebLogic Server

WebLogic Server Known and Resolved Issues:

http://e-docs.bea.com/wls/docs92/issues/known_resolved.html

Installation and Configuration

Products Installation and Configuration Release Notes:
http://e-docs.bea.com/common/docs92/relnotes/relnotes.html

WebLogic Portal

WebLogic Portal 9.2 Release Notes:
http://e-docs.bea.com/wlp/docs92/relnotes/index.html

Workshop for WebLogic Platform

Workshop Product Family Release Notes:
http://e-docs/workshop/docs92/relnotes/index.html

WebLogic Integration

WebLogic Integration 9.2 Release Notes:

http://e-docs.bea.com/wli/docs92/relnotes/index.html


 

 


Download and Install Instructions

Download and Install JRockit 5.0

Complete the following procedure:

  1. Download and install the supported version of JRockit JDK for Intel 64-bit Xeon and AMD64:
  2. Set the JAVA_HOME environment variable to the directory in which JRockit is installed and export JAVA_HOME. For example:
  3. export JAVA_HOME=/opt/java5/
  4. Make sure that your PATH variable includes $JAVA_HOME/bin. For example:
  5. export PATH=$JAVA_HOME/bin:$PATH

Red Hat Enterprise Linux 5.0 on x86

There are no special installation instructions for Red Hat Enterprise Linux 5.0 on x86. For the standard method of installing products, see Products Installation Guide.

Red Hat Enterprise Linux 5.0 on 64-bit Xeon and AMD64

Depending on your requirements:

Download and Install WebLogic Server 9.2 MP2 on Red Hat Enterprise Linux 5.0 on 64-bit Xeon and AMD64

To install WebLogic Server on RHEL 5.0

  1. Under the WebLogic Server Package Installer, select Red Hat Enterprise Linux (4.0, 5.0, 64-bit Xeon/AMD64) from the list of OS Platforms for your configuration.
  2. Download the package installer .jar file.
  3. Install WebLogic Server using the instructions provided in the "Using Installers with Filenames Ending in .jar" section of the WebLogic Server 9.2 Installation Guide.
  4. If your configuration includes the 64-bit version of JRockit, your installation of WebLogic Server is now complete. If your configuration includes the 32-bit version, however, you must also complete the following steps:

  5. Set the BEA_HOME to point to the directory in which WebLogic Server is installed and export BEA_HOME. For example:
  6. export BEA_HOME=<your_WebLogic_Server_installation_directory>
  7. In a text editor, open the $BEA_HOME/weblogic92/common/bin/commEnv.sh and search for the following case statement:
  8. LINUX|Linux)
    arch='uname -m'

    Replace with the following:

    LINUX|Linux)
    arch='uname -m'
       if [ "${arch}" = "x86_64" ]; then
          arch=i686
       fi

Download and Install WebLogic Portal 9.2 MP2 on Red Hat Enterprise Linux 5.0 on AMD64 and 64-Bit Xeon

To install WebLogic Portal on Red Hat Enterprise Linux 5.0 on AMD64 and 64-Bit Xeon:

  1. Under the WebLogic Platform Package Installer, select Red Hat Enterprise Linux (4.0, 5.0, 64-Bit Xeon, AMD64) from the list of OS Platforms for your configuration.
  2. Download the package installer .jar file.
  3. Install WebLogic Portal using the instructions in Using Installers with Filenames Ending in .jar in the Products Installation Guide. This section describes the process of installing .jar files in the Graphical mode.

If your configuration includes the 64-bit version of jRockit, your installation of WebLogic Portal is now complete. If your configuration includes the 32-bit version of jRockit, however, you must also complete the following steps:

  1. Set the BEA_HOME variable to point to the directory in which WebLogic Portal is installed and export BEA_HOME. For example:
  2. export BEA_HOME=<your_Portal_installation_directory>
  3. In a text editor, open the $BEA_HOME/weblogic92/common/bin/commEnv.sh and search for the following case statement:
  4. LINUX|Linux)
    arch='uname -m'

    Replace with the following:

    LINUX|Linux)
    arch='uname -m'
       if [ "${arch}" = "x86_64" ]; then
          arch=i686
       fi

Download and Install WebLogic Integration 9.2 MP2 on Red Hat Enterprise Linux 5.0 on AMD64 and 64-bit Xeon

To install WebLogic Portal on Red Hat Enterprise Linux 5.0 on AMD64 and 64-bit Xeon:

  1. Under the WebLogic Platform Package Installer, select Red Hat Enterprise Linux (4.0, 5.0, 64-Bit Xeon, AMD64) from the list of OS Platforms for your configuration.
  2. Download the package installer .jar file.
  3. Install WebLogic Integration using the instructions in Using Installers with Filenames Ending in .jar in the Products Installation Guide. This section describes the process of installing .jar files in the Graphical mode.
  4. Set BEA_HOME to point to the directory in which WebLogic Integration is installed and export BEA_HOME. For example:
  5.    export BEA_HOME=<your_WebLogic_Integration_installation_directory>

If your configuration includes the 64-bit version of jRockit, your installation of WebLogic Portal is now complete. If your configuration includes the 32-bit version of jRockit, however, you must also complete the following steps:

  1. Set the BEA_HOME variable to point to the directory in which WebLogic Portal is installed and export BEA_HOME. For example:
  2. export BEA_HOME=<your_Portal_installation_directory>
  3. In a text editor, open the $BEA_HOME/weblogic92/common/bin/commEnv.sh and search for the following case statement:
  4. LINUX|Linux)
    arch='uname -m'

    Replace with the following:

    LINUX|Linux)
    arch='uname -m'
       if [ "${arch}" = "x86_64" ]; then
          arch=i686
       fi

Red Hat Enterprise Linux 5.0 on Itanium

Depending on your requirements:

Download and Install WebLogic Server 9.2 MP2 on Red Hat Enterprise Linux 5.0 on Itanium

To install WebLogic Server on Red Hat Enterprise Linux 5.0 for Itanium:

  1. Under the WebLogic Server Package Installer, select Red Hat Enterprise Linux (4.0, 5.0, Itanium) from the list of OS Platforms for your configuration.
  2. Download the package installer .bin file.
  3. Install WebLogic Server using the instructions provided in Using Installers with Filenames Ending in .bin in WebLogic Server 9.2 Installation Guide.

For more information on installing WebLogic Server, refer to the WebLogic Server 9.2 Installation Guide.

Download and Install WebLogic Portal 9.2 MP2 on Red Hat Enterprise Linux 5.0 on Itanium

To install WebLogic Portal on Red Hat Enterprise Linux 5.0 on Itanium:

  1. Under the WebLogic Platform Package Installer, select Red Hat Enterprise Linux (4.0, 5.0, Itanium) from the list of OS Platforms for your configuration.
  2. Download the package installer .bin file.
  3. Install WebLogic Portal using the instructions in Using Installers with Filenames Ending in .bin in the Products Installation Guide. This section describes the process of installing .bin files in the Graphical mode.

Download and Install WebLogic Integration 9.2 MP2 on Red Hat Enterprise Linux 5.0 on Itanium

To install WebLogic Integration on Red Hat Enterprise Linux 5.0 on Itanium:

  1. Under the WebLogic Platform Package Installer, select Red Hat Enterprise Linux (4.0, 5.0, Itanium) from the list of OS Platforms for your configuration.
  2. Download the package installer .bin file.
  3. Install WebLogic Portal using the instructions in Using Installers with Filenames Ending in .bin in the Products Installation Guide. This section describes the process of installing .bin files in the Graphical mode.

 

Skip navigation bar  Back to Top Previous Next