Tags
11.1.1.7.0, 11G, bus, bus, Oracle Service Bus, OSB, Server, SOA, Soa-Suite
Oracle Service Bus turns complex architectures in networks of agile integrations, connecting, virtualization and creating interactions between services and applications. Oracle Service Bus provides low cost, standards-based integration for mission-critical environments SOA, where the extreme performance, scalability and reliability are critical requirements.
In this post we will make the installation of Oracle Service Bus 11gR1 (11.1.1.7.0) and OEPE – Oracle Enterprise Pack for Eclipse 11gR1 (11.1.1.8)
The facility is divided into 2 parts as follows, see the link each to see the other Parties:
The installation is being done on Ubuntu Linux 64-bit version: 4.14, the minimum hardware and software for installation of Oracle Service Bus 11gR1 (11.1.1.7.0) can be found here: http://docs.oracle.com/cd/E14571_01/install.1111/e15017/before.htm#OSBIN1038
First of all, you will need to have on your machine at least the installation of steps 1, 2, 3, and 4 as follows:
- Part 1: Oracle Database XE 11g
- Part 2: Java SE Development Kit 7 – JDK
- Part 3: Oracle WebLogic Server 10.3.6
- Part 4: Repository Creation Utility (RCU) 11.1.1.7.0
Download OEPE – Oracle Enterprise Pack for Eclipse 11gR1 (11.1.1.8)
Oracle Enterprise Pack for Eclipse includes a preconfigured version of Eclipse and OEPE plugins, plugin zip file only includes plugins OEPE that will be used in the installation of the Oracle Service Bus
Download the required file using the link:
http://www.oracle.com/technetwork/developer-tools/eclipse/downloads/oepe-11118-521475.html
Here, click Accept License Agreement
And click epe-indigo-linux64.zip which is next to Linux All-In-One (x86 64-bit)
Select the Save File option and click OK to save our file:
Performed the download, the file oepe-indigo-all-in-one-11.1.1.8.0.201110211138-linux-gtk-x86_64.zip might have been saved in the folder ../Downloads
Create a folder called OEPE within Middleware as follows:
sudo mkdir /home/uans/Oracle/Middleware/OEPE
Run the following command to move the file to the folder that OEPE will be used to inform the installation of the Oracle Service Bus
- sudo mv oepe-indigo-all-in-one-11.1.1.8.0.201110211138-linux-gtk-x86_64.zip /home/uans/Oracle/Middleware/OEPE
Go to where this our archive:
cd /home/uans/Oracle/Middleware/OEPE
Now let’s unpack the archive oepe-indigo-all-in-one-11.1.1.8.0.201110211138-linux-gtk-x86_64.zip
sudo unzip oepe-indigo-all-in-one-11.1.1.8.0.201110211138-linux-gtk-x86_64.zip
Made it look he unzipped all the ZIP content within our OEPE folder
Now, let’s now make our installation Oracle Service Bus
Download Oracle Service Bus 11gR1 (11.1.1.7.0)
Download the required file using the link:
http://www.oracle.com/technetwork/middleware/service-bus/downloads/index.html
Here, click Accept License Agreement
In Previous Versions of Oracle Service Bus, choose Generic in Release 11gR1 (11.1.1.7.0)
In Prerequisites & Recommended Install Process click the plus sign to expand and click Download next to Oracle Service Bus
You see the Login screen below if you do not have an account please create it will be necessary for the other downloads.
Made Login will see the message below: then choose the Save File option and click OK to save our file:
Performed the download, the file ofm_osb_generic_11.1.1.7.0_disk1_1of1.zip might have been saved in the folder ../Downloads
Now let’s unpack our archive ofm_osb_generic_11.1.1.7.0_disk1_1of1.zip
Enter the folder where was downloaded and unzip the file:
sudo unzip ofm_osb_generic_11.1.1.7.0_disk1_1of1.zip
Made it see below he created the Disk1 and Disk2 folders within the folder Downloads
Run the following command to run the runInstaller file that is within the Disk1 folder
sudo Disk1/runInstaller
In the screenshot below, it will ask the path of your jdk file to run
In my case put /usr/java/jdk1.7.0_71
In the screenshot below click Next
Click Skip Software Updates and then Next
Now let the Default values and click only Next
Let the Typical option selected and click Next
Below click Continue to ignore the recommended parameters.
Below he already automatically filled in the Location where our Weblogic Server and the OEPE, then click Next
On the next screen click Install
Please wait until the Installation
After Completion click Next
As screen below our installation was successful, then click Finish
Now let’s open our Eclipse OEPE
Go to the folder where our eclipse file.
cd /home/uans/Oracle/Middleware/OEPE
Run the following command to give the necessary permissions for our files and sub-folders.
sudo chmod 777 -R .
Run the following command to open our Eclipse OEPE
./eclipse
This will open the screen below, in Workspace leave the default value or choose the location where it will be your workspace and click OK.
In the screenshot below click Workbench and ready, we can now use our Eclipse OEPE for our projects done in Oracle Service Bus
Hugs and to the Next
/:-D
Samuel Cabezas said:
So good tutorial. I spent a lot of time looking for a good documentation site but I didn’t get one.
Thanks a lot!
Uans said:
Hello Samuel,
I’m glad you enjoyed the article, I hope I can always help in some way.
Hugs
Uans
Atish said:
extremely helpful .. i faced no issues following the article and got OSB up and running in my system. Thank you so much