Sunday, September 4, 2016

JDK UPGRADE ON EBS 11I

Note: The steps in this section must be repeated for each [APPL_TOP].

-- Run the JDK 6 upgrade script to upgrade the configuration template files for each [APPL_TOP].
txkrun.pl -script=SetJDKCfg -contextfile=$CONTEXT_FILE -runautoconfig=Yes -appspass= -jdktop=$COMMON_TOP/util/jdk1.6.0_113

run the above script on each application node (WebTier and ConcTier)

If there are any errors, correct them and follow the instructions given by the script.

-- Run AutoConfig.  Source $APPL_TOP/APPSORA.env file after autoconfig.

-- Regenerate the appsborg2.zip File & Product JAR Files by doing adadmin task "Generate Product JAR Files"

-- Verify installation by running aoljtest.jsp:
URL: http://[web server]:[port]/OA_HTML/jsp/fnd/aoljtest.jsp


In aoljtest, the version should display "1.6.0_113". Also verify that the necessary JDK 6 libraries (i.e. $COMMON_TOP/util/jdk1.6.0_113/lib/dt.jar, $COMMON_TOP/util/jdk1.6.0_113/lib/tools.jar, $COMMON_TOP/util/jdk1.6.0_113/jre/lib/rt.jar, and $COMMON_TOP/util/jdk1.6.0_113/jre/lib/charsets.jar) are included in the CLASSPATH.

-- Verify Configurations on all Application Tier Nodes
Follow these steps to determine that JDK 6 is running on all the application tier nodes:

Open the $APPL_TOP/admin/adovars.env file and ensure that the environment variables below are defined. Run the following commands to verify that the environment variables ADJVAPRG and AFJVAPRG point to the JDK 6 executable. The CLASSPATH and AF_CLASSPATH environment variables must contain the necessary JDK 6 libraries.

    $ADJVAPRG -version
    echo $CLASSPATH

    $AFJVAPRG -version
    echo $AF_CLASSPATH

The output of the version check should display JDK "1.6.0_113".  The CLASSPATH and AF_CLASSPATH environment variable must contain the necessary JDK 6 libraries (including $COMMON_TOP/util/jdk1.6.0_113/lib/dt.jar, $COMMON_TOP/util/jdk1.6.0_113/lib/tools.jar, $COMMON_TOP/util/jdk1.6.0_113/jre/lib/rt.jar, and $COMMON_TOP/util/jdk1.6.0_113/jre/lib/charsets.jar).

7. Log in to the E-Business Suite and select the "System Administrator" responsibility. Check the Concurrent/Manager/Administer form and make sure all managers have the corresponding numbers for their actual and target

4 comments:

  1. Remeber Always download 32-bit JDK Patch for Oracle Sun Solaris Sparc 32-bit

    ReplyDelete
  2. This comment has been removed by a blog administrator.

    ReplyDelete
  3. This comment has been removed by a blog administrator.

    ReplyDelete
  4. This comment has been removed by a blog administrator.

    ReplyDelete