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 for WebLogic Platform 10.2:

Related Information

 


Configuration Requirements

Table 2-1 Requirements for HP-UX 11i v2 on PA-RISC

Operating System Version and Patches

HP-UX 11i v2 (HP-UX 11.23) with HP-UX patches for JavaTM

See http://www.hp.com/products1/unix/java/patches/index.html.

Chip Architecture and Minimum Processor Speed

PA-RISC (240 MHz)

JDK

HP-UX JDK for the Java 2 Standard Edition platform version 5.0.08 HP PA-RISC 2 with Java HotSpotTM Server VM (32-bit) and all later JDK 5.0.* service packs for development and production deployment on HP-UX

RAM

1 GB minimum, 2 GB recommended

Performance Pack

server/native/hpux11/PA_RISC/libmuxer.sl

Product Support

  • WebLogic Platform 10.2, 10.2 MP1

  • WebLogic Server 10.0 MP1, 10.0 MP2

  • WebLogic Portal 10.2, 10.2 MP1

  • WebLogic Integration 10.2, 10.2 MP1

  • Workshop for WebLogic 10.2 (Runtime)


 

Table 2-2 Requirements for HP-UX 11i v2 on Itanium (32-bit JVM)

Operating System Version and Patches

HP-UX 11i v2 (HP-UX 11.23) with HP-UX patches for JavaTM

See http://www.hp.com/products1/unix/java/patches/index.html.

Chip Architecture and Minimum Processor Speed

HP Itanium (1.5 GHz)

JDK

HP-UX JDK for the Java 2 Standard Edition platform version 5.0.08 with Java HotSpotTM Server VM (32-bit) and all later JDK 5.0.* service packs for development and production deployment on HP-UX

RAM

1 GB minimum, 2 GB recommended

Performance Pack

server/native/hpux11/IPF32/libmuxer.sl

Product Support

  • WebLogic Platform 10.2, 10.2 MP1

  • WebLogic Server 10.0 MP1, 10.0 MP2

  • WebLogic Portal 10.2, 10.2 MP1

  • WebLogic Integration 10.2, 10.2 MP1

  • Workshop for WebLogic 10.2, 10.2 MP1 (Runtime)

Table 2-3 Requirements for HP-UX 11i v2 on Itanium (64-bit JVM)

Operating System Version and Patches

HP-UX 11i v2 (HP-UX 11.23) with HP-UX patches for JavaTM

See http://www.hp.com/products1/unix/java/patches/index.html.

Chip Architecture and Minimum Processor Speed

HP Itanium (1.5 GHz)

JDK

HP-UX JDK for the Java 2 Standard Edition platform version 5.0.08 with Java HotSpotTM Server VM (64-bit) and all later JDK 5.0.* service packs for development and production deployment on HP-UX

RAM

1 GB minimum, 2 GB recommended

Performance Pack

server/native/hpux11/IPF64/libmuxer.sl

Product Support

  • WebLogic Platform 10.2, 10.2 MP1

  • WebLogic Server 10.0 MP1, 10.0 MP2

  • WebLogic Portal 10.2, 10.2 MP1

  • WebLogic Integration 10.2, 10.2 MP1

  • Workshop for WebLogic 10.2, 10.2 MP1 (Runtime)

 


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.

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.

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://download.oracle.com/docs/cd/E13222_01/wls/docs100/issues/known_resolved.html

WebLogic Portal

WebLogic Portal Release Notes:

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

WebLogic Integration

WebLogic Integration Release Notes:

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

Workshop for WebLogic

Workshop for WebLogic Release Notes:

http://download.oracle.com/docs/cd/E13224_01/wlw/docs102/relnotes/index.html


 

 


Download and Install for HP-UX JDK and Libraries

Download and Install HP-UX JDK 5.0 (32-bit/64-bit) 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
  7. If you are using the 64-bit JDK, use the -d64 option to invoke 64 bit Hotspot server. For example:
  8. $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 for WebLogic Platform 10.2 MP1

Download and Install WebLogic Media Pack for HP-UX PA-RISC (32-bit)

  1. Make sure that your PATH variable includes $JAVA_HOME/bin. For example:
  2. export PATH=$JAVA_HOME/bin:$PATH
  3. Go to Oracle E-Delivery and use the following information to select the WebLogic Media Pack and Part Numbers for download:
  4. Install the WebLogic Products using the directions provided in the BEA Products Installation Guide.
  5. Refer to http://download.oracle.com/docs/cd/E13179_01/common/docs102/install/start.html for instructions on how to start the .jar or .bin or.exe installer files. Note, that generic installers are those filenames that end in .jar.

  6. Make sure

Download and Install WebLogic Media Pack for HP-UX Itanium

  1. Make sure that your PATH variable includes $JAVA_HOME/bin. For example:
  2. export PATH=$JAVA_HOME/bin:$PATH
  3. Go to Oracle E-Delivery and use the following information to select the WebLogic Media Pack and Part Numbers for download:
  4. Install the WebLogic Products using the directions provided in the BEA Products Installation Guide.
  5. Refer to http://download.oracle.com/docs/cd/E13179_01/common/docs102/install/start.html for instructions on how to install the .jar or .bin or.exe installer files.
  6. Make sure
  7. For Itanium using 64-bit JDK, update the SHLIB_PATH variable to point to IPF64 directory under:
  8. 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.

 


Download and Install for WebLogic Platform 10.2

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

Complete the following procedure:

  1. Download WebLogic Platform 10.2 from Oracle E-Delivery by performing the following steps:
    1. Enter your Oracle E-Delivery access credentials.
    2. Select Product Pack "Oracle BEA" and platform "HP-UX PA-RISC (32-bit)".
    3. Select "BEA WebLogic Media Pack for HP-UX PA-RISC (32-bit)".
    4. Select Part number V13485-01 "WebLogic Platform ISV 10.2 for HP-UX PA-RISC (32-bit)".
  2. Install the using the installation procedure provided at: http://download.oracle.com/docs/cd/E13179_01/common/docs102/install/start.html.

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

Complete the following procedure:

  1. For information on WebLogic product downloads, refer to Metalink Note number 778849.1 in http://metalink.oracle.com.
  2. Install the .bin file using the installation procedure provided at: http://download.oracle.com/docs/cd/E13179_01/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. For information on WebLogic product downloads, refer to Metalink Note number 778849.1 in http://metalink.oracle.com.
  2. Install the .bin file using the installation procedure provided at: http://download.oracle.com/docs/cd/E13179_01/common/docs102/install/start.html. This section describes how to install .bin files using Graphical mode.

Download and Install WebLogic Platform 10.2 for HP-UX 11i v2 on Itanium

Complete the following procedure:

  1. Download WebLogic Platform 10.2 from Oracle E-Delivery by performing the following steps:
    1. Enter your Oracle E-Delivery access credentials.
    2. Select Product Pack "Oracle BEA" and platform "HP-UX Itanium".
    3. Select "BEA WebLogic Media Pack HP-UX Itanium".
    4. For WebLogic Platform 10.2, select Part number B48182-01 "WebLogic Platform 10.2 for HP-UX Itanium".

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

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

Complete the following procedure:

  1. Download WebLogic Portal 10.2 from Oracle E-Delivery by performing the following steps:
    1. Enter your Oracle E-Delivery access credentials.
    2. Select Product Pack "Oracle BEA" and platform "HP-UX Itanium".
    3. Select "BEA WebLogic Media Pack for HP-UX Itanium".
    4. Select Part number B48186-01 "WebLogic Portal 10.2 for HP-UX Itanium".
  2. Install WebLogic Portal using the instructions in http://download.oracle.com/docs/cd/E13179_01/common/docs102/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>/wlserver_10.0
  5. If you are using a 64-bit JDK, update the SHLIB_PATH variable to point to IPF64 directory under:
  6. 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 information on installing WebLogic Portal, refer to the WebLogic Platform 10.2 Installation Guide: http://download.oracle.com/docs/cd/E13179_01/common/docs102/install/index.html.

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

Complete the following procedure:

  1. Download WebLogic Integration 10.2 from Oracle E-Delivery by performing the following steps:
    1. Enter your Oracle E-Delivery access credentials.
    2. Select Product Pack "Oracle BEA" and platform "HP-UX Itanium".
    3. Select "BEA WebLogic Media Pack HP-UX Itanium".
    4. For WebLogic Integration 10.2, select Part Number B48181-01 "WebLogic Integration 10.2 for HP-UX Itanium".
  2. Install WebLogic Integration using the instructions in http://download.oracle.com/docs/cd/E13179_01/common/docs102/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>/wlserver_10.0
  5. If you are using a 64-bit JDK, update the SHLIB_PATH variable to point to IPF64 directory under:
  6. 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 information on installing WebLogic Integration, refer to the WebLogic Platform 10.2 Installation Guide: http://download.oracle.com/docs/cd/E13179_01/common/docs102/install/index.html.

 


Recommended Kernel Parameter Settings

 

Skip navigation bar  Back to Top Previous Next