ORABPEL-09903 Error Occurs When Deploying BPEL Process With an Oracle Apps Adapter

Friday, January 29, 2010

Symptoms
On JDeveloper 10.1.3.3 When attempting to deploy a BPEL process with an Oracle Apps Adapter in it,the following error occurs:


BUILD FAILED
C:\Source\BPEL\ERPDEV_Test\build.xml:79: A problem occured while connecting to server "test01"
using port "8889": bpel_ERPDEV_Test_1.0.jar failed to deploy. Exception message is: ORABPEL-09903
Could not initialize activation agent.
An error occured while initializing an activation agent for process "Test", revision "1.0".
Please ensure that the activation agents are configured correctly in the bpel deployment
descriptor (bpel.xml).
oracle.tip.adapter.fw.agent.jca.JCAActivationAgent: java.lang.reflect.InvocationTargetException

Steps To Reproduce
The issue can be reproduced at will with the following steps:
Using JDeveloper 10.1.3.3 create a BPEL Process that uses an Oracle Apps Adapter to capture EBS Events. Design time is fine, It connects to the Integration Reporitory and allows you to select the correct Business Event. During deployment however you receive an Activation Agent Error message

Cause
The apps adapter that comes with JDeveloper 10.1.3.3 adds a new jca property called
AppsEventSchema, this property is not recognized in BPEL 10.1.3.1. So deployment fails when using JDeveloper 10.1.3.3 to deploy on 10.1.3.1 BPEL Server.

Solution

1. Download and review the readme and pre-requisites for Patch 6148874 (patchset 10.1.3.3)
2. Ensure that you have taken a backup of your system before applying the recommended patch.
3. Apply the patch in a test environment.
4. Download and review the readme and pre-requisites for Patch 6267726
5. Apply Patch 6267726 in a test environment.
6. Retest the issue.
7. Migrate the solution as appropriate to other environments.

  © Blogger templates Newspaper by Ourblogtemplates.com 2008

Back to TOP