Skip navigation.

Supported Configurations: Sun Solaris

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

WebLogic Platform 10.3 on Solaris 10

This section provides the following information:

Related Information

 


Configuration Requirements

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

 


Known Issues

Doing a Complete Install With a Generic Installer

If you are performing a complete install of a WebLogic product (e.g. WebLogic Server, WebLogic Portal) by using the generic installer (.jar) on a platform where Eclipse is not supported or not installed, you might encounter a situation where the generic installer will go into a repeated loop condition. If you are experiencing this condition refer to the Installation Guide, specifically the "Install Eclipse Location Options" section for more information on how to handle the installation.

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.3/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.

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.

Out of Memory Exception During Installation

The generic .jar installer used to install WebLogic Portal 10.3 on Solaris 10 64-bit Xeon/AMD64 platforms may throw an OutOfMemory Exception and as a result, does not provide a complete installation.

Workaround:

Update the Java opts max heap size. For example:

java -Xms512m -Xmx1024m -jar portal103_generic.jar

Issues Related to WebLogic Integration 10.3 With 64-bit JDK on Sun Sparc

  1. With sample domains, the sample domains get started but the native I/O is disabled. The following message is displayed in the console log while WebLogic Server is starting:
  2. "Unable to load performance pack. Using Java I/O instead."

    This issue occurred because WebLogic Server was getting started with the 32-bit JVM (Sun JDK).

    Workaround:

    Update WebLogic Server start script with the following:

    export USER_MEM_ARGS with " -d64"

  3. After applying the workaround to Issue 1, the native performance pack gets loaded but a PermGen space error is thrown and the server does not start. The following error is displayed:
  4. "Exception in thread "main" java.lang.OutOfMemoryError: PermGen space."

    Workaround:

    You need to pass "-d64" and other memory arguments to the "USER_MEM_ARGS" environment variable before running startWeblogic.sh.

    export USER_MEM_ARGS=" -d64 -Xms256m -Xmx512m -XX:PermSize=128m -XX:MaxPermSize=256m "

  5. When ./stopWeblogic.sh is run to stop the server that is running in production mode, it asks to provide the username and password. The issue here is that the password is not hidden. The password is printed in clear text.
  6. Workaround:

    The password will not be echoed when you do the following:

    export JAVA_OPTIONS="-d64 ${JAVA_OPTIONS}"

Issues Related to Solaris 10 on AMD64 and 64-bit Xeon when Using Remote Autonomy

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

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/E12840_01/wls/docs103/issues/index.html

WebLogic Portal

WebLogic Portal Release Notes:

http://download.oracle.com/docs/cd/E13155_01/wlp/docs103/relnotes/index.html

WebLogic Integration

WebLogic Integration Release Notes:

http://download.oracle.com/docs/cd/E13160_01/wli/docs10gr3/relnotes/index.html

Workshop for WebLogic

Workshop for WebLogic Release Notes:

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

 


Download and Install Instructions

You can download Oracle WebLogic products from either the Oracle Technology Network website or the Oracle E-Delivery website.

Download and Install Sun JDK 6.0 for Solaris 10 on Sparc, x86 and AMD64/64-Bit Xeon

To install Sun JDK 6.0:

  1. Go to the SUN download site at http://java.sun.com/products/archive/
  2. Select latest update from JDK/JRE-6.
  3. Select the platform to download for your JDK environment. (Note: For Solaris AMD64 32-bit JDK, select Solaris x86 to get the 32-bit JDK).
  4. Install the JDK.
  5. 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/java1.6.0_05
  6. Make sure that your PATH variable includes $JAVA_HOME/bin. For example: export PATH=$JAVA_HOME/bin:$PATH

Download and Install Instructions for Solaris 10 on SPARC 64

  1. Download and install the supported JDK for your environment.
  2. Go to Oracle E-Delivery and use the following information to select the WebLogic MediaPack and Part Numbers for download:
  3. Install instructions for Sparc using a 32-bit JDK,
  4. Install instructions for Sparc using a 64-bit JDK,

  5. For WebLogic Portal, make sure that your WL_HOME variable is set to the directory in which you installed your product, and export WL_HOME. For example,
  6. $ WL_HOME=<your installation directory>/wlserver_10.3

Download and Install Instructions for Solaris 10 on AMD64/64-bit Xeon

  1. Download and install the supported JDK for your environment.
  2. Go to Oracle E-Delivery and use the following information to select the WebLogic MediaPack and Part Numbers for download:
  3. Install instructions for 64-bit Xeon/AMD64 using a 32-bit JDK
  4. Install instructions for 64-bit Xeon/AMD64 using a 64-bit JDK

  5. For WebLogic Portal, make sure that your WL_HOME variable is set to the directory in which you installed your product, and export WL_HOME. For example,
  6. $ WL_HOME=<your installation directory>/wlserver_10.3

Download and Install Instructions for Solaris 10 on x86

  1. Download and install the supported JDK for your environment.
  2. Go to Oracle E-Delivery and use the following information to select the WebLogic MediaPack and Part Numbers for download:
  3. Install instructions for x86 with a 32-bit JDK
  4. For WebLogic Portal, make sure that your WL_HOME variable is set to the directory in which you installed your product, and export WL_HOME. For example,
  5. $ WL_HOME=<your installation directory>/wlserver_10.3

 


WebLogic Server Support of Solaris Zones

For information on Weblogic Server support of Solaris Zones, refer to "WebLogic Server Support For Sun Solaris 10 in Multi-Zone Operation".

 

Skip navigation bar  Back to Top Previous Next