Unlike previous installations of SOA Suite in version 12c it is necessary we configure some peculiarities of our Dominio so we can put it in the air.
Here I will teach how to set up our Dominio since the creation of DataSource for we configure our database to begin the soa_server1 in the case will be the server location.
he installation will be done on Ubuntu Linux 64bit version: 16:04, the minimum hardware and software for Oracle SOA Suite 12c installation can be found here: http://docs.oracle.com/html/E18558_01/fusion_requirements.htm
The facility is divided into parts as follows, see the link each to see the other Parties:
- Part 1: Oracle Database XE 11g
- Part 2: Java SE Development Kit 8 – JDK
- Part 3: SOA Suite 12.2.1.2.0
- Part 4: Repository Creation Utility (RCU)
- Part 5: SOA Developer Domain
- Part 6: Configuring Domain
- Part 7: Oracle JDeveloper 12.2.1.2.0
Open a terminal and type the following and press ENTER
/app/oracle/homeOracle12c/user_projects/domains/domainBpel12c/startWebLogic.sh
Note: Watch the path of your installation and the name of your Domain because in my case my installation and Domain name are as above.
Wait until the RUNNING messages as follows:
Now we also have to begin our NodeManager, then open another terminal and type the following then press ENTER
/app/oracle/homeOracle12c/user_projects/domains/domainBpel12c/bin/startNodeManager.sh
Wait until the screen below:
Now being with our domain and NodeManager in the air, enter the URL below:
http://localhost:20001/console
Note: Above see that my door is Dominio 20001
Enter your User and password as configured installation, in my case:
- Username: weblogic
- Password: weblogic123
Below left of the screen in Environment option and click Machines
Click in New as below:
Below set as below and click Next
- Name: Machine
- Machine OS: UNIX
Under no need to change anything, just click Finish
On the screen below click on Machine
Go down in the Servers tab and click and Add
Below, in AdminServer change to soa_server1 and cick in Next
Below, in machine
Now click on soa_server1, and the screen below in Listen Address put localhost, after click in Save
Now the left side of the screen click Servers as screen below:
Now on the screen below click AdminServer(admin)
Now and again Listen Address put localhost, then click Save
Now back to the left side of the screen click Servers, and then click Control
Select soa_server1 and after click in Start
Wait soa_server1 change State appear RUNNING as follows:
Okay, we’ve set up your domain and it’s OK for you to add a new data base, if you doubt see my post Adding a new database to DbAdapter the Console (Web) SOA Suite 11g
Hugs and see you soon
/:-D