Pages

Sunday, November 5, 2017

ORABPEL-05250 Error - JDeveloper Part2

ORABPEL-05250 Error - JDeveloper Part2

I was facing a strange issue while deploying the composite to the server but The composite was successfully build in JDeveloper but during deployment to the server received the following exception.

[02:02:37 PM] Sending archive - sca_SuppressSelectionFailure_rev1.0.jar
[02:02:49 PM] Received HTTP response from the server, response code=500
[02:02:49 PM] Error deploying archive sca_SuppressSelectionFailure_rev1.0.jar to partition "default" on server AdminServer [http://inkaban3ua-eai05:8000]
[02:02:49 PM] HTTP error code returned [500]
[02:02:49 PM] Error message from server:
There was an error deploying the composite on AdminServer: Error occurred during deployment of component: SuppressSelectionFailure to service engine: implementation.bpel, for composite: SuppressSelectionFailure: ORABPEL-05250

Error deploying BPEL suitcase.
error while attempting to deploy the BPEL component file "/fmw/config/admin/domains/SOACoreDomain/servers/AdminServer/dc/soa_1b6f358e-8947-4572-a573-e036770c0591"; the exception reported is: java.lang.Exception: BPEL 1.1 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).
.

[02:02:49 PM] Check server log for more details.
[02:02:49 PM] Error deploying archive sca_SuppressSelectionFailure_rev1.0.jar to partition "default" on server AdminServer [http://localhost:8000]
[02:02:49 PM] ####  Deployment incomplete.  ####
[02:02:49 PM] Error deploying archive file:/C:/JDeveloper/mywork/Application1/SuppressSelectionFailure/deploy/sca_SuppressSelectionFailure_rev1.0.jar
 (oracle.tip.tools.ide.fabric.deploy.common.SOARemoteDeployer)
After the analysis i could able to find the actual error in the server.

####<Jul 3, 2014 1:31:49 AM PDT> <Error> <oracle.soa.bpel.engine.compiler> <localhost> <AdminServer> <[ACTIVE] ExecuteThread: '121' for queue: 'weblogic.kernel.Default (self-tuning)'> <weblogic> <BEA1-0F722DC56FC50211E7E5> <da70686ff9c96634:-6ae98290:146610fb82a:-7ffd-0000000000bc712e> <1404376309367> <BEA-000000> <SuppressSelectionFailure.bpel(line 56): Assign activity does not have children. Empty assign is not necessary and is not supported in this version of OraBPEL PM>

The actual issue is one of the assign activity did not had the copy rules defined.

Assign_Activity_Empty_Child

To resolve the issue either you can remove the empty assign activity or add the copy rules .







No comments:

Post a Comment