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 |
|
|
|
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.
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.
Unsatisfied code symbol '_Unwind_Resume' in load module
Workaround: Add the following code
LoadFile /usr/lib/hpux64/libunwind.so
LoadModule weblogic_module <Path for mod_wl_20.so>
in $APACHE_HOME/conf/httpd.conf file, where APACHE_HOME points to your Apache installation.
Unsatisfied code symbol '__cxa_personality_routine' in load module.
Unsatisfied data symbol '_ZTVN10__cxxabiv119__pointer_type_infoE' in load module
Unsatisfied data symbol '_ZTVN10__cxxabiv117__class_type_infoE' in load module
A serial version UID mismatch is encountered when using WebLogic Server 9.2 with HP-UX Java 5 (JDK 1.5.0.03 and higher).
Workaround: 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.
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 information about known issues with products supported on this configuration, including available workarounds, see the appropriate Release Notes document.
|
AquaLogic Service Bus Release Notes: |
|
This section includes the following procedures:
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:
HP-UX (11iV2, 11iV3, Itanium) from the list of OS Platforms for your configuration.$ export WL_HOME=<your_installation_directory>/weblogic92
cd $WL_HOME/server/native/hpux11/IPF32/
$ chmod -R +x $WL_HOME/server/native/hpux11/*
For more information on installing WebLogic Server, refer to the WebLogic Server 9.2 Installation Guide: http://edocs.bea.com/common/docs92/install/index.html.
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>/weblogic92
$ chmod -R +x $WL_HOME/server/native/hpux11/*
For more information on installing WebLogic Portal, refer to the Installation Guide: http://edocs.bea.com/common/docs92/install/index.html.
Complete the following procedure:
HP-UX (11iV2, 11iV3, Itanium) from the list of OS Platforms for your WebLogic Integration 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>/weblogic92
$ chmod -R +x $WL_HOME/server/native/hpux11/*
For more information on installing WebLogic Integration, refer to the Installation Guide: http://edocs.bea.com/common/docs92/install/index.html.
Complete the following procedure:
|
|
|