Skip navigation.

Supported Configurations: HP-UX

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

WebLogic Platform 10.2 on HP-UX 11i v2

This section provides the following information:

Related Information

 


Configuration Requirements

 


Known Issues

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.

Serial Version UID Mismatch

A Serial Version UID Mismatch Issue is encountered if you deploy an application on a latest JVM, but built with an earlier service pack of Sun JDK 1.5.0.

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.

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.

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.

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...

WebLogic Server

WebLogic Server Known and Resolved Issues:

http://e-docs.bea.com/wls/docs100/issues/known_resolved.html

WebLogic Portal

WebLogic Portal Release Notes:

http://e-docs.bea.com/wlp/docs102/relnotes/index.html

WebLogic Integration

WebLogic Integration Release Notes:

http://e-docs.bea.com/wli/docs102/relnotes/index.html

Workshop for WebLogic

Workshop for WebLogic Release Notes:

http://e-docs.bea.com/wlw/docs102/relnotes/index.html


 

 


Download and Installation Instructions

This section includes the following procedures:

Download and Install WebLogic Portal 10.2 for HP-UX 11i v2 on PA-RISC

Complete the following procedure:

  1. Go to Oracle E-Delivery and download WebLogic Portal 10.2 for HP-UX PA-RISC (32-bit).
  2. Unzip the file.
  3. Install the .bin file using the installation procedure provided at: http://e-docs.bea.com/common/docs102/install/start.html. This section describes how to install .bin files using Graphical mode.

Download and Install WebLogic Integration 10.2 for HP-UX 11i v2 on PA-RISC

Complete the following procedure:

  1. Go to Oracle E-Delivery and download WebLogic Integration 10.2 for HP-UX PA-RISC (32-bit).
  2. Unzip the file.
  3. Install the .bin file using the installation procedure provided at: http://e-docs.bea.com/common/docs102/install/start.html. This section describes how to install .bin files using Graphical mode.

Download and Install HP-UX JDK 5.0 for HP-UX 11i v2 on Itanium (32 bit)

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

Download and Install HP-UX JDK 5.0 for HP-UX 11i v2 on Itanium (64 bit)

Complete the following procedure:

  1. Download and install HP-UX JDK 5.0 using the following instructions: Download and Install HP-UX JDK 5.0 for HP-UX 11i v2 on Itanium (32 bit).
  2. Use the -d64 option to invoke 64 bit Hotspot server. For example:
  3. $java -d64 version

    should show, depending on your JDK, a string similar to:

    java version "1.5.0.08" Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0.08-_04_may_2007_06_31) Java HotSpot(TM) 64-Bit Server VM (build 1.5.0.08 jinteg:05.04.07-13:52 IA64W, mixed mode)

Download the HP-UX Libraries Required for HP-UX 11i v2 on Itanium

Complete the following procedure:

  1. Go to the Web site
  2.  http://hpux.connect.org.uk/
  3. Use the search button to find the following libraries:
  4. libiconv-1.12-ia64-11.31.depot (Hint: Search with token: libiconv-1.12) 
    libxml2-2.6.30-ia64-11.31.depot (Hint: Search with token: libxml2-2.6.30) 
    libxslt-1.1.22-ia64-11.31.depot (Hint: Search with token: libxslt-1.1.22) 
    zlib-1.2.3-ia64-11.31.depot (Hint: Search with token: zlib-1.2.3) 
  5. Download and install the libraries before proceeding to install WebLogic Portal 10.2.

Download and Install WebLogic Portal 10.2 for HP-UX 11i v2 on Itanium (32 Bits)

Complete the following procedure:

  1. Go to the download site:
  2. http://commerce.bea.com/showallversions.jsp?family=WLPORTAL

  3. Under the WebLogic Platform Package Installer, select HP-UX (11iv2, 11iv3, Itanium) from the list of OS Platforms for your WebLogic Portal release.
  4. Download the WebLogic Portal installer .jar file.
  5. Install WebLogic Portal using the instructions in http://e-docs.bea.com/common/docs100/install/start.html. This section describes the process of installing .jar files in the Graphical mode.
  6. Set the WL_HOME variable to the directory in which you installed your product, and export WL_HOME. For example:
  7. $ export WL_HOME=<your_installation_directory>/wlserver_10.0

Download and Install WebLogic Portal 10.2 for HP-UX 11i v2 on Itanium (64 Bits)

Complete the following procedure:

  1. Download and install WebLogic Portal 10.2 using the instructions at: Download and Install WebLogic Portal 10.2 for HP-UX 11i v2 on Itanium (32 Bits)
  2. Update the SHLIB_PATH variable to point to IPF64 directory under:
  3. WL_HOME/server/native/hpux11/IPF64

    In the file $WL_HOME/common/bin/commEnv.sh file, replace all occurrences of WL_HOME/server/native/hpux11/IPF32 with WL_HOME/server/native/hpux11/IPF64.

For more information on installing WebLogic Portal, refer to the WebLogic Platform 10.2 Installation Guide: http://edocs.bea.com/common/docs102/install/index.html.

Download and Install WebLogic Integration 10.2 for HP-UX 11i v2 on Itanium (32 Bits)

Complete the following procedure:

  1. Go to the download site:
  2. http://commerce.bea.com/showallversions.jsp?family=WLI

  3. Under the WebLogic Platform Package Installer, select HP-UX (11iv2, 11iv3, Itanium) from the list of OS Platforms for your WebLogic Integration release.
  4. Download the WebLogic Integration installer .jar file.
  5. Install WebLogic Integration using the instructions in http://e-docs.bea.com/common/docs100/install/start.html. This section describes the process of installing .jar files in the Graphical mode.
  6. Set the WL_HOME variable to the directory in which you installed your product, and export WL_HOME. For example:
  7. $ export WL_HOME=<your_installation_directory>/wlserver_10.0

For more information on installing WebLogic Integration, refer to the WebLogic Platform 10.2 Installation Guide: http://edocs.bea.com/common/docs102/install/index.html.

Download and Install WebLogic Integration 10.2 for HP-UX 11i v2 on Itanium (64 Bits)

Complete the following procedure:

  1. Download and install WebLogic Integration 10.2 using the instructions at: Download and Install WebLogic Integration 10.2 for HP-UX 11i v2 on Itanium (32 Bits)
  2. Update the SHLIB_PATH variable to point to IPF64 directory under:
  3. WL_HOME/server/native/hpux11/IPF64

    In the file $WL_HOME/common/bin/commEnv.sh file, replace all occurrences of WL_HOME/server/native/hpux11/IPF32 with WL_HOME/server/native/hpux11/IPF64.

For more information on installing WebLogic Integration, refer to the WebLogic Platform 10.2 Installation Guide: http://edocs.bea.com/common/docs102/install/index.html.

 


Recommended Kernel Parameter Settings

 

Skip navigation bar  Back to Top Previous Next