【发布时间】:2018-01-08 11:51:44
【问题描述】:
我最近向服务器部署了一项服务,然后我开始收到以下错误。我将服务恢复到发生此错误并部署到服务器之前的状态,但是错误继续发生。有谁知道可能导致此错误的原因以及如何解决?
我对 SOA 不是很有经验,所以如果需要更多信息,请告诉我。
提前谢谢你。
-<messages>
-<input>
-<Invoke_MapProdRuleexecute_InputVariable>
-<part xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="payload">
-<MapProductInputxmlns="http://www.pop.net/ws/Rules/MapProductRule/xsd/v1/MapProductRule">
<ProductType>
Paper Maps
</ProductType>
</MapProductInput>
</part>
</Invoke_MapProdRuleexecute_InputVariable>
</input>
-<fault>
-<bpelFault>
<faultType>
0
</faultType>
-<remoteFault xmlns="http://schemas.oracle.com/bpel/extension">
-<part name="summary">
<summary>
Process not found.
the BPEL process "MapProductRuleProcess" with revision "1.0" is not loaded.
The process was not initialized properly, or the process was disabled.
Set the logging level to debug mode, check the log for the underlying
exception trace related to this process loading problem.
</summary>
</part>
-<part name="code">
<code>
2178
</code>
</part>
-<part name="detail">
<detail>
Process not found.
the BPEL process "MapProductRuleProcess" with revision "1.0" is not loaded.
The process was not initialized properly, or the process was disabled.
Set the logging level to debug mode, check the log for the underlying
exception trace related to this process loading problem.
</detail>
</part>
</remoteFault>
</bpelFault>
</fault>
-<faultType>
<message>
0
</message>
</faultType>
</messages>
【问题讨论】: