Skip navigation.

Supported Configurations: Oracle Enterprise Linux

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

WebLogic Server 10.0 on Oracle 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:

Table 5-4 Requirements for Oracle Enterprise Linux 5.0 on Itanium with 64-bit JDK

Operating System Version and Patches

Oracle Enterprise Linux 5.0 (Carthage ) Kernel 2.6.18-8.el5, and glibc 2.5-12 and later updates and errata levels

Chip Architecture and Minimum Processor Speed

  • Itanium (1.5 GHz)

JDK

10.0 MP2: JRockit 5.0 R27.6.1 JDK (64-bit) and all later 5.0 releases of JRockit

RAM

1 GB minimum

Performance Pack

server/native/linux/ia64/libmuxer.so

Product Support

  • WebLogic Server 10.0 MP2


 

 


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 Oracle Enterprise Linux 5.0 on AMD64 and 64-bit Xeon

This section describes known issues that occur when you run WebLogic Server 10.0 on Oracle Enterprise Linux 5.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 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

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 Installation Instructions

Download and Install Instructions for WebLogic Server 10.0 and Later MPs on Oracle Enterprise Linux 5.0 on x86

To install WebLogic Server 10.0 on Oracle Enterprise Linux on x86, complete the following procedure:

  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.

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

  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 Server 10.0 and Later MPs on Oracle Enterprise Linux 5.0 on 64-bit Xeon and AMD64

To install WebLogic Server 10.0 on Oracle Enterprise Linux for 64-bit Xeon and AMD64, 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.

    Set the JAVA_HOME environment variable to the directory in which the JDK is installed and export JAVA_HOME. For example:

    export JAVA_HOME=/opt/java5/

    Make sure that your PATH variable includes $JAVA_HOME/bin. For example:

    export PATH=$JAVA_HOME/bin:$PATH
  3. Download and install WebLogic Server 10.0 on Oracle Enterprise Linux by following the steps in Download and Install WebLogic Server 10.0 and Later MPs on Oracle Enterprise Linux 5.0 on Itanium.

Download and Install WebLogic Server 10.0 and Later MPs on Oracle Enterprise Linux 5.0 on 64-bit Xeon and AMD64

To install WebLogic Server on OEL 5.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 Instructions for WebLogic Server 10.0 and Later MPs on Oracle Enterprise Linux 5.0 on Itanium

To install WebLogic Server 10.0 on Oracle Enterprise Linux, complete the steps in Download and Install WebLogic Server 10.0 and Later MPs on Oracle Enterprise Linux 5.0 on Itanium.

Download and Install WebLogic Server 10.0 and Later MPs on Oracle Enterprise Linux 5.0 on Itanium

To install WebLogic Server on Oracle Enterprise Linux 5.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.

 

Skip navigation bar  Back to Top Previous Next