Skip navigation.

Supported Configurations: HP-UX

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

WebLogic Platform 9.2 and AquaLogic Service Bus on HP-UX 11i v2

This section provides the following information:

Related Information

 


Configuration Requirements

 


Known Issues

Known Issues Pertaining to HP-UX JDK

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.

Known Issues Pertaining to HP-UX 11i v2 on Itanium

Working with Large Objects via RMI over IIOP

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.

Configure JDBC Data Sources Window Not Displayed Properly

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.

Unable to Start WebLogic Server While Logged in as root

If you start or install WebLogic Server while logged in as root, while using the JDK, the server may fail to start and throw a java.security.ProviderException. If this happens, complete the following procedure:

    1. In a text editor, open the java.security file in the directory JAVA_HOME/jre/lib/security, where JAVA_HOME represents your JDK installation directory.
    2. Find the securerandom.source=file:/dev/urandom entry. Change it to:
    3. securerandom.source=file:/dev/random
    4. Save the java.security file with your changes and close it.
    5. While still logged in as root, restart WebLogic Server.

HP Apache 2.0.55 does not load the plug-in modules correctly

  1. While trying to load module mod_wl_20.so using Apache/2.0.55 HP-UX_Apache-based_Web_Server on HP-UX 11.23 on Itanium, you may encounter the following error:
  2. Unsatisfied code symbol '_Unwind_Resume' in load module

    Workaround: Add the following code

    LoadFile /usr/lib/hpux64/libunwind.so

    before the LoadModule code:

    LoadModule weblogic_module <Path for mod_wl_20.so>

    in $APACHE_HOME/conf/httpd.conf file, where APACHE_HOME points to your Apache installation.

  3. While trying to load module mod_wl128_20.so using Apache/2.0.55 HP-UX_Apache-based_Web_Server on HP-UX 11.23 on Itanium, you may encounter the following errors:
  4. 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

    Workaround: Add the following two lines of code

    LoadFile /usr/lib/hpux64/libunwind.so
    LoadFile /usr/lib/hpux64/libCsup.so.1
    before the LoadModule code:
    LoadModule weblogic_module <Path for mod_wl128_20.so>

    in $APACHE_HOME/conf/httpd.conf file, where APACHE_HOME points to your Apache installation.

Serial Version UID Mismatch

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.

Increase MaxPermSize

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.

Known Issues for 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...

AquaLogic Service Bus

AquaLogic Service Bus Release Notes:

http://download.oracle.com/docs/cd/E13171_01/alsb/docs25/relnotes/relnotes.html

http://download.oracle.com/docs/cd/E13171_01/alsb/docs26/relnotes/relnotes.html

WebLogic Server

Oracle WebLogic Server Release Notes, Release 9.2 MP4 (9.2.4):

Refer to Document ID 1125333.1 at https://support.oracle.com

Oracle WebLogic Server 9.2 Known and Resolved Issues:

http://download.oracle.com/docs/cd/E13222_01/wls/docs92/issues/known_resolved.html

Installation and Configuration

Products Installation and Configuration Release Notes:

http://download.oracle.com/docs/cd/E13179_01/common/docs92/relnotes/relnotes.html

WebLogic Portal

WebLogic Portal 9.2 Release Notes:

http://download.oracle.com/docs/cd/E13218_01/wlp/docs92/relnotes/index.html

WebLogic Integration

WebLogic Integration 9.2 Release Notes:

http://download.oracle.com/docs/cd/E13214_01/wli/docs92/relnotes/index.html


 

 


Download and Installation Instructions

Download and Installation Instructions for Use with HP-UX 11i v2 on PA-RISC

This section describe the steps required to download libraries required for WebLogic Platform 9.2 on HP-UX 11i v2 on PA-RISC. For the standard method of installing products, see Products Installation Guide.

Downloading HP-UX Libraries Required for HP-UX 11i v2 on PA-RISC

Complete the following procedure:

  1. Go to the Web site:
  2. http://gatekeep.cs.utah.edu/hppd/hpux/Misc/zlib-1.2.3/

  3. Use the search button to find the following libraries:
  4. Download the libraries before proceeding to install products.

Download and Installation Instructions for Use with HP-UX 11i v2 on Itanium

This section includes the following procedures:

Downloading and Installing the HP-UX JDK 5.0 for HP-UX 11i v2 on Itanium

Complete the following procedure:

  1. Go to the HP download site:
  2. Download and install HP-UX JDK 5.0 for your configuration.
  3. Set the JAVA_HOME environment variable to the directory in which HP JDK is installed, and export JAVA_HOME. For example:
  4. export JAVA_HOME=/opt/java1.5
  5. Make sure that your PATH variable includes $JAVA_HOME/bin. For example:
  6. export PATH=$JAVA_HOME/bin:$PATH

Downloading and Installing WebLogic Server 9.2 Maintenance Packs on HP-UX 11i V2 on Itanium

Complete the following procedure:

  1. Go to Oracle E-Delivery and use the following information to download WebLogic Server 9.2 Maintenance Packs:
    1. Select Product Pack "Oracle BEA".
    2. Select the operating system.
    3. Select the appropriate media pack for the BEA WebLogic product that you want to download. For example, if you want to download WebLogic Server for Microsoft Windows (32-bit), select the media pack "BEA WebLogic Media Pack for Microsoft Windows (32-bit)".
    4. Select the part number for the WebLogic Server 9.2 Maintenance Pack and download the zip file. For example, select the part number corresponding to the description "WebLogic Server 9.2 MP4 for Microsoft Windows (32-bit)" and download the zip file.
    5. Extract files from the downloaded zip file.
    6. Note: For important information about how to download BEA products refer to BEA Product Download Changes (Document ID 762254.1 and 763603.1) at https://support.oracle.com/

  2. Install WebLogic Server using the instructions in http://download.oracle.com/docs/cd/E13179_01/common/docs92/install/start.html. This section describes the process of installing .jar files in the Graphical mode.
  3. Set the WL_HOME variable to the directory in which you installed your product, and export WL_HOME. For example:
  4. $ export WL_HOME=<your_installation_directory>/weblogic92
    cd $WL_HOME/server/native/hpux11/IPF32/
  5. Set the following execution modes on the contents of the $WL_HOME/server/native directory:
  6. $ 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://download.oracle.com/docs/cd/E13179_01/common/docs92/install/index.html.

Downloading HP-UX Libraries Required for HP-UX 11i v2 on Itanium (only for WebLogic Portal 9.2 and Later MPs).

Complete the following procedure:

  1. Go to the Web site
  2. http://gatekeep.cs.utah.edu/hppd/hpux/Misc/zlib-1.2.3/
  3. Use the search button to find the following libraries:
  4. Download and install the libraries before proceeding to install WebLogic Portal 9.2 and later MPs.

Downloading and Installing WebLogic Portal 9.2 and Later MPs on HP-UX 11i V2 on Itanium

Complete the following procedure:

  1. Go to Oracle Technology Network or Oracle E-Delivery and download WebLogic Portal for HP-UX Itanium.
  2. 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).

  3. Install WebLogic Portal using the instructions in http://download.oracle.com/docs/cd/E13179_01/common/docs92/install/start.html. This section describes the process of installing .jar files in the Graphical mode.
  4. Set the WL_HOME variable to the directory in which you installed your product, and export WL_HOME. For example:
  5. $ export WL_HOME=<your_installation_directory>/weblogic92
  6. cd $WL_HOME/server/native/hpux11/IPF32/
  7. Set the following execution modes on the contents of the $WL_HOME/server/native directory:
  8. $ chmod -R +x $WL_HOME/server/native/hpux11/*

For more information on installing WebLogic Portal, refer to the Installation Guide: http://download.oracle.com/docs/cd/E13179_01/common/docs92/install/index.html.

Downloading and Installing WebLogic Integration 9.2 MP1 and Later MPs on HP-UX 11i V2 on Itanium

Complete the following procedure:

  1. Go to Oracle Technology Network or Oracle E-Delivery and download WebLogic Integration for HP-UX Itanium.
  2. 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).

  3. Install WebLogic Integration using the instructions in http://download.oracle.com/docs/cd/E13179_01/common/docs92/install/start.html. This section describes the process of installing .jar files in the Graphical mode.
  4. Set the WL_HOME variable to the directory in which you installed your product, and export WL_HOME. For example:
  5. $ export WL_HOME=<your_installation_directory>/weblogic92
  6. cd $WL_HOME/server/native/hpux11/IPF32/
  7. Set the following execution modes on the contents of the $WL_HOME/server/native directory:
  8. $ chmod -R +x $WL_HOME/server/native/hpux11/*

For more information on installing WebLogic Integration, refer to the Installation Guide: http://download.oracle.com/docs/cd/E13179_01/common/docs92/install/index.html.

Downloading and Installing AquaLogic Service Bus on HP-UX 11i V2 on Itanium

Complete the following procedure:

  1. Go to Oracle Technology Network or Oracle E-Delivery and download AquaLogic Service Bus for HP-UX Itanium.
  2. 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).

  3. Install AquaLogic Service Bus using the following instructions:
  1. Set the WL_HOME variable to the directory in which you installed your product, and export WL_HOME. For example:
  2. $ export WL_HOME=<your_installation_directory>/weblogic92
    cd $WL_HOME/server/native/hpux11/IPF32/
  3. Set the following execution modes on the contents of the $WL_HOME/server/native directory:
  4. $ chmod -R +x $WL_HOME/server/native/hpux11/*

 


Recommended Kernel Parameter Settings

 

Skip navigation bar  Back to Top Previous Next