Supported Configurations: HP-UX
|
|
This section provides the following information:
http://www.hp.com.
|
HP-UX 11i v3 (HP-UX 11.31) with HP-UX patches for JavaTM See |
|
|
HP-UX 11i v3 (HP-UX 11.31) with HP-UX patches for JavaTM. See |
|
|
HP-UX 11i v3 (HP-UX 11.31) with HP-UX patches for JavaTM. See |
|
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.
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.
A Serial Version UID Mismatch Issue is encountered if you deploy an application on a latest JVM, but built with Sun JDK 1.5.0_06 or HP JDK 1.5.0.4 equivalent
Workaround: To be compatible with the serialization of previously compiled applications, modify the <BEA_HOME>/wlserver_10.0/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.
If your application involves working with very large objects via RMI over IIOP, you might encounter the following exception:
java.rmi.MarshalException: ; nested exception is: org.omg.CORBA.MARSHAL: vmcid: 0x0 minor code: 0 completed:
Workaround: Increase the size of the JVM thread stack using the -Xss option on the command line. By default, the stack is set to 512 KB; modify it depending on the size of the object in question.
When creating or upgrading WebLogic Server domains in the console mode, the Configure JDBC Data Sources window does not display correctly.
Workaround: Use the GUI mode or silent mode to create or upgrade a WebLogic Server domain on this configuration.
For information about known issues with products supported on this configuration, including available workarounds, see the appropriate Release Notes document.
|
WebLogic Server Known and Resolved Issues:
|
|
This section includes the following procedures:
Use the standard method of installing products, see Products Installation Guide.
Complete the following procedure:
JAVA_HOME environment variable to the directory in which HP JDK is installed, and export JAVA_HOME. For example: export JAVA_HOME=/opt/java1.5
export PATH=$JAVA_HOME/bin:$PATH
Complete the following procedure:
$java -d64 version
Complete the following procedure:
HP-UX (11iv2, 11iv3, Itanium) from the list of OS Platforms for your configuration.WL_HOME variable to the directory in which you installed your product, and export WL_HOME. For example:$ export WL_HOME=<your_installation_directory>/wlserver_10.0
cd $WL_HOME/server/native/hpux11/
$ chmod -R +x $WL_HOME/server/native/hpux11/*
For more information on installing WebLogic Server, refer to the WebLogic Server 10.0 Installation Guide at http://edocs.bea.com/common/do cs100/install/index.html.
Complete the following procedure:
WL_HOME/server/native/hpux11/IPF64
Complete the following procedure:
Complete the following procedure:
HP-UX (11iv2, 11iv3, Itanium) from the list of OS Platforms for your WebLogic Portal release.WL_HOME variable to the directory in which you installed your product, and export WL_HOME. For example:$ export WL_HOME=<your_installation_directory>/wlserver_10.0
$ chmod -R +x $WL_HOME/server/native/hpux11/*
Complete the following procedure:
WL_HOME/server/native/hpux11/IPF64
For more information on installing WebLogic Server, refer to the WebLogic Server 10.0 Installation Guide: http://edocs.bea.com/common/docs100/install/index.html.
|
|
|