Visit the Below Website to access unlimited exam questions for all IT vendors and Get Oracle Certifications for FREE
http://www.free-online-exams.com
http://www.free-online-exams.com
Problem: ORABPEL-04017, ORABPEL-04004 Error while using API
com.oracle.bpel.client.IBPELProcessHandle.getMetaData()
Error while using API
com.oracle.bpel.client.IBPELProcessHandle.getMetaData(). Error being reported is
"ResourceException: RollbackException: Transaction has been marked for rollback:
null" and no instance is being created in BPEL
Console.
Log files:
domain.log
ORABPEL-04017
Cannot find work items.
The process domain was unable to find the work items for instance "4780002" in the datastore. The exception reported is: javax.resource.ResourceException: RollbackException: Transaction has been marked for rollback: null
ORABPEL-04004
Cannot insert audit trail.
The process domain was unable to insert the current log entries for the instance "4780028" to the audit trail table. The exception reported is: javax.resource.ResourceException: RollbackException: Transaction has been marked for rollback: null
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: INSERT INTO audit_trail( cikey, domain_ref, count_id, block, block_csize, block_usize, log ) VALUES( ?, ?, ?, ?, ?, ?, ? )
ORABPEL-04017
Cannot find work items.
The process domain was unable to find the work items for instance "4780002" in the datastore. The exception reported is: javax.resource.ResourceException: RollbackException: Transaction has been marked for rollback: null
ORABPEL-04004
Cannot insert audit trail.
The process domain was unable to insert the current log entries for the instance "4780028" to the audit trail table. The exception reported is: javax.resource.ResourceException: RollbackException: Transaction has been marked for rollback: null
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: INSERT INTO audit_trail( cikey, domain_ref, count_id, block, block_csize, block_usize, log ) VALUES( ?, ?, ?, ?, ?, ?, ? )
Solution:
It is likely that your transaction timed out. This can
happen if you have many concurrent instances taking a variable amount of time.
Please do some performance tuning and also consider increasing the transaction
timeout. You can learn about both of these in the best practices
guide:
http://download.oracle.com/technology/tech/soa/soa_best_practices_1013x_drop3.pdf
Also as per the error message you are getting please check if your database and listener is up and running.
http://download.oracle.com/technology/tech/soa/soa_best_practices_1013x_drop3.pdf
Also as per the error message you are getting please check if your database and listener is up and running.
No comments:
Post a Comment