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 Suite 12c Administrator's Guide

You're reading from   Oracle SOA Suite 12c Administrator's Guide A guide to everything an Oracle SOA Suite 12c administrator needs to hit the ground running

Arrow left icon
Product type Paperback
Published in Nov 2015
Publisher
ISBN-13 9781782170860
Length 456 pages
Edition 1st Edition
Languages
Arrow right icon
Toc

Table of Contents (14) Chapters Close

Preface 1. SOA Infrastructure Management – what You Need to Know FREE CHAPTER 2. Navigating Enterprise Manager Fusion Middleware Control 12c 3. Startup and Shutdown 4. Managing Services 5. Deploying Code 6. Monitoring Oracle SOA Suite 12c 7. Configuration and Administration 8. Managing the Database 9. Troubleshooting the Oracle SOA Suite 12c Infrastructure 10. Backup and Recovery 11. Introducing Oracle Enterprise Scheduler 12. Clustering and High Availability Index

Troubleshooting OSB deployment issues


In Chapter 5, Deploying Code, we provided instructions on how to use a combination of WLST and Python scripts to deploy OSB projects through the command line, which is the preferred approach. Troubleshooting OSB deployment generally involves inspecting the output of this script.

At a high level, the behind-the-scenes OSB deployment process involves creating a session, uploading the JAR file, applying customizations (if specified), and then activating the session.

For a successful deployment, you will likely see a deployment successful message, as shown here:

Attempting to import : /home/oracle/code/HelloWorldOSB.jar on ALSB Admin Server listening on : t3://soahost1:7001
Read file /home/oracle/code/HelloWorldOSB.jar
Created session SessionScript1432687858164
SessionMBean started session
Jar Uploaded
Deployment of : /home/oracle/code/HelloWorldOSB.jar successful

Additional information is provided in the diagnostic log file, which is generally located in the...

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