After Installing The Latest Bundle Patch Some Composites Cannot Be Loaded
(Doc ID 2346476.1)
Last updated on NOVEMBER 15, 2023
Applies to:
Oracle Business Process Management Suite - Version 12.1.3.0.0 and laterInformation in this document applies to any platform.
Symptoms
After installing the latest bundle patch the following error occurs:
BPM Composite Unknown state:
oracle.fabric.common.FabricException: Error occurred during deployment of component: <CustomerComponent> to service engine: implementation.bpmn, for composite:<CustomerComponent>: ORABPEL-05215
Error while loading process.
The process domain is encountering the following errors while loading the process "<CustomerComponent>" (composite "default/<CustomerComponent>!1.0*soa_4b6e579c-a4e2-4bcd-a41f-b4214de8712a"): Global Type declaration/definition of name '{http://xmlns.oracle.com/bpel/workflow/task}displayInfoType' are duplicated at the following locations:
oramds:/deployed-composites/default/<CustomerBPMProcess>_rev1.1/Schemas/<CustomerTaskWorkflowTask.xsd> [line#: 397]
oramds:<Directory>/<CustomerWorkflowTask.xsd> [line#: 437]
There are at least two of them looking different:
oramds:/deployed-composites/default/<CustomerBPMProcess_rev>1.1/Schemas/<CustomerTaskWorkflowTask.xsd> [difference starting at line#:402]
oramds:<Directory>/<CustomerWorkflowTask.xsd> [difference starting at line#:442]
.
This error contained an exception thrown by the underlying process loader module.
Check the exception trace in the log (with logging level set to debug mode). If there is a patch installed on the server, verify that the BPMN Classpath domain property includes the patch classes.
at oracle.integration.platform.blocks.deploy.CompositeDeploymentConnection.deployComponents(CompositeDeploymentConnection.java:331)
at oracle.integration.platform.blocks.deploy.CompositeDeploymentConnection.deploy(CompositeDeploymentConnection.java:123)
at oracle.integration.platform.blocks.deploy.CompositeDeployerImpl.deploy(CompositeDeployerImpl.java:225)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:318)
at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
at oracle.integration.platform.blocks.deploy.DeploymentEventPublisher.invoke(DeploymentEventPublisher.java:86)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:110)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202)
at com.sun.proxy.$Proxy428.deploy(Unknown Source)
at oracle.integration.platform.kernel.FabricKernelInitializerServlet$1.run(FabricKernelInitializerServlet.java:923)
at oracle.integration.platform.blocks.executor.WorkManagerExecutor$1.run(WorkManagerExecutor.java:184)
at weblogic.work.j2ee.J2EEWorkManager$WorkWithListener.run(J2EEWorkManager.java:184)
at weblogic.work.DaemonWorkThread.run(DaemonWorkThread.java:30)
Caused by: java.lang.RuntimeException: ORABPEL-05215
Changes
The latest bundle patch has been installed. The previous bundle patch was January 2017 or older
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Changes |
Cause |
Solution |
References |