Skip Headers
Oracle® WebLogic Server Release Notes
11g Release 1 (10.3.1) for IBM: Linux on System z

Part Number E15731-01
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Feedback page
Contact Us

  View PDF

Oracle® WebLogic Server

Release Notes

11g Release 1 (10.3.1) for IBM: Linux on System z

E15731-01

August 2009

This chapter describes issues associated with Oracle WebLogic Server installation and configuration. It includes the following topic:

1 Installation Issues and Workarounds

This section describes the issue with Oracle WebLogic Server installation and workaround. It includes the following topic:

1.1 Process to Install and Configure WebLogic Server

To install and configure Oracle WebLogic Server 10.3.1, perform the following steps:

  1. Download the IBM Java 6 64-bit (SR4) from IBM download site:

    https://www14.software.ibm.com/webapp/iwm/web/preLogin.do?source=swg-sdk6&S_PKG=zseries64_6sr4&S_TACT=105AGX05&S_CMP=JDK
    
  2. Install IBM Java 6 on your system.

  3. Export $JAVA_HOME/bin into PATH where JAVA_HOME is the java installation path. For example:

    export PATH=$JAVA_HOME/bin:$PATH
    
  4. Go to Oracle Technology Network.

    http://www.oracle.com/technology/software/products/ias/htdocs/wls_main.html
    
  5. Download "Oracle WebLogic Server 11gR1 (10.3.1) - Package Installer" under "Additional Platforms" column.

    Note:

    For important information on downloading Oracle products see Notes 762254.1 and 763603.1 on My Oracle Support.

    Oracle WebLogic Server can also be downloaded from Oracle E-Delivery:

    http://edelivery.oracle.com/
    
  6. Install Oracle WebLogic Server using the instructions in "Starting .jar Installation Programs in Console-Mode" of Oracle Fusion Middleware Installation Guide for Oracle WebLogic Server. This section describes the process of installing .jar files in different modes.

  7. In a text editor, open the $WLS_HOME/wlserver_10.0/common/bin/commEnv.sh and search for the following 2 case statements:

    Note:

    Add the following environment variables as one continuous string.
    LINUX|Linux)
    
    else
    LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:${WL_HOME}/server/native/linux/i686:
    ${WL_HOME}/server/native/linux/i686/oci920_8
    

    Replace with the following:

    else
       if [ "${arch}" = "s390x" ]; then
          LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:${WL_HOME}/server/native/linux/s390x 
       else
    LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:
    ${WL_HOME}/server/native/linux/i686:
    ${WL_HOME}/server/native/linux/i686/oci920_8
       fi
    

    Search for the following case statement:

    LINUX|Linux)
    
    else
    LD_LIBRARY_PATH=${WL_HOME}/server/native/linux/i686:
    ${WL_HOME}/server/native/linux/i686/oci920_8
    

    Replace with the following:

    else
       if [ "${arch}" = "s390x" ]; then
          LD_LIBRARY_PATH=${WL_HOME}/server/native/linux/s390x
       else
    LD_LIBRARY_PATH=${WL_HOME}/server/native/linux/i686:
    ${WL_HOME}/server/native/linux/i686/oci920_8
       fi
    
  8. Download and install the following patches using the Oracle Smart Update tool:

    1. Patch ID: RDEQ Passcode: 8XI219W4

    2. Patch ID: 8EPT Passcode: LXHRELHZ

    3. Patch ID: LNGE Passcode: HBBBKGZ6

    For more information on the Oracle Smart Update tool, refer to the Smart Update Installing Patches and Maintenance Packs Guide.

2 Configuration Issues and Workarounds

This section describes the WebLogic Server configuration issues and workarounds.

2.1 Configuration Wizard Password Does Not Allow Special Characters

Depending on your country local, special characters may not be recognized when trying to input and confirm the password when using the Configuration Wizard.

Workaround

Copy the problematic characters into the clipboard and paste them into the password fields. For security reasons, do not copy the entire password into the clipboard.

3 Documentation Errata: Oracle Fusion Middleware Installation Guide for Oracle WebLogic Server

The Oracle Fusion Middleware Installation Guide for Oracle WebLogic Server contains the following documentation errata:

3.1 Missing Information about Oracle Configuration Manager in the Sample silent.xml File

The sample silent.xml file provided in Oracle Fusion Middleware Installation Guide for Oracle WebLogic Server does not include information about the properties that are used to enable support for Oracle Configuration Manager. Table 1 lists the properties specific to Oracle Configuration Manager, that you should define in the silent.xml file.

Table 1 Oracle Configuration Manager Properties in the silent.xml File

Data-Value Name in silent.xml Description

OCM_PROXY_HOST

The host name of the HTTP proxy server if your computer connects to internet through a proxy server.

OCM_PROXY_PORT

The port number of the HTTP proxy server.

OCM_PROXY_USER

The user name to access your HTTP proxy server if the server requires authentication.

OCM_PROXY_PASSWORD

The password to access your HTTP proxy server.

OCM_SUPPORT_EMAIL

The e-mail address if you want to receive the latest product information and security updates that are specific to your installation. If you have a My Oracle account and wish to receive updates via My Oracle Support, specify your My Oracle Support e-mail address as the value for this property.

OCM_SUPPORT_PASSWORD

The password for your My Oracle Support account.


If you do not want to receive security updates from Oracle, you need not specify values for OCM_SUPPORT_PASSWORD and OCM_SUPPORT_EMAIL.

3.2 Correction for a Data-Value Name in the silent.xml File Description

In Chapter 5, "Running the Installation Program in Silent Mode" of Oracle Fusion Middleware Installation Guide for Oracle WebLogic Server, the data-value name for the home directory in Table 5-1 is documented as MW_HOME, which is incorrect. The correct data-value name is BEAHOME.

4 Documentation Accessibility

Our goal is to make Oracle products, services, and supporting documentation accessible to all users, including users that are disabled. To that end, our documentation includes features that make information available to users of assistive technology. This documentation is available in HTML format, and contains markup to facilitate access by the disabled community. Accessibility standards will continue to evolve over time, and Oracle is actively engaged with other market-leading technology vendors to address technical obstacles so that our documentation can be accessible to all of our customers. For more information, visit the Oracle Accessibility Program Web site at http://www.oracle.com/accessibility/.

Accessibility of Code Examples in Documentation

Screen readers may not always correctly read the code examples in this document. The conventions for writing code require that closing braces should appear on an otherwise empty line; however, some screen readers may not always read a line of text that consists solely of a bracket or brace.

Accessibility of Links to External Web Sites in Documentation

This documentation may contain links to Web sites of other companies or organizations that Oracle does not own or control. Oracle neither evaluates nor makes any representations regarding the accessibility of these Web sites.

Deaf/Hard of Hearing Access to Oracle Support Services

To reach Oracle Support Services, use a telecommunications relay service (TRS) to call Oracle Support at 1.800.223.1711. An Oracle Support Services engineer will handle technical issues and provide customer support according to the Oracle service request process. Information about TRS is available at http://www.fcc.gov/cgb/consumerfacts/trs.html, and a list of phone numbers is available at http://www.fcc.gov/cgb/dro/trsphonebk.html.


Oracle WebLogic Server Release Notes, 11g Release 1 (10.3.1) for IBM: Linux on System z

E15731-01

Copyright © 2009, Oracle and/or its affiliates. All rights reserved.

This software and related documentation are provided under a license agreement containing restrictions on use and disclosure and are protected by intellectual property laws. Except as expressly permitted in your license agreement or allowed by law, you may not use, copy, reproduce, translate, broadcast, modify, license, transmit, distribute, exhibit, perform, publish, or display any part, in any form, or by any means. Reverse engineering, disassembly, or decompilation of this software, unless required by law for interoperability, is prohibited.

The information contained herein is subject to change without notice and is not warranted to be error-free. If you find any errors, please report them to us in writing.

If this software or related documentation is delivered to the U.S. Government or anyone licensing it on behalf of the U.S. Government, the following notice is applicable:

U.S. GOVERNMENT RIGHTS Programs, software, databases, and related documentation and technical data delivered to U.S. Government customers are "commercial computer software" or "commercial technical data" pursuant to the applicable Federal Acquisition Regulation and agency-specific supplemental regulations. As such, the use, duplication, disclosure, modification, and adaptation shall be subject to the restrictions and license terms set forth in the applicable Government contract, and, to the extent applicable by the terms of the Government contract, the additional rights set forth in FAR 52.227-19, Commercial Computer Software License (December 2007). Oracle USA, Inc., 500 Oracle Parkway, Redwood City, CA 94065.

This software is developed for general use in a variety of information management applications. It is not developed or intended for use in any inherently dangerous applications, including applications which may create a risk of personal injury. If you use this software in dangerous applications, then you shall be responsible to take all appropriate fail-safe, backup, redundancy, and other measures to ensure the safe use of this software. Oracle Corporation and its affiliates disclaim any liability for any damages caused by use of this software in dangerous applications.

Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

This software and documentation may provide access to or information on content, products, and services from third parties. Oracle Corporation and its affiliates are not responsible for and expressly disclaim all warranties of any kind with respect to third-party content, products, and services. Oracle Corporation and its affiliates will not be responsible for any loss, costs, or damages incurred due to your access to or use of third-party content, products, or services.