Supported Configurations: HP-UX
|
|
Products Supported on this Configuration
This section provides the following information:
http://www.hp.com.
WebLogic Server 9.0 and AquaLogic Service Bus 2.0 are supported on HP-UX 11i v2 on both PA-RISC and Itanium hardware. For detailed requirements for these configurations, see the appropriate table:
|
HP-UX 11i v2 with required HP-UX patches for JavaTM See |
|
|
HP-UX JDK for the Java 2 Standard Edition platform version 5.0.01 HP PA-RISC 2 with Java HotSpotTM Server VM (32-bit) and all later JDK 5.0.01 service packs for development and production deployment on HP-UX |
|
If you are using releases of HP-UX JDK 5.0.04, HP-UX JDK 5.0.05, and HP-UX JDK 5.0.06, you may experience an out-of-memory error. Oracle recommends upgrading to the latest JDK version. See http://www.hp.com/go/java.
java.rmi.MarshalException: ; nested exception is: org.omg.CORBA.MARSHAL: vmcid: 0x0 minor code: 0 completed:
If you see this exception, you may need to increase the size of the thread stack with the -Xss option. The JVM default is 512 KB; the new value depends on the size of the object in question.
OutOfMemory error message, you need to increase the maximum heap size by specifying the -Xmx argument on the command line. For example: $ java -Xmx512m -jar alsb200_wls900_generic.jar -mode=console
java.security.ProviderException. If this happens, complete the following procedure:A serial version UID mismatch is encountered when using WebLogic Server with HP-UX Java 5 (JDK 1.5.0.03 and higher).
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.
You may need to increase the MaxPermSize parameter based on application requirements. For example: For the WebLogic Portal Groupspace sample, you may need to increase the MaxPermSize from 128MB to 256MB.
For more information about known issues with products supported on this configuration, including available workarounds, see the appropriate Release Notes document.
|
AquaLogic Service Bus Release Notes:
|
|
|
WebLogic Server Known and Resolved Issues:
|
|
|
Products Installation and Configuration Release Notes:
|
Note: These instructions are provided only for customers running HP-UX 11i v2 on Itanium. If you are running HP-UX 11i v2 on PA-RISC, you can simply follow the instructions in Products Installation Guide, available at http://download.oracle.com/docs/cd/E13179_01/common/docs90/install/index.html.
To run your products on HP-UX 11i v2 on Itanium, your configuration must include the following components:
To obtain these components and install your products, complete the following procedure:
http://www.hp.com/products1/unix/java/java2/jdkjre5_0/downloads/license_jre_5.0.01_itanium.html
Oracle Technology Network or Oracle E-Delivery and download WebLogic components for HP-UX.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).
.jar files available at:http://download.oracle.com/docs/cd/E13179_01/common/docs90/install/start.html
WL_HOME variable to the directory in which you installed your product, and export WL_HOME. For example:$ export WL_HOME=/your_installation_directory/weblogic90
${WL_HOME}/common/bin/commEnv.sh, modify the value of the SHLIB_PATH environment variable so it points to the IPF32 directory (instead of the PA_RISC directory) under server/native/hpux11. In other words, replace all occurrences of PA_RISC with IPF32 in the ${WL_HOME}/common/bin/commEnv.sh shell script.weblogic90/server/bin and weblogic90/server/native directories:$ chmod +x $WL_HOME/server/bin/*
$ chmod -R +x $WL_HOME/server/native/hpux11/*
maxdsiz kernel parameter to a minimum value of 2 GB. max_thread_proc parameter: 1024.
|
|
|