简体   繁体   中英

SOA BPEL Process is not loaded

I recently deployed a service to the server and then I began receiving the below error. I reverted the service back to the way it was before this error occurred and deployed to the server, however the error continues to occur. Does anybody know what could cause this error and how to fix it?

I am not very experienced with SOA so please let me know if more information is required here.

Thanks you in advance.

-<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>

最后,服务器反弹解决了该错误!

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM