You are on page 1of 2

SOA Suite Installation guide

1: Download SOA Suite and related patch from Oracle site and place in the local directory.

2: After this it might appear like below.

A: <<E:\SOA_SUITE>>\soa_windows_x86_101310_disk1

B: <<E:\SOA_SUITE>>\ias_windows_x86_101340 (PATCH)

3: First run the setup of point A.

4:Set up will prompt for installation in your local machine ,provide the details accordingly.

5: Then run the set up of Patch point B.

6:In patch set up it will again prompt for the installation home, please select the home of previously

Provided as OAS_HOME.

7: Then start the SOASuite.

8:Login to BPEL Console and if you find a message like no default domain then follow the below steps

Otherwise ignore below steps.

A: Install JRE/JDK 1.3 version or higher.

B: Go to command prompt type the following command.

msql system/manager@odbc:polite:orabpel

C: After it connects to olite then execute the script available at following location.

<<OAS_HOME>>\bpel\system\database\scripts\upgrade_10133_10134_oracle.

Choose the upgrade version based on your requirement.

9:Re-start the SOA Suite.

10: Whenever you come across the conflict of commons logging versions in BPEL process follow the

below steps to overcome the problem.

A: Place the commons-logging-1.1.1.jar in this path.

\product\10.1.3.1\OracleAS_1\webservices\lib\commons-logging-1.1.1.jar for appserver usage.

\product\10.1.3.1\OracleAS_1\j2ee\home\applib\commons-logging-1.1.1.jar for BPEL usage.


B: Edit the boot.xml present in the oc4j.jar available in the following path.

\product\10.1.3.1\OracleAS_1\j2ee\home\oc4j.jar\META-INF\ boot.xml

And make sure that the commons logging version matches with the jar version present in web
services – lib and applib.

<!--

A Shared library for apache commons logging

-->

<shared-library name="apache.commons.logging" parent="api" version="1.1.1">

<code-source path="${oracle.home}/webservices/lib/commons-logging-1.1.1.jar"/>

</shared-library>

You might also like