Upgrade Guide
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
This section provides information on upgrading to WebLogic Integration 8.5 Service Pack 5 (SP5).
Gives the procedure for upgrading an existing domain based on WebLogic Integration 8.5 to WebLogic Integration 8.5 SP5.
Creating a New Domain and Deploying Existing Applications to It
Before you begin the procedures described in this section, be sure to do the following:
WL_HOME
/samples/domains/end2end/wliconfig
WL_HOME
/samples/domains/
integration/wliconfig
These directories contain data that is not uninstalled and that may cause errors to be generated if you run these sample applications after upgrading.
weblogic81
. If you are installing WebLogic Integration 8.5 SP5 into a directory not named weblogic81
, you need to take additional steps to complete the installation of the iWay Adapters. For more information, see Installing the iWay Adapters for BEA WebLogic.You can upgrade an installation of WebLogic Integration 8.5 to SP5 using one of the following ways:
Using this option, you create a new installation of WebLogic Integration 8.5 SP5 that is separate from the existing WebLogic Integration 8.5 installation. When installing WebLogic Integration 8.5 SP5 in this manner, you should install it in a separate BEA Home directory from the existing WebLogic Integration 8.5 installation. For this type of installation, you can use either the net installer or package installer of WebLogic Integration 8.5 SP5 for your operating system.
If you choose to install WebLogic Integration 8.5 SP5 in a new BEA Home directory, you can redeploy existing domains and applications in the new SP5 installation.
Installing WebLogic Integration 8.5 SP5 in a new BEA Home directory is recommended when you need to retain versions of your applications that are running on the earlier release of WebLogic Platform.
For information about installing WebLogic Integration 8.5 SP5 as a separate installation, see Installing WebLogic Integration at the following URL:
http://download.oracle.com/docs/cd/E13214_01/wli/docs85/install/index.html
These tools allow you to install a service pack for the WebLogic Integration 8.5 software currently installed in an existing BEA Home directory. Installing a service pack does not replace an entire installation, but rather updates it with just the changes, additions, and bug fixes for it.
This method of upgrading an installation is recommended if you plan to upgrade all your applications to the latest service pack, and have no need to retain versions of those applications that are running on the previous release of WebLogic Integration 8.5.
For information about using Smart Update, see "Installing Service Packs and Rolling Patches" in Installing WebLogic Integration at the following URL:
http://download.oracle.com/docs/cd/E13214_01/wli/docs85/install/index.html
Note: If you are upgrading a WebLogic Integration 8.5 installation on a HP-UX 11i on Itanium system, you must use the package upgrade installer instead of Smart Update. For more information, see the restriction described at the following URL in "Known Limitations" in the BEA WebLogic Platform Release Notes:
http://download.oracle.com/docs/cd/E13196_01/platform/docs81/relnotes/relnotes.html
After you have upgraded the WebLogic Integration 8.5 software to SP5 using either of the methods described in Upgrading a WebLogic Integration 8.5 Installation to SP5, you can upgrade existing domains as explained in the following sections:
Using procedure described in this section, you upgrade the applications and database schema in an existing domain so that they point to the new WebLogic Integration 8.5 installation. This upgrade path is typically appropriate in the following situations:
You can upgrade applications and resources in any domain created by the Configuration Wizard that is based upon any of the following domain templates:
Depending on the degree to which an existing domain has been customized—for example, you have modified the scripts that start WebLogic Server or set environment variables—there may be steps that you need to perform in addition to those presented in this section.
To upgrade a domain from WebLogic Integration 8.5 to SP5, complete the following steps:
ANT_OPTS
environment variable on your machine to -Xmx256m
, to ensure that Ant has enough memory available to complete the domain upgrade procedure. To set the ANT_OPTS
variable, enter the command appropriate for your operating system:options.properties
file that contains settings for your domain environment. The WL_HOME
/integration/upgrade
directory contains the file options.properties.sample
, which you can use as a template for creating this file.Define the properties shown in Table 2-1. The values shown in bold must be used specifically, unless indicated otherwise.
Note: Use "/
" as a file separator in directory paths.
The absolute path of the directory containing the domain to be upgraded. For example: |
|
The absolute path of the BEA Home directory in which the pre-upgraded WebLogic Integration 8.5 software is installed. For example: |
|
The absolute path of the BEA Home directory in which the WebLogic Integration 8.5 SP5 software is installed. For example: |
|
Note: If you specify the property |
|
The name of the directory in which the WebLogic Integration 8.5 software (pre-upgrade) is installed. The default is |
|
The name of the directory in which the WebLogic Integration 8.5 SP5 software is installed. The default is |
|
The value |
|
Value of |
prompt>
WL_HOME
\common\bin\startPointBase.cmd -port=9093 -debug=0 -console=false -background=true -ini=DOMAIN_HOME\pointbase.ini > DOMAIN_HOME/pointbase.log 2>&1
prompt>
WL_HOME
/common/bin/startPointBase.sh -port=9093 -debug=0 -console=false -background=true -ini=DOMAIN_HOME\pointbase.ini > DOMAIN_HOME/pointbase.log 2>&1
wlsHome.path
, which points to the new WebLogic Server Home directory. For example:jdkHome.path
, which points to the Java SDK installation directory. For example:setWLSEnv
script (setWLSEnv.sh
on UNIX; setWLSEnv.cmd
on Windows), which is located in the following directory:domain_upgrade.xml
script to upgrade the WebLogic Integration resources in your domain, using the following syntax: ant -f domain_upgrade.xml upgrade -Doptions.properties=
your_options_file
-Dsingle.node=true
|
false
-Ddb_type=
your_db_vendor
-Ddb_user=
user_name
-Ddb_password=password
-Ddb_server=
your_server:port
-Ddb_name=database_name
your_options_file
represents the options.properties
file that you created in step 5. -Dsingle.node
parameter to true
. If you are upgrading a clustered domain, set this parameter to false
..wlnotdelete
subdirectory and all its contents. This subdirectory, which contains the server's cache, is located in the domain's server directory. For example:BEA_HOME
/user_projects/domains/mydomain/examplesServer/.wlnotdelete
Removing the .wlnotdelete
subdirectory ensures that all domain upgrade changes become effective when the server is restarted.
Note: To see the available Ant targets and a description of each, enter the following command from the WL_HOME
/integration/upgrade
directory:
If your domain contains WebLogic Portal resources, complete the following additional steps:
For complete details about each of these steps, see "Step 2: Upgrade Existing Portal Framework Data" in "Upgrading to Service Pack 5" in the WebLogic Portal 8.1 Upgrade Guide at the following URL:
http://download.oracle.com/docs/cd/E13218_01/wlp/docs81/upgrade/servicepack4to5.html
For complete details about upgrading WebLogic Portal resources and applications in an existing domain, see "Upgrading to Service Pack 5" in the WebLogic Portal 8.1 Upgrade Guide at the following URL:
http://download.oracle.com/docs/cd/E13218_01/wlp/docs81/upgrade/servicepack4to5.html
Congratulations! You have completed the WebLogic Integration 8.5 SP5 upgrade procedure.
This section explains how to create a new domain that points to the WebLogic Integration 8.5 SP5 installation and deploy existing applications to that domain. This method may also require additional steps; for example, upgrading your existing applications. However, by creating a new domain, you ensure that your domain is based on the latest domain template.
This upgrade path is typically appropriate in the following situations:
To create a new domain and deploy existing applications to it, complete the following steps:
For more information, see Creating a New WebLogic Domain in Creating WebLogic Configurations Using the Configuration Wizard.
nopointbase
option must be passed to the startWebLogic
script (startWebLogic.cmd
on Windows; startWebLogic.sh
on UNIX). Otherwise, the server will not start correctly; WebLogic Integration 8.5 SP5 enables PointBase even when it is not used by the configuration.For an application that incorporates WebLogic Portal, complete the following additional steps:
For complete details about upgrading WebLogic Portal resources and applications in an existing domain, see "Upgrading to Service Pack 5" in the WebLogic Portal 8.1 Upgrade Guide at the following URL:
http://download.oracle.com/docs/cd/E13218_01/wlp/docs81/upgrade/servicepack4to5.html
Congratulations! You have completed the WebLogic Integration 8.5 SP5 upgrade procedure.
![]() ![]() |
![]() |
![]() |