Supported Configurations: Sun Solaris
BEA WebLogic Platform 9.2 and AquaLogic Service Bus on Solaris 9
This section provides the following information:
Related Information
- For information about supported database configurations, Web servers, browsers, interoperability tools, and product support, see:
- For information about the Solaris operating system, see the following Sun Web site:
http://www.sun.com/solaris.
- For information about Sun's support services—If you have a support contract for the use of Solaris platforms, you may be able to obtain support for general Java issues (for example, JDK problems). See
http://www.sun.com/service/support.
- For information about known issues with the Azul Virtual Machine, see
http://www.azulsystems.com
Configuration Requirements
The following section provides requirements for BEA products supported on this configuration:
- Requirements for Solaris 9 on SPARC Using Sun 32-bit JDK
- Requirements for Solaris 9 on SPARC Using BEA JRockit 64-bit JDK
- Requirements for Solaris 9 on SPARC Using Sun 64-Bit JDK
- Requirements for Solaris 9 on x86 Using Sun 32-Bit JDK
Table 10-1 Requirements for Solaris 9 on SPARC Using Sun 32-bit JDK
|
Operating System Version and Patches
|
Solaris 9
|
|
Chip Architecture and Minimum Processor Speed
|
UltraSPARC (168 MHz)
|
|
JDK
|
|
|
RAM
|
1 GB minimum, 2 GB recommended
|
|
Performance Pack
|
server/native/solaris/sparc/libmuxer.so
|
|
BEA Product Support
|
|
|
Design and Development Tools
|
|
Table 10-2 Requirements for Solaris 9 on SPARC Using BEA JRockit 64-bit JDK
|
Operating System Version and Patches
|
Solaris 9
|
|
Chip Architecture and Minimum Processor Speed
|
UltraSPARC (168 MHz)
|
|
JDK
|
|
|
RAM
|
1 GB minimum, 2 GB recommended
|
|
Performance Pack
|
server/native/solaris/sparc64/libmuxer.so
|
|
BEA Product Support
|
WebLogic Server 9.2 and later MPs
|
|
Design and Development Tools
|
BEA Workshop for WebLogic Platform 9.2 and later MPs: Not supported
|
Table 10-3 Requirements for Solaris 9 on SPARC Using Sun 64-Bit JDK
|
Operating System Version and Patches
|
Solaris 9
|
|
Chip Architecture and Minimum Processor Speed
|
UltraSPARC (168 MHz)
|
|
JDK
|
|
|
RAM
|
1 GB minimum, 2 GB recommended
|
|
Performance Pack
|
server/native/solaris/sparc64/libmuxer.so
|
|
BEA Product Support
|
WebLogic Server 9.2 and later MPs
|
|
Design and Development Tools
|
BEA Workshop for WebLogic Platform 9.2 and later MPs: Not supported
|
Table 10-4 Requirements for Solaris 9 on x86 Using Sun 32-Bit JDK
|
Operating System Version and Patches
|
Solaris 9
|
|
Chip Architecture and Minimum Processor Speed
|
Xeon, Pentium II or higher, x86, and compatible chip architectures (1.1 GHz)
|
|
JDK
|
|
|
RAM
|
1 GB minimum
|
|
Performance Pack
|
server/native/solaris/x86/libmuxer.so
|
|
BEA Product Support
|
|
|
Design and Development Tools
|
BEA Workshop for WebLogic Platform 9.2 and later MPs: Not supported
|
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>/Weblogic92/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 When Using the Azul Virtual Machine
A serial version UID mismatch is encountered when using WLS 9.2
Workaround: Create a Master Azul arguments file azul.java.vminitargs.post in Azul's JAVA_HOME if its not present and include:
-Dcom.sun.xml.namespace.QName.useCompatibleSerialVersionUID=1.0
Issues Related to Solaris 9 on x86 Using Autonomy
See Using a Remote Autonomy Installation in Supported Configurations for WebLogic Platform 9.2.
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.
Download and Installation Instructions
The following section provides download and installation instructions for BEA products 9.2 on Solaris 9:
Solaris 9 on SPARC
There are no special instructions for download and installation for BEA products 9.2 on Solaris 9 on SPARC. For the standard method of installing BEA products, appropriate for all operating systems, see BEA Products Installation Guide. For information about distribution methods for WebLogic Platform and WebLogic Server, see Product Distribution Methods.
Solaris 9 on SPARC64 using BEA JRockit
Complete the following procedures:
Download and Installation Instructions for JRockit 5.0 R26 JDK Solaris (SPARC 64-bit)
Note: Prior to installing JRockit 5.0 R26, you may need to install the 64-bit SUNWscpux package See Solaris Systems With More Than 4 Gbytes RAM.
Complete the following procedure:
- Click on Jrockit 5.0 and accept the license agreement
- Download and install the
JRockit 5.0 R26 JDK Solaris (SPARC - 64-bit).
- Set the
JAVA_HOME environment variable to the directory in which Jrockit 5.0 Update 6 is installed, and export JAVA_HOME. For example:
export JAVA_HOME=/usr/Jrockit1.5.0_06
- Set your PATH variable to include
$JAVA_HOME/bin. For example:
export PATH=$JAVA_HOME/bin:$PATH
WebLogic Server 9.2 and Later MPs for Solaris 9 on SPARC64 Installation Instructions
To install WebLogic Server on Sun Solaris 9 on SPARC64:
- Under the WebLogic Server Package Installer, select
Sun Solaris (9, 10, SPARC64) supporting 64 bit JVMs from the list of OS Platforms for your configuration.
- Download the package installer
.jar file.
- Update the
LD_LIBRARY_PATH variable to point to the server/native/solaris/sparc64 directory. Replace 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.
Solaris 9 on SPARC64 Using Sun 64-Bit JDK
Complete the following procedures:
Download and Installation Instructions for Sun SDK 1.5.0_06 (64-bit)
Complete the following procedure:
- From the section for Solaris SPARC Platforms, download:
- Sun Java JDK 5.0 Update 6 (32-bit)
- Sun Java JDK 5.0 Update 6 (64-bit)
Note: Solaris 64-bit JDK requires that the 32-bit JDK is installed before installing the 64-bit JDK.
- Set the
JAVA_HOME environment variable to the directory in which Sun JDK 5.0 Update 6 is installed and export JAVA_HOME. For example:
export JAVA_HOME=/usr/jdk1.5.0_06
- Set your PATH variable to include
$JAVA_HOME/bin. For example:
export PATH=$JAVA_HOME/bin:$PATH
- Use the
-d64 option to invoke Hotspot 64-bit Server for your installation.
WebLogic Server 9.2 and Later MPs for Solaris 9 on SPARC64 Installation Instructions
To install WebLogic Server on Sun Solaris 9 SPARC64:
- Under the WebLogic Server Package Installer, select
Sun Solaris (9, 10, SPARC64) supporting 64 bit JVMs from the list of OS Platforms for your configuration.
- Download the package installer
.jar file.
- Update the
LD_LIBRARY_PATH variable to point to the server/native/solaris/sparc64 directory. Replace 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.
- Update
JAVA_VM by adding -d64 with the existing variable in $WL_HOME/common/bin/commEnv.sh.
Solaris 9 on x86
Complete the following procedures:
- Depending on your requirements:
Download and Install Sun JDK 5.0 Update 6
Complete the following procedure:
- Download the Sun Java 2 JDK 5.0 Update 6 (32-bit) for the Solaris on x86 platform.
- Set the
JAVA_HOME environment variable to the directory in which Sun JDK 5.0 Update 6 is installed, and export JAVA_HOME. For example: export JAVA_HOME=/opt/java1.5
- Make sure that your
PATH variable includes $JAVA_HOME/bin. For example: export PATH=$JAVA_HOME/bin:$PATH
- Verify the java version using
$java -version. Make sure that the output contains the following string:
java version "1.5.0_06" Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_06-b05) Java HotSpot(TM) Server VM (build 1.5.0_06-b05, mixed mode)
Download and Install WebLogic Server 9.2 and Later MPs for Solaris 9 on x86
To install WebLogic Server on Sun Solaris 9 on x86:
- Under the WebLogic Server Package Installer, select
Sun Solaris (9, 10, x86) from the list of OS Platforms for your configuration.
- Download the package installer
.jar file.
For more information on installing WebLogic Server, refer to the WebLogic Server 9.2 Installation Guide.
Download and Install WebLogic Portal 9.2 and Later MPs and Later MPs for Solaris 9 on x86
To install WebLogic Portal on Solaris 9 on x86:
- Under the WebLogic Platform Package Installer, select
Sun Solaris (9,10 x86)from the list of OS Platforms for your configuration.
- Download the package installer
.jar file.
Download and Apply BEA Patches
Download and install the following patches for Solaris 9 using the BEA Smart Update tool:
WLP 9.2
WLS 9.2 MP2
- Patch ID: 3X4R PassCode : N7T36PX8 (Required for SPARC Using BEA JRockit 64-bit JDK or SUN 64-bit JDK)
WLP 9.2 MP2
- Patch ID: 3X4R PassCode : N7T36PX8 (Required for SPARC Using BEA JRockit 64-bit JDK or SUN 64-bit JDK)
WLI 9.2 MP2
- Patch ID: 3X4R PassCode : N7T36PX8 (Required for SPARC Using BEA JRockit 64-bit JDK or SUN 64-bit JDK)
For more information on the BEA Smart Update tool, refer to http://e-docs.bea.com/common/docs92/smart_update/intro.html.