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.1 and Related Products on Solaris 10

This section provides the following information:

Related Information

 


Configuration Requirements

This section describes:

 


Known Issues

The following sections provide information on known issues when using WebLogic Server 9.1 with Solaris 10:

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>/Weblogic91/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 Solaris 10 on SPARC Supporting JRockit (For WebLogic Server 9.1 Only)

IIOP Huge Object Transmission

You might encounter the following exception if your application involves working with very large objects via RMI over IIOP:

java.rmi.MarshalException: CORBA MARSHAL 0 Maybe; nested exception is: org.omg.CORBA.MARSHAL: vmcid: 0x0  minor code: 0 completed: Maybe

Workaround: Increase the size of the thread stack using the -Xss option. By default, the JVM default is 256 KB; the new value depends on the size of the object in question.

Using Unwise Characters in the Netui Tag href can Lead to an Exception

By default, NetUI tags try to properly escape characters when they appear in an href attribute (by using the java.net.URI class in the JRE). However, certain characters when included in the href attribute for a NetUI tag, might cause a java.net.URISyntaxException on the Solaris 9 SPARC 64-bit platform. For example, <netui:anchor href="page{a}.html">.

Workaround: To avoid the exception, do not use "special" characters in the Uniform Resource Identifiers (URI). For a list of characters, you can refer to the Generic Syntax Specification available at: http://www.ietf.org/rfc/rfc2396.txt. As per the specification, the following characters are considered special:

Known Issues for Other BEA Products

For additional 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/docs21/relnotes/relnotes.html

WebLogic Server

BEA WebLogic Server Known and Resolved Issues:

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

Installation and configuration

BEA Products Installation and Configuration Release Notes:

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


 

 


Download and Installation Instructions

This section provides instructions for:

Installing WebLogic Server 9.1 on SPARC with BEA JRockit 5.0

Complete the following procedures:

Downloading and Installing BEA JRockit 5.0 R26.1 Solaris SPARC (64-bit)

  1. Go to the BEA download site:
  2. http://commerce.bea.com

  3. Click on the link for BEA JRockit 5.0.
  4. Click on the link for JRockit 5.0 R26 JDK Solaris (SPARC- 64-bit).
  5. Download and install the kit. For information on installing BEA JRockit 5.0, refer to the installation instructions at http://download.oracle.com/docs/cd/E13188_01/jrockit/releases/5026x/install/install.html.

Downloading and Installing the WebLogic Server 9.1 Package Installer for use with BEA JRockit 64-bit

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

  3. Install WebLogic Server using the instructions provided in Starting the Installation Program on UNIX Platforms. Refer to instructions for the .jar installer.
  4. Update the LD_LIBRARY_PATH variable to point to the sparc64 directory under server/native/solaris. You can do this by replacing all occurrences of ${WL_HOME}/server/native/solaris/sparc with ${WL_HOME}/server/native/solaris/sparc64 in the {WL_HOME}/common/bin/commEnv.sh file.

For more information on installing WebLogic Server, refer to the WebLogic Server 9.1 Installation Guide.

Installing WebLogic Server 9.1 on Solaris 10/x86

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

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

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

  3. Download the Sun Java 2 JDK 5.0 Update 5 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_05/install.html

  6. Update the JAVA_HOME environment variable to reflect the JDK installation directory. For example:
  7. export JAVA_HOME=<Sun_JDK_installation_directory>
  8. Add your Java executables to the PATH environment variable as follows:
  9. export PATH=$JAVA_HOME/bin:$PATH

Step 2: Download WebLogic Server 9.1

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

  1. Go to Oracle Technology Network or Oracle E-Delivery and download WebLogic Server 9.1 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 5 and the WebLogic Server package installer.

Step 3: Install WebLogic Server 9.1

  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/docs91/install/start.html

Installing WebLogic Server 9.1 on Solaris 10/AMD64

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

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

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

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

  6. Update the JAVA_HOME environment variable to reflect the JDK installation directory. For example:
  7. export JAVA_HOME=<Sun_JDK_installation_directory>
  8. Add your Java executables to the PATH environment variable as follows:
  9. export PATH=$JAVA_HOME/bin:$PATH 

Step 2: Download WebLogic Server 9.1

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

  1. Go to Oracle Technology Network or Oracle E-Delivery and download WebLogic Server 9.1 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.

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

Step 3: Install WebLogic Server 9.1

  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/docs91/install/start.html

 

Skip navigation bar  Back to Top Previous Next