Saturday, April 13, 2013

BPM Project deployment error from Jdeveloper


Hello Friends,
In this post we would like to share a very common deployment error  faced while deploying BPM Project from Jdeveloper and the resolutions. This will be helpful to people starting work on BPM 11g.
Error: ORABPEL-05250
[01:31:55 PM] Error deploying archive sca_ SalesOrder _rev1.0.jar to partition "default" on server soa_server1 [http://localhost:8001]
[01:31:55 PM] HTTP error code returned [500]
[01:31:55 PM] Error message from server:
There was an error deploying the composite on soa_server1: Deployment Failed: Error occurred during deployment of component: SalesOrderApprovalProcess to service engine: implementation.bpmn, for composite: SalesOrder: ORABPEL-05250

Error deploying BPMN suitcase.
error while attempting to deploy the BPMN component file "/opt/mas/Oracle/Middleware/user_projects/domains/bpp_domain/servers/soa_server1/dc/soa_98987a79-a200-49ca-9c92-de218d795dff"; the exception reported is: java.lang.Exception: BPMN compilation failed
This error contained an exception thrown by the underlying deployment module.
Verify the exception trace in the log (with logging level set to debug mode).

[01:31:55 PM] Check server log for more details.
[01:31:55 PM] Error deploying archive sca_ SalesOrder _rev1.0.jar to partition "default" on server soa_server1 [http://localhost:8001]
[01:31:55 PM] ####  Deployment incomplete.  ####
[01:31:55 PM] Error deploying archive
 (oracle.tip.tools.ide.fabric.deploy.common.SOARemoteDeployer)


Cause:

When we create a Conversation and the conversation is not used in the Process then we get this error while deploying the project through Jdeveloper.
 



Resolution:

There are 2 ways to handle this error:

1)     Remove/Delete the conversation from the project and then try to redeploy the project again.
2)     Create a Service Task which will use the conversation and then deploy the Project again.


Cheers,
LetsLearnOracleSoa Team