Skip navigation.

Supported Configurations: Asianux

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

WebLogic Server 10.0 on Asianux 3.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"

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.

JVM Stack Overflow on 64-bit Xeon/AMD64

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.

Issues Related to Other BEA Products

For information about known issues with BEA 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

Workshop for WebLogic

Workshop for WebLogic Release Notes:

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


 

 


Download and Installation Instructions

Download and Installation Instructions for AsianUX 3.0 on x86

Complete the following procedure:

  1. Go to Oracle E-Delivery and use the following information to download WebLogic Server 10.0 MP1 and MP2 on x86.
    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. Unzip the file.
  3. Install using the instructions provided in the Using Installers with Filenames Ending in .bin section of the BEA Product Installation Guide.
  4. Set the BEA_HOME to point to the directory in which WebLogic Server is installed and export BEA_HOME. For example:
  5. export BEA_HOME=<your_WebLogic_Server_installation_directory>

Download and Installation Instructions for AsianUX 3.0 on 64-bit Xeon/AMD64

Complete the following procedure:

  1. Go to Oracle E-Delivery and use the following information to download WebLogic Server 10.0 MP1 and MP2 on 64-bit Xeon/AMD64.
  2. If you're downloading WebLogic Server 10.0 MP1, select the part number with the "WebLogic Server 10.0 MP 1" description.

  3. Unzip the file.
  4. Install using the instructions provided in the Using Installers with Filenames Ending in .bin section of the BEA Product Installation Guide.
  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