html BPEL错误(样本Muamalat)

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了html BPEL错误(样本Muamalat)相关的知识,希望对你有一定的参考价值。

<bindingFault xmlns="http://schemas.oracle.com/bpel/extension">
-<part name="summary">
  <summary>
    Exception occured when binding was invoked.
    Exception occured during invocation of JCA binding: "JCA Binding execute of Reference operation 'DBCheckUpdateLimitByVA' failed due to: Stored procedure invocation error.
    Error while trying to prepare and execute the CEKLIMITPROC API.
    An error occurred while preparing and executing the CEKLIMITPROC API. Cause: java.sql.SQLSyntaxErrorException: ORA-02049: timeout: distributed transaction waiting for lock
    ORA-06512: at "CDCDB.CEKLIMITPROC", line 104
    ORA-06512: at line 1

    Check to ensure that the API is defined in the database and that the parameters match the signature of the API.  This exception is considered not retriable, likely due to a modelling mistake.  To classify it as retriable instead add property nonRetriableErrorCodes with value "-2049" to your deployment descriptor (i.e. weblogic-ra.xml).  To auto retry a retriable fault set these composite.xml properties for this invoke: jca.retry.interval, jca.retry.count, and jca.retry.backoff.  All properties are integers.". 
    The invoked JCA adapter raised a resource exception.
    Please examine the above error message carefully to determine a resolution.
  </summary>
</part>
<part name="detail">
  <detail>
    ORA-02049: timeout: distributed transaction waiting for lock
    ORA-06512: at "CDCDB.CEKLIMITPROC", line 104
    ORA-06512: at line 1
  </detail>
</part>
<part name="code">
  <code>2049</code>
</part>
<errorHandlingInput xmlns:mm="http://main/messages" xmlns="http://main/messages">
  <mm:errorLevel>6</mm:errorLevel>
  <mm:bit39>96</mm:bit39>
  <mm:messageId>122236233812651512651512221000001265150200</mm:messageId>
  <mm:totalFee>9500</mm:totalFee>
  <mm:errorFee>0</mm:errorFee>
  <mm:amount>389500</mm:amount>
  <mm:trxId>4040002</mm:trxId>
  <mm:noVa>5555001040103353</mm:noVa>
  <mm:mitraId>5555</mm:mitraId>
  <mm:channelId>523</mm:channelId>

===================================================


<ErrorHandleOut>
-<part xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="prmErrorResult">
-<errorHandlingOutput xmlns:mm="http://main/messages" xmlns="http://main/messages">
-<mm:isoMessage>
<ns4:isoMessage xmlns:ns4="http://main/types">
0410F23A40018AE1800000000000068000001660192302081848034000000000380000001222362338126515126515122200006011031470352310000012651596523     01470020       01471234 kiosk dev mujair               013DebetTransfer3601655550010401033531201198765432100540002
</ns4:isoMessage>
</mm:isoMessage>
-<mm:stdOutput>
<ns4:status xmlns:ns4="http://main/types">FAILED</ns4:status>
<ns4:message xmlns:ns4="http://main/types">
System
 mailfunction / system error
</ns4:message>
<ns4:bit39 xmlns:ns4="http://main/types">96</ns4:bit39>
</mm:stdOutput>
</errorHandlingOutput>

以上是关于html BPEL错误(样本Muamalat)的主要内容,如果未能解决你的问题,请参考以下文章

Oracle:BPEL->Java Callout->BPEL:如何使它们属于EM中的同一个调用树?

BPEL 实例教程

BPEL 模块中的外部 WSDL:地址已在使用中 8080

markdown BPEL o BPMN

JBPM学习第1篇:入门与安装

使用 HTTPS 调用 REST 服务的 Oracle BPEL (Java 8U92) 会产生 SSL 握手异常