Skip navigation.

Supported Configurations for ALSB3.0

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

Installation Information


 

The following sections provide installation information for this release of ALSB:

 


Downloand and Installation Instructions for Platforms using X86 and SPARC (32-bit JDK) Hardware

For the standard method of installing AquaLogic Service Bus, see BEA Products Installation Guide. For information about distribution methods for AquaLogic Service Bus, see Product Distribution Methods.

 


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

Complete the following procedure to install ALSB on HP-UX 11i v2 or v3 on Itanium:

Download and Install the HP-UX JDK 5.0 for HP-UX 11i v2, v3 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

    If you are running with 64 bit JDK, you need to perform the following extra step:

  7. 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) Server VM (build 1.5.0.08 jinteg:05.04.07-13:52 IA64W, mixed mode) 

Downloading and Installing AquaLogic Service Bus on HP-UX 11i v2, v3 on Itanium

Complete the following procedure:

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

  3. Under File Download, select HP-UX (11iV2, 11iV3, Itanium) from the list of OS Platforms for your AquaLogic Service Bus release.
  4. Download the installer .jar file.
  5. Install AquaLogic Service Bus using the following console-mode installation procedure for .jar files. See Using Installers with Filenames Ending in .jar.
  6. Set the WL_HOME variable to the directory in which you installed your BEA product, and export WL_HOME. For example:
  7. $ export WL_HOME=<your_installation_directory>/wlserver_10.0
    cd $WL_HOME/server/native/hpux11/IPF32/

    If you are running with 64 bit JDK, you need to perform the following extra step:

  8. Update the SHLIB_PATH variable to point to IPF64 directory under:
  9. WL_HOME/server/native/hpux11/IPF64

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

For more information on installing ALSB, refer to the ALSB 3.0 Installation Guide: http://edocs.bea.com/alsb/docs30/install/.

 


Download and Installation Instructions for HP-UX 11iV2, 11iV3 on PA-RISC using 32-bit JDK

  1. Go to Oracle E-Delivery and download ALSB 3.0 for HP-UX PA-RISC (32-bit).
  2. Unzip the file.
  3. Install ALSB3.0 by completing the console-mode installation procedure for .bin files available at Running the Installation in the Console Mode.

For more information on installing ALSB3.0, refer to the AquaLogic Service Bus 3.0 Online Documentation.

 


Download and Installation Instructions for Novell SuSE Linux Enterprise Server 9, 10 on x86

  1. Go to Oracle E-Delivery and download ALSB 3.0 for Linux x86.
  2. Unzip the file.
  3. Install ALSB3.0 by completing the console-mode installation procedure for .bin files available at Running the Installation in the Console Mode.

For more information on installing ALSB3.0, refer to the AquaLogic Service Bus 3.0 Online Documentation.

 


Download and Installation Instructions for Novell SuSE Linux Enterprise Server 9, 10 on 64-bit Xeon/AMD64 (32-bit JDK)

  1. Download and install the supported JDK for your environment.
  2. Go to Oracle E-Delivery and download ALSB 3.0 for Linux x86-x64.
  3. Unzip the file.
  4. Install ALSB3.0 by completing the console-mode installation procedure for .jar files available at Running the Installation in the Console Mode.
  5. Set the BEA_HOME to point to the directory in which WebLogic Server is installed and export BEA_HOME. For example:
  6. export BEA_HOME=<your_WebLogic_Server_installation_directory>
  7. In a text editor, open the $BEA_HOME/wlserver_10.0/common/bin/commEnv.sh and search for the following case statement:
  8. LINUX|Linux)
    arch='uname -m'

    Replace with the following:

    LINUX|Linux)
    arch='uname -m'
       if [ "${arch}" = "x86_64" ]; then
          arch=i686
       fi

For more information on installing ALSB3.0, refer to the AquaLogic Service Bus 3.0 Online Documentation.

 


Download and Installation Instructions for Oracle Enterprise Linux 4, 5 on 64-bit Xeon/AMD64 (32-bit JDK)

  1. Download and install the supported JDK for your environment.
  2. Go to Oracle E-Delivery and download ALSB 3.0 for Linux x86.
  3. Unzip the file.
  4. Install ALSB3.0 by completing the console-mode installation procedure for .jar files available at Running the Installation in the Console Mode.
  5. Set the BEA_HOME to point to the directory in which WebLogic Server is installed and export BEA_HOME. For example:
  6. export BEA_HOME=<your_WebLogic_Server_installation_directory>
  7. In a text editor, open the $BEA_HOME/wlserver_10.0/common/bin/commEnv.sh and search for the following case statement:
  8. LINUX|Linux)
    arch='uname -m'

    Replace with the following:

    LINUX|Linux)
    arch='uname -m'
       if [ "${arch}" = "x86_64" ]; then
          arch=i686
       fi

For more information on installing ALSB3.0, refer to the AquaLogic Service Bus 3.0 Online Documentation.

 


Download and Installation Instructions for Oracle Enterprise Linux 4, 5 on 64-bit Xeon/AMD64 (64-bit JDK)

  1. Download and install the supported JDK for your environment.
  2. Go to Oracle E-Delivery and download ALSB 3.0 for Linux x86-64.
  3. Unzip the file.
  4. Install ALSB3.0 by completing the console-mode installation procedure for .jar files available at Running the Installation in the Console Mode.
  5. Set the BEA_HOME to point to the directory in which WebLogic Server is installed and export BEA_HOME. For example:
  6. export BEA_HOME=<your_WebLogic_Server_installation_directory>

For more information on installing ALSB3.0, refer to the AquaLogic Service Bus 3.0 Online Documentation.

 


Download and Installation Instructions for Red Hat Enterprise Linux 4, 5 on 64-bit Xeon/AMD64 (32-bit JDK)

  1. Download and install the supported JDK for your environment.
  2. Go to Oracle E-Delivery and download ALSB 3.0 for Linux x86.
  3. Unzip the file.
  4. Install ALSB3.0 by completing the console-mode installation procedure for .jar files available at Running the Installation in the Console Mode.
  5. Set the BEA_HOME to point to the directory in which WebLogic Server is installed and export BEA_HOME. For example:
  6. export BEA_HOME=<your_WebLogic_Server_installation_directory>
  7. In a text editor, open the $BEA_HOME/wlserver_10.0/common/bin/commEnv.sh and search for the following case statement:
  8. LINUX|Linux)
    arch='uname -m'

    Replace with the following:

    LINUX|Linux)
    arch='uname -m'
       if [ "${arch}" = "x86_64" ]; then
          arch=i686
       fi

For more information on installing ALSB3.0, refer to the AquaLogic Service Bus 3.0 Online Documentation.

 


Download and Installation Instructions for Red Hat Enterprise Linux 4, 5 on 64-bit Xeon/AMD64 (64-bit JDK)

  1. Download and install the supported JDK for your environment.
  2. Go to Oracle E-Delivery and download ALSB 3.0 for Linux x86-64.
  3. Unzip the file.
  4. Install ALSB3.0 by completing the console-mode installation procedure for .jar files available at Running the Installation in the Console Mode.
  5. Set the BEA_HOME to point to the directory in which WebLogic Server is installed and export BEA_HOME. For example:
  6. export BEA_HOME=<your_WebLogic_Server_installation_directory>

For more information on installing ALSB3.0, refer to the AquaLogic Service Bus 3.0 Online Documentation.

 


Download and Installation Instructions for Red Hat Enterprise Linux 4 on Itanium (64-bit JDK)

  1. Download and install the supported JDK for your environment.
  2. Go to Oracle E-Delivery and download ALSB 3.0 for Linux Itanium.
  3. Unzip the file.
  4. Install ALSB3.0 by completing the console-mode installation procedure for .jar files available at Running the Installation in the Console Mode.

For more information on installing ALSB3.0, refer to the AquaLogic Service Bus 3.0 Online Documentation.

 


Download and Installation Instructions for Sun Solaris 9, 10 on x86

  1. Download and install Sun Java 2 JDK 5.0 Update 11 (32-bit) for your Solaris platform at http://java.sun.com/products/archive/j2se/5.0_11/index.html.
  2. Go to Oracle E-Delivery and download ALSB 3.0 for Sun Solaris x86 (32-bit).
  3. Unzip the file.
  4. Install ALSB3.0 by completing the console-mode installation procedure for .bin files available at Running the Installation in the Console Mode.

For more information on installing ALSB3.0, refer to the AquaLogic Service Bus 3.0 Online Documentation.

 


Download and Installation Instructions for Sun Solaris 9, 10 on 64-bit Xeon/AMD64 (32-bit JDK)

  1. Download and install the supported JDK for your environment.
  2. Go to Oracle E-Delivery and download ALSB 3.0 for Sun Solaris x86-64 (32-bit).
  3. Unzip the file.
  4. Install ALSB3.0 by completing the console-mode installation procedure for .jar files available at Running the Installation in the Console Mode.

For more information on installing ALSB3.0, refer to the AquaLogic Service Bus 3.0 Online Documentation.

 


Download and Installation Instructions for Sun Solaris 9, 10 on SPARC with JRockit 64-bit JDK

  1. Download and install Oracle JRockit 5.0 for your environment.
  2. Go to Oracle E-Delivery and download ALSB 3.0 for Sun Solaris SPARC (64-bit).
  3. Unzip the file.
  4. Install ALSB3.0 by completing the console-mode installation procedure for .jar files available at Starting the Installation Program on UNIX Platforms for .jar installer.
  5. Update the LD_LIBRARY_PATH variable to point to the server/native/solaris/sparc64 directory. Replace all occurrences of $WL_HOME/server/native/solaris/sparc with $WL_HOME/server/native/solaris/sparc64 in the WL_HOME/common/bin/commEnv.sh file.

For more information on installing ALSB3.0, refer to the AquaLogic Service Bus 3.0 Online Documentation.

 


Download and Install ALSB 3.0 on IBM AIX 5.2, 5.3 on PowerPC using 32-bit IBM JDK

Complete the following procedure:

  1. Review Known Issues

Download and Install IBM SDK Java 5 with Service Refresh (SR5a + IZ20922) 32-bit

Complete the following procedure to download and install IBM SDK Java 5 with Service Refresh SR5a + IZ20922 (32 bit).

  1. Go to the IBM site:
  2. https://www14.software.ibm.com/webapp/iwm/web/preLogin.do?lang=en_US&source=swg-ibmjavaisv
  3. Register for a valid IBM ID if not available
  4. Click on Sign In button.
  5. Login using the IBM ID and password.
  6. Enter the Access Key ZDGEEQQCJQ and click on Submit.
  7. Select the IBM SDK for AIX on 32-bit iSeries / pSeries and click on 'I Confirm' to download the IBM JDK 150 SR5a + IZ20922 (32 bit).
  8. Set the JAVA_HOME environment variable to the directory in which IBM Java5 is installed, and export JAVA_HOME. For example:
  9. export JAVA_HOME=/usr/java5

8.Set the PATH variable to include $JAVA_HOME/bin. For example:

export PATH=$JAVA_HOME/bin:$PATH

Download and install ALSB3.0 on IBM AIX 5.2, 5.3 on PowerPC

Complete the following procedure to install ALSB3.0 on IBM AIX 5.2, 5.3 :

  1. Go to Oracle E-Delivery and download ALDSP 3.2 for your environment:
  1. Unzip the file.
  2. Install ALSB3.0 by completing the console-mode installation procedure for .jar files available at Running the Installation in the Console Mode.

For more information on installing ALSB3.0, refer to the AquaLogic Service Bus 3.0 Online Documentation.

Download and Apply BEA Patches

Download and install the following patches for AIX using the BEA Smart Update tool:

See BEA Smart Update tool.

Known Issues

The following sections provide information on known issues in AquaLogic Service Bus 3.0 on AIX:

Cannot Import/Export AquaLogic Service Bus Configuration Data JAR file (with Password-based encrypted Resources) Between IBM JVM and other JVMs such as Sun or Jrockit

There are differences in the various JDK implementations of the Password-Based Encryption algorithms used by AquaLogic Service Bus to protect resources that include sensitive data. These differences cause import to fail when an encrypted resource created with the Sun or JRockit JDK is imported into the IBM JDK or vice versa.

For information about the encryption algorithms, see Password-Based Encryption.

There is no problem in exporting and importing encrypted resources with the same JDK.

Workaround:

Export the resources without a pass-phrase by deselecting the Protect Sensitive Data flag when moving configuration JARs across different JDKs. Caution, this resources file may contain passwords that are in the clear text.

Out of Memory Exception during installation

The .jar installer used to install AquaLogic Service Bus 3.0 on AIX platforms throws an OutOfMemory Exception and does not provide a complete installation.

Workaround: Update the Java opts max heap size. For example:

java -Xms512m -Xmx512m -jar alsb300_wls100_generic.jar

 


Known Issues

The following section provides information on known issues for this release.

Serial Version UID Mismatch

A Serial Version UID Mismatch Issue may be encountered if you deploy an application on a latest JVM, but compiled with an earlier JDK release.

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"

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.

JVM Stack Overflow Red Hat Enterprise Linux 4.0/5.0 on AMD64 and 64-bit Xeon

You might encounter a JVM stack overflow error or exception while running WebLogic Server.

Workaround: Increase the stack size from the default 128k to 256k.

 

Skip navigation bar  Back to Top Previous Next