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 Server 9.1 and Related Products on HP-UX 11i v2

Products Supported on this Operating System

Product

Version

AquaLogic Service Bus

2.1

WebLogic Server

9.1


 

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 for 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; the new value depends on the size of the object in question.

Out of Memory Message Encountered During Installation

OutOfMemory error message encountered while installing AquaLogic Service Bus 2.1.

Workaround: Increase the maximum heap size using the -Xmx option on the command line. For example:

$ java -Xmx512m -jar alsb210_wls910_generic.jar -mode=console

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.

Serial Version UID Mismatch

A serial version UID mismatch is encountered when using WebLogic Server with HP-UX Java 5 (JDK 1.5.0.03 and higher).

Workaround: To be compatible with the serialization of previously compiled applications, modify the <BEA_HOME>/Weblogic91/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.

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.

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/docs21/relnotes/relnotes.html

WebLogic Server

WebLogic Server Known and Resolved Issues:

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

Installation and Configuration

Products Installation and Configuration Release Notes:

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


 

 


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

The following sections describe the steps required to download and install the following components on HP-UX 11i v2 on Itanium:

Downloading and Installing the HP-UX JDK 5.0.02 for Itanium

Complete the following procedure:

  1. Go to the HP Web site:
  2. http://www.hp.com/products1/unix/java/java2/jdkjre5_0/downloads/license_jre_5.0.02_itanium.html
  3. Download and install HP-UX JDK 5.0.02
  4. Update the following environment variables:
    1. JAVA_HOME to reflect the SDK installation directory. For example:
    2. $ export  JAVA_HOME = <HP JDK5.0.02 installation dir>
    3. PATH to include java executables. For example:
    4. $ export PATH=$JAVA_HOME/bin;$PATH

Installing WebLogic Server 9.1 on HP-UX 11i v2 for Itanium

To install WebLogic Server 9.1 package installer on HP-UX 11i v2 for Itanium:

  1. Go to Oracle Technology Network or Oracle E-Delivery and download WebLogic Server 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 Server 9.1 on your HP-UX 11i v2 configuration by completing the console-mode installation procedure for .jar files available at: http://download.oracle.com/docs/cd/E13179_01/common/docs91/install/start.html.
  4. For more information on installing WebLogic Server, refer to the WebLogic Server 9.1 Online Documentation.

  5. Set the WL_HOME variable to the directory in which you installed your product, and export WL_HOME. For example:
  6. $ export WL_HOME=/your_installation_directory/weblogic91
  7. Set the following execution modes on the contents of the weblogic91/server/bin and weblogic91/server/native directories:
  8. $ chmod +x $WL_HOME/server/bin/*
    $ chmod -R +x $WL_HOME/server/native/hpux11/*

Installing AquaLogic Service Bus 2.1 on HP-UX 11i v2 for Itanium

To install the AquaLogic Service BusTM package installer on HP-UX 11i v2 for Itanium:

  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 2.1 on your HP-UX 11i v2 configuration by completing the console-mode installation procedure for .jar files available at: http://download.oracle.com/docs/cd/E13179_01/common/docs21/install/start.html.
  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/weblogic91
  6. Set the following execution modes on the contents of the weblogic91/server/bin and weblogic91/server/native directories:
  7. $ chmod +x $WL_HOME/server/bin/*
    $ chmod -R +x $WL_HOME/server/native/hpux11/*

 


Recommended Kernel Parameter Settings

 

Skip navigation bar  Back to Top Previous Next