Skip navigation.

Supported Configurations: Novell SUSE Linux Enterprise Server

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

WebLogic Platform 10.2 on Novell SUSE Linux Enterprise Server 10

This section provides the following information:

Related Information

 


Configuration Requirements

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

Table 1-4 Requirements for Novell SUSE Linux Enterprise Server 10 on Itanium with 64-bit JDK

Operating System Version and Patches

SUSE Linux Enterprise Server (SLES) 10 with Kernel 2.6.16.21-0.8-bigsmp, glibc-2.4-31.5 and later SUSE service packs and errata

Chip Architecture and Minimum Processor Speed

  • Itanium (1.5GHz)

JDK

  • 10.0: JRockit 5.0 (R26.4.0 + CR302700) JDK (64-bit) and all later 5.0 releases of JRockit

  • 10.0 MP1: JRockit 5.0 (R27.3.1) JDK (64-bit) and all later 5.0 releases of JRockit

  • 10.2 MP1: 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 MP1, 10.0 MP2

  • WebLogic Portal 10.2, 10.2 MP1

  • WebLogic Integration 10.2, 10.2 MP1

  • WebLogic Platform 10.2 MP1

 


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"

Or, you can use the command line option:

export 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 Novell SUSE Linux Enterprise 10 on AMD64, 64-bit Xeon when Using Remote Autonomy

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

Issues Related to Novell SUSE Linux Enterprise 10 on AMD64 and 64-bit Xeon

This section describes known issues that occur when you run WebLogic Server 10.0 on Novell SUSE Linux Enterprise 10 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 on the Novell SUSE Linux Enterprise 10 on 64-bit Xeon configuration.

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 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. The installation command will look like:

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/docs102/relnotes/relnotes.html

WebLogic Portal

WebLogic Portal Release Notes:

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

WebLogic Integration

WebLogic Integration Release Notes:

http://download.oracle.com/docs/cd/E13214_01/wli/docs102/relnotes/index.html

Workshop for WebLogic

Workshop for WebLogic Release Notes:

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


 

 


Download and Install Instructions for WebLogic Platform 10.2 MP1

Download and Install WebLogic Media Pack for Linux x86

  1. Go to Oracle E-Delivery and use the following information to select the WebLogic Media Pack and Part Numbers 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/docs102/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 Media Pack for Linux x86-64

  1. Download and install the supported JDK for your environment.
  2. Make sure that your PATH variable includes $JAVA_HOME/bin. For example:
  3. export PATH=$JAVA_HOME/bin:$PATH
  4. Go to Oracle E-Delivery and use the following information to select the WebLogic Media Pack and Part Numbers for download:
  5. Install the WebLogic Products using the directions provided in the BEA Products Installation Guide.
  6. Refer to http://download.oracle.com/docs/cd/E13179_01/common/docs102/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 the JDK, your installation is now complete. If your configuration includes the 32-bit version, however, you must also complete the following steps:

  7. Set the BEA_HOME to point to the directory in which WebLogic Server is installed and export BEA_HOME. For example:
  8. export BEA_HOME=<your_WebLogic_Server_installation_directory>
  9. In a text editor, open the $BEA_HOME/wlserver_10.0/common/bin/commEnv.sh and search for the following case statement:
  10. 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 Media Pack for Linux Itanium

  1. Go to Oracle E-Delivery and use the following information to select the WebLogic Media Pack and Part Numbers 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/docs102/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 Installation Instructions for WebLogic Platform 10.2

Novell SUSE Linux Enterprise Server on x86

Depending on your requirements:

Download and Install WebLogic Portal 10.2 on Novell SUSE Linux Enterprise Server on x86

Complete the following procedure:

  1. Go to Oracle E-Delivery and download WebLogic Portal 10.2 for Linux x86.
  2. Unzip the file.
  3. Download the package installer .bin file.
  4. Install the .bin file using the installation procedure provided at: http://download.oracle.com/docs/cd/E13179_01/common/docs102/install/start.html. This section describes how to install .bin files using Graphical mode.

Download and Install WebLogic Integration 10.2 on Novell SUSE Linux Enterprise Server on x86

Complete the following procedure:

  1. Go to Oracle E-Delivery and download WebLogic Integration 10.2 for Linux x86.
  2. Unzip the file.
  3. Download the package installer .bin file.
  4. Install the .bin file using the installation procedure provided at: http://download.oracle.com/docs/cd/E13179_01/common/docs102/install/start.html. This section describes how to install .bin files using Graphical mode.

Novell SUSE Linux Enterprise Server on AMD64 and 64-bit Xeon

Complete the following procedures:

  1. Download and Install the supported JDK for your environment
  2. Depending on your requirements:

Download and Install WebLogic Platform 10.2 on Novell SUSE Linux Enterprise Server on AMD64 and 64-bit Xeon

Complete the following procedure:

  1. Go to Oracle E-Delivery and download WebLogic Portal 10.2 for Linux x86-x64.
  2. Unzip the file.
  3. Install using the instructions provided in the "Using Installers with Filenames Ending in .jar" section of the Products Installation Guide.
  4. If your configuration includes the 64-bit version of JRockit, your installation 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 Integration 10.2 on Novell SUSE Linux Enterprise Server on AMD64 and 64-bit Xeon

Complete the following procedure:

  1. Go to Oracle E-Delivery and download WebLogic Integration 10.2 for Linux x86-x64.
  2. Unzip the file.
  3. Install using the instructions provided in the "Using Installers with Filenames Ending in .jar" section of the Product Installation Guide.
  4. If your configuration includes the 64-bit version of JRockit, your installation 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

 

Skip navigation bar  Back to Top Previous Next