ORABPEL-12517 Endpoint Activation Error When Deploying a BPEL Project via JDeveloper

Friday, January 29, 2010

Symptoms
You encounter this error while deploying a BPEL Project via JDeveloper


Error while notifying observer class com.collaxa.cube.admin.adaptors.platform.PlatformAdaptor_oc4j_10g$1 with aspect class com.collaxa.cube.admin.observer.DomainInitAspect
oracle.classloader.util.AnnotatedNoClassDefFoundError:

The missing class is available from the following locations:

1. Code-Source: HOME/lib/dms.jar (from (ignore manifest Class-Path) in META-INF/boot.xml in HOME/j2ee/home/oc4j.jar)
This code-source is available in loader oracle.dms:3.0.

java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
Caused by: ORABPEL-12517
AdapterFrameworkImpl::endpointActivation - Endpoint Activation Error.
The Resource Adapter was unable to activate the endpoint :{} due to the following reason: ORABPEL-12510
Unable to locate the JCA Resource Adapter via WSDL port element jca:address.

ORABPEL-09903

Could not initialize activation agent.
An error occured while initializing an activation agent for process.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


Cause
<import-shared-library name="oracle.dms"/> tag was missing in the ORACLE_HOME\j2ee\oc4j_soa\config\server.xml file.

Solution
Add <import-shared-library name="oracle.dms"/>to shared-library section in ORACLE_HOME\j2ee\oc4j_soa\config\server.xml file.

  © Blogger templates Newspaper by Ourblogtemplates.com 2008

Back to TOP