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 10.0 on Red Hat Enterprise Linux 4.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>/wlserver_10.0/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 4.0 on AMD64 and 64-bit Xeon

This section describes known issues that occur when you run WebLogic Server 10.0 on Red Had Enterprise Linux 4.0 systems based on the AMD64 and 64-bit Xeon chip architecture.

JVM Stack Overflow

You might encounter a JVM stack overflow error or exception while running WebLogic Server.

Workaround: Increase the stack size from the default 128k to 256k.

Exception Encountered on Systems with Mounted NFS File Systems

You might encounter the following exception while installing WebLogic Server and WebLogic Portal on a system that has NFS file systems mounted:

"Caused by:  java.lang.IllegalArgumentException: Can not list file system roots on this computer"

Workaround: Ensure that you have at least 600MB of free disk space before installing WebLogic Server and use the -Dspace.detection=false flag while installing. For example:

java -Dspace.detection=false -jar server100_generic.jar -mode=console

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

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

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://download.oracle.com/docs/cd/E13222_01/wls/docs100/issues/known_resolved.html

Installation and Configuration

Products Installation and Configuration Release Notes:
http://download.oracle.com/docs/cd/E13179_01/common/docs100/relnotes/relnotes.html

WebLogic Portal

WebLogic Portal Release Notes:

http://download.oracle.com/docs/cd/E13218_01/wlp/docs100/relnotes/index.html

Workshop for WebLogic

Workshop for WebLogic Release Notes:

http://download.oracle.com/docs/cd/E13224_01/wlw/docs100/relnotes/index.html

Workshop for WebLogic 10.1

Workshop for WebLogic 10.1 Release Notes:

http://download.oracle.com/docs/cd/E13224_01/wlw/docs101/relnotes/index.html


 

 


Download and Install Instructions

Download and Install JDK 5.0

Complete the following procedure:

  1. Download the supported JDK for your environment.
  2. For Oracle JRockit downloads, go to Oracle E-Delivery or Oracle Technology Network. For additional information on JRockit, refer to JRockit FAQ.

  3. Set the JAVA_HOME environment variable to the directory in which the JDK is installed and export JAVA_HOME. For example:
  4. export JAVA_HOME=/opt/java5/
  5. Make sure that your PATH variable includes $JAVA_HOME/bin. For example:
  6. export PATH=$JAVA_HOME/bin:$PATH

Download and Install Instructions for WebLogic 10.0 and Later MPs on Red Hat Enterprise Linux 4.0 on x86

  1. Go to Oracle E-Delivery and use the following information to download WebLogic Server 10.0 MP2.
    1. Select Product Pack "Oracle BEA".
    2. Select platform "Linux x86".
    3. Select media pack "BEA WebLogic Media for Linux x86".
    4. Select the part number with the "WebLogic Server 10.0 Maintenance Pack 2 (10.0.2.0)" description for download.
  2. Install the WebLogic Products using the directions provided in the BEA Products Installation Guide.
  3. Refer to http://download.oracle.com/docs/cd/E13179_01/common/docs100/install/start.html for instructions on how to start the .jar or .bin or.exe installer files. Note, that generic installers are those filenames that end in .jar.

Download and Install Instructions for WebLogic 10.0 and Later MPs on Red Hat Enterprise Linux 4.0 on 64-bit Xeon and AMD64

Complete the following procedures:

  1. Depending on your requirements:
  2. For AMD64 and 64-bit Xeon using 64-bit JRockit JDK, see Download and Apply Patches

Download and Install WebLogic Server 10.0 and Later MPs on Red Hat Enterprise Linux 4.0 on 64-bit Xeon and AMD64

To install WebLogic Server on RHEL 4.0

  1. To download WebLogic Server 10.0 MP2, do the following:
  2. Go to Oracle E-Delivery and use the following information to download WebLogic Server 10.0 MP2:

    If you're downloading WebLogic Server 10.0 MP1, select the part number with the "WebLogic Server 10.0 MP 1" description..

    Note: For additional information on how to download BEA products refer to My Oracle Support Note 762254.1 and My Oracle Support Note 763603.1.

  3. Install the WebLogic Products using the directions provided in the BEA Products Installation Guide.
  4. Refer to http://download.oracle.com/docs/cd/E13179_01/common/docs100/install/start.html for instructions on how to start the .jar or .bin or.exe installer files. Note, that generic installers are those filenames that end in .jar.

    If your configuration includes the 64-bit version of JDK, 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/wlserver_10.0/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 10.0 and Later MPs on Red Hat Enterprise Linux 4.0 on AMD64 and 64-Bit Xeon

To install WebLogic Portal on Red Hat Enterprise Linux 4.0:

  1. Go to Oracle Technology Network or Oracle E-Delivery and download WebLogic Portal for Red Hat Enterprise Linux.
  2. Note: For important information on how to download BEA products refer to My Oracle Support Note 762254.1 and My Oracle Support Note 763603.1.

  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 JDK, 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/wlserver_10.0/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 Instructions for WebLogic 10.0 and Later MPs on Red Hat Enterprise Linux 4.0 on Itanium

Complete the following procedures:

  1. Depending on your requirements:

Download and Install WebLogic Server 10.0 and Later MPs on Red Hat Enterprise Linux 4.0 on Itanium

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

  1. To download WebLogic Server 10.0 MP2, do the following:
  2. Go to Oracle E-Delivery and use the following information to download WebLogic Server 10.0 MP2:

    If you're downloading WebLogic Server 10.0 MP1, select the part number with the "WebLogic Server 10.0 MP 1" description..

    Note: For additional information on how to download BEA products refer to My Oracle Support Note 762254.1 and My Oracle Support Note 763603.1.

  3. Install the WebLogic Products using the directions provided in the BEA Products Installation Guide.
  4. Refer to http://download.oracle.com/docs/cd/E13179_01/common/docs100/install/start.html for instructions on how to start the .jar or .bin or.exe installer files. Note, that generic installers are those filenames that end in .jar.

Download and Install WebLogic Portal 10.0 and Later MPs on Red Hat Enterprise Linux 4.0 on Itanium

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

  1. Go to Oracle Technology Network or Oracle E-Delivery and download WebLogic Portal for Red Hat Enterprise Linux.
  2. Note: For information on how to download BEA products refer to My Oracle Support Note 762254.1 and My Oracle Support Note 763603.1.

  3. Install WebLogic Portal using the instructions provided in Using Installers with Filenames Ending in .bin in Products Installation Guide.

Download and Installation Instructions for Red Hat Enterprise Linux 4.0 on X86 with AZUL VM 2.4.0.18-7

Complete the following procedure:

  1. Download Azul VM proxy 2.4.0.18-7 from www.azulsystems.com.
  2. Install AZUL JVM proxy using the steps in the install document provided in the JVM proxy kit.
  3. Set the AZUL_JAVAHOME to the location you installed the AZUL JVM.
  4. From AZUL_JAVAHOME, run the domain specify script. It will prompt for the Azul domain and policy server host. Provide the appropriate values.
  5. Install WebLogic Server for Red Hat Enterprise Linux 4.0 on x86 using the instructions in Using Installers with Filenames Ending in .bin in the Products Installation Guide. This section describes the process of installing .bin installers.

 


Download and Apply Patches

Download and install the following patches for Red Hat Enterprise Linux 4.0 using the Smart Update tool:

WLS 10.0 and WLP 10.0

For more information on the Smart Update tool, refer to http://download.oracle.com/docs/cd/E13179_01/common/docs100/smart_update/intro.html.

 

Skip navigation bar  Back to Top Previous Next