Skip navigation.

Supported Configurations: Sun Solaris

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

BEA WebLogic Server 9.0 and Related Products on Solaris 10

This section provides the following information:

Related Information

 


Configuration Requirements

Both WebLogic Server 9.0 and AquaLogic Service Bus 2.0 are supported on Sun Solaris 10 on SPARC hardware. WebLogic Server 9.0 on Solaris 10 is also supported on x86 and AMD64. For detailed requirements for these configurations, see the appropriate table:

 


Known Issues

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>/Weblogic90/common/bin/commEnv.sh file to include the following command:

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

Alternatively, 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.

Known Issues for 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...

AquaLogic Service Bus

BEA AquaLogic Service Bus Release Notes:

http://download.oracle.com/docs/cd/E13171_01/alsb/docs20/relnotes/relnotes.html

WebLogic Server

BEA WebLogic Server Known and Resolved Issues:

http://download.oracle.com/docs/cd/E13222_01/wls/docs90/issues/known_resolved.html

Installation and configuration

BEA Products Installation and Configuration Release Notes:

http://download.oracle.com/docs/cd/E13179_01/common/docs90/relnotes/relnotes.html


 

 


Download and Installation Instructions

This section provides instructions for:

Installing WebLogic Server 9.0 or AquaLogic Service Bus 2.0 on Solaris 10/SPARC

To install WebLogic Server or AquaLogic Service Bus on a configuration consisting of Solaris 10 on SPARC, follow the instructions provided in BEA Products Installation Guide:

http://download.oracle.com/docs/cd/E13179_01/common/docs90/install/index.html

Installing WebLogic Server 9.0 on Solaris 10/x86

To install WebLogic Server 9.0 on your Sun Solaris 10 configuration, complete the following steps:

Step 1: Download and Install the Sun Java 2 JDK 5.0 Update 4

  1. Go to the Sun download site:
  2. http://java.sun.com/products/archive/j2se/5.0_04/index.html

  3. Download the Sun Java 2 JDK 5.0 Update 4 for the Solaris on x86 platform.
  4. Install the JDK, following the 32-bit installation instructions on the download page:
  5. http://java.sun.com/products/archive/j2se/5.0_04/install.html

Step 2: Download WebLogic Server 9.0

To download the installer for WebLogic Server 9.0, complete the following procedure:

  1. Go to Oracle Technology Network or Oracle E-Delivery and download WebLogic Server for Sun Solaris (9, 10, x86).
  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.

    Note: The BEA Download Center (i.e. http://commerce.bea.com) will be decommissioned on February 2, 2009. After this time, customers will be able to download the BEA software from Oracle's E-delivery portal (http://edelivery.oracle.com) or Oracle Technology Network (http://otn.oracle.com).

Now you have the components required for your installation: the Sun Java 2 JDK 5.0 Update 4 and the WebLogic Server package installer.

Step 3: Install WebLogic Server 9.0

  1. Install WebLogic Server, following the instructions in "Starting the Installation Program on UNIX Platforms" in BEA Products Installation Guide:
  2. http://download.oracle.com/docs/cd/E13179_01/common/docs90/install/start.html

  3. In the following shell scripts, modify the environment variable LD_LIBRARY_PATH so it points to the x86 directory under server/native/solaris. In other words, replace all occurrences of ${WL_HOME}/server/native/solaris/sparc with ${WL_HOME}/server/native/solaris/x86 in the following script:
  4. ${WL_HOME}/common/bin/commEnv.sh 
  5. Set the correct execution modes on the directories shown in the following command lines:
  6. $ chmod -R +x $WL_HOME/server/native/solaris/x86/*
    $ chmod -R +x $WL_HOME/server/plugin/solaris/x86/*

Installing WebLogic Server 9.0 on Solaris 10/AMD64

To install WebLogic Server 9.0 on your Sun Solaris 10 configuration, complete the following steps:

Step 1: Download and Install the Sun Java 2 JDK 5.0 Update 4

  1. Go to the Sun download site:
  2. http://java.sun.com/products/archive/j2se/5.0_04/index.html

  3. From the section for "Solaris on x86 Platforms" and download the Sun Java 2 JDK 5.0 Update 4.
  4. Install the JDK, following the 32-bit installation instructions on the download page:
  5. http://java.sun.com/products/archive/j2se/5.0_04/install.html

Step 2: Download WebLogic Server 9.0

To download the installer for WebLogic Server 9.0, complete the following procedure:

  1. Go to Oracle Technology Network or Oracle E-Delivery and download WebLogic Server for Sun Solaris (10, AMD64).
  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.

    Note: The BEA Download Center (i.e. http://commerce.bea.com) will be decommissioned on February 2, 2009. After this time, customers will be able to download the BEA software from Oracle's E-delivery portal (http://edelivery.oracle.com) or Oracle Technology Network (http://otn.oracle.com).

Now you have the components required for your installation: the Sun Java 2 JDK 5.0 Update 4 and the WebLogic Server package installer.

Step 3: Install WebLogic Server 9.0

  1. Install WebLogic Server, following the instructions in "Starting the Installation Program on UNIX Platforms" in BEA Products Installation Guide:
  2. http://download.oracle.com/docs/cd/E13179_01/common/docs90/install/start.html

  3. In the following shell scripts, change the value of the environment variable LD_LIBRARY_PATH so it points to the x86 directory under server/native/solaris. In other words, replace all occurrences of ${WL_HOME}/server/native/solaris/sparc with ${WL_HOME}/server/native/solaris/x86 in the following script:
  4. ${WL_HOME}/common/bin/commEnv.sh 
  5. Set the correct execution modes on the directories shown in the following command lines:
  6. $ chmod -R +x $WL_HOME/server/native/solaris/x86/*
    $ chmod -R +x $WL_HOME/server/plugin/solaris/x86/*

 

Skip navigation bar  Back to Top Previous Next