ORABPEL-04096 Deploying BPEL Process using Ant Script
(Doc ID 1253234.1)
Last updated on OCTOBER 10, 2019
Applies to:
Oracle(R) BPEL Process Manager 10g - Version 10.1.3.1 and laterInformation in this document applies to any platform.
Symptoms
When attempting to deploy a bpel process using ANT, the following error occurs.
ORABPEL-04096
Cannot update process metadata.
The process domain was unable to insert/update the process metadata for process "UTIL_NotificationEmail" with revision tag "2.3" in the datastore. The exception reported is: javax.resource.ResourceException: RollbackException: Transaction has been marked for rollback: Timed out
Please check that the machine hosting the datasource is physically connected to the network. Otherwise, check that the datasource connection parameters (user/password) is currently valid.
sql statement: SELECT process_guid, process_id, revision_tag, suitcase_id, state, lifecycle, deploy_user, deploy_timestamp FROM process WHERE domain_ref = ? AND process_id = ? AND revision_tag = ? FOR UPDATE
Cannot update process metadata.
The process domain was unable to insert/update the process metadata for process "UTIL_NotificationEmail" with revision tag "2.3" in the datastore. The exception reported is: javax.resource.ResourceException: RollbackException: Transaction has been marked for rollback: Timed out
Please check that the machine hosting the datasource is physically connected to the network. Otherwise, check that the datasource connection parameters (user/password) is currently valid.
sql statement: SELECT process_guid, process_id, revision_tag, suitcase_id, state, lifecycle, deploy_user, deploy_timestamp FROM process WHERE domain_ref = ? AND process_id = ? AND revision_tag = ? FOR UPDATE
Changes
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 |