Skip to Main Content

Integration

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

ORABPEL-05215 in 12c on deployment

Tom HenricksenNov 18 2015 — edited Feb 26 2020

I am getting an ORABPEL-05215 error when I deploy my composite to our 12c development environment. The full message is the following:

There was an error deploying the composite on WLS_SOA1: Deployment Failed: Error occurred during deployment of component: PPLSFT_CRUD_Item_ABCS_prov to service engine: implementation.bpel, for composite: PPLSFT_CRUD_Item_ABCS_prov: ORABPEL-05215 Error while loading process. The process domain is encountering the following errors while loading the process "PPLSFT_CRUD_Item_ABCS_prov" (composite "ItemServices/PPLSFT_CRUD_Item_ABCS_prov!1.0*soa_4eeed66e-77cf-4aa8-a1bd-ca06e231b92e"): Validation of BPEL2.0 process failed.. 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 bpelcClasspath domain property includes the patch classes.

I looked at the logs and it appears to say my BPEL is not in synch with MDS in the logs.

[2015-11-18T10:01:36.161-06:00] [WLS_SOA1] [ERROR] [] [oracle.soa.bpel.engine.compiler] [host: uxsoadev] [nwaddr: 138.230.209.241] [tid: [ACTIVE].ExecuteThread: '13' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: TX12238] [ecid: da35a4bd-8daa-46af-9d69-10ba1e6dab4c-0000976f,0] [APP: soa-infra] [DSID: 0000L4RL64SB1FELJ6U4Uf1MIulG00001l] BPEL/PPLSFT_CRUD_Item_ABCS_prov.bpel:135 error The XPath segment "child::ns4:DataArea" cannot be resolved., Suggested Fix : Check the type definition associated with the BPEL variable. [2015-11-18T10:01:36.161-06:00] [WLS_SOA1] [ERROR] [] [oracle.soa.bpel.engine.compiler] [host: uxsoadev] [nwaddr: 138.230.209.241] [tid: [ACTIVE].ExecuteThread: '13' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: TX12238] [ecid: da35a4bd-8daa-46af-9d69-10ba1e6dab4c-0000976f,0] [APP: soa-infra] [DSID: 0000L4RL64SB1FELJ6U4Uf1MIulG00001l] BPEL/PPLSFT_CRUD_Item_ABCS_prov.bpel:135 error Variable "outputVariable" does not have a part named "payload" - check expression segment "$outputVariable.payload"

This composite builds fine on my machine, it just appears that the MDS is not updated. We have tried clearing the MDS cache and restarting the server.

Message was edited by: Tom Henricksen

This post has been answered by Martien van den Akker on Nov 25 2015
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 28 2015
Added on Nov 18 2015
7 comments
20,069 views