Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Save more on your purchases! discount-offer-chevron-icon
Savings automatically calculated. No voucher code required.
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Oracle SOA BPEL Process Manager 11gR1 - A Hands-on Tutorial

You're reading from   Oracle SOA BPEL Process Manager 11gR1 - A Hands-on Tutorial Your step-by-step, hands-on guide to Oracle SOA BPEL PM 11gR1

Arrow left icon
Product type Paperback
Published in Jun 2013
Publisher Packt
ISBN-13 9781849688987
Length 330 pages
Edition 1st Edition
Languages
Arrow right icon
Toc

Table of Contents (20) Chapters Close

Oracle SOA BPEL Process Manager 11gR1 – A Hands-on Tutorial
Credits
About the Authors
Acknowledgement
About the Reviewers
www.PacktPub.com
Preface
1. Creating Basic BPEL Processes 2. Configuring BPEL Processes FREE CHAPTER 3. Invoking a BPEL Process 4. Orchestrating BPEL Services 5. Test and Troubleshoot SOA Composites 6. Architect and Design Services Using BPEL 7. Performance Tuning – Systems Running BPEL Processes 8. Integrating the BPEL Process Manager with Service Bus, Registry, and SOA Deployment 9. Securing a BPEL Process 10. Architecting High Availability for Business Services 11. The Future of Process Modeling 12. Troubleshooting Techniques Index

Creating an SOA Suite domain


A typical development environment consists of the following:

  • One admin server

  • One managed server

However, you can perform the development with a single admin server as well.

A production environment will usually be a clustered environment consisting of multiple managed server and single admin instances.

To create an SOA Suite domain, perform the following steps:

  1. Ensure that you choose Oracle SOA Suite for developers instead of Oracle SOA Suite in the Domain Configuration wizard.

  2. Execute config.bat from command prompt, as shown in the following screenshot:

    Alternatively, you can select Configure Application Server from the Windows Start menu, as shown in the following screenshot:

  3. As shown in the following screenshot, select the Create a new WebLogic domain radio button and click on Next.

  4. As shown in the following screenshot, select the Oracle products and then click on Next. On the next window, enter the desired domain name, domain location, and application locations, or leave the default values for them and click on Next:

  5. Enter the user password and click on Next, as shown in the following screenshot. Store the password at a safe place, you will need it later:

  6. On the next window, select Development Mode and select the Sun SDK 1.6 from under Available JDKs (in the following screenshot, the only available JDK is Sun SDK 1.6). Click on Next:

  7. As shown in the following screenshot, enter the database information. Do not modify the schema user session. Please select and enter the data in the order as shown in the following screenshot:

  8. If you receive a connection error do the following:

    • Ensure that the database is up and running.

    • Make changes to DBMS/Service, Host Name, and Port number. Check for the tnsnames.ora file for correct entries. Always use the same information used for RCU.

    Sometimes, you may get the following error:

    To resolve the preceding error, please ensure that you created schemas with the correct RCU version and are able to connect to the database with the username and password provided in the preceding screen.

    Tip

    Please note that we should not modify the username to the schemas. The username is selected by the utility. Change only the password. For a development environment, always prefix the schema with DEV.

    Ensure that all the steps described in the RCU install session executed, including steps for changing the number of default Oracle database processes.

  9. Shut down and start the database after the changes. The preceding changes are required only in the case of the database connection error messages. Test the JDBC connections for the SOA Suite database schemas and make sure it is green for all the schemas, as shown in the following screenshot. Click on Next:

  10. On the next window you will see the configuration summary, as shown in the following screenshot. Clicking on Create will start writing the WebLogic domain setup files for Oracle SOA Suite. On the next window, you will see the progress of writing the domain setup files. Click on Done to finish setting up the WebLogic domain for Oracle SOA Suite:

  11. Now, to start the admin server, go to the domain's bin folder for which you wish to start the administration server using the following command:

    cd $BEA_HOME/user_projects/domains/<domain_name>/bin
    
    • For Windows execute startWebLogic.cmd

    • For Linux, execute startWebLogic.sh

To start WebLogic, execute the startWeblogic.cmd script from the command prompt. Server logfiles are located as $BEA_HOME/ user_projects/ domains/ <domain_name> /servers/<ServerName> /logs / <ServerName>.log.

One can confirm that the WebLogic administration server started properly by looking at the message Service started RUNNING in the server logfile.

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime
Banner background image