执行m子批处理流程时遇到异常,例如无法通过提及文件路径来删除对象存储中的文件

问题描述 投票:0回答:1

正在像这样出现异常

Message               : Deleting D:\Mule-Soft\Mule-3.9-labdocs-workspace\lab-docs-pdfs-workspace\mule-way2learn-ws\.mule\.mule\batch-job-demo\objectstore\f59294d0-1133-11ea-af5c-ba4720524153\f8e14aa0-1133-11ea-af5c-ba4720524153.obj failed
Payload               : [{updated_date=null, user_name=test1, created_date=2014-12-11, status=10, updated_by=null, last_name=test1, created_by=admin, first_name=test1, id=100}, {updated_date=null, user_name=test2, created_date=2014-12-11, status=10, updated_by=null, last_name=test2, created_by=admin, first_name=test2, id=101}, {updated_date=null, user_name=test3, created_date=2014-12-11, status=10, updated_by=null, last_name=test3, created_by=admin, first_name=test3, id=102}, {updated_date=null, user_name=test4, created_date=2014-12-11, status=10, updated_by=null, last_name=test4, created_by=admin, first_name=test4, id=103}, {updated_date=null, user_name=test5, created_date=2014-12-11, status=10, updated_by=null, last_name=test5, created_by=admin, first_name=test5, id=104}, {updated_date=null, user_name=af, created_date=2014-12-11, status=10, updated_by=null, last_name=af, created_by=admin, first_name=af, id=105}, {updated_date=null, user_name=bf, created_date=2014-12-11, status=10, updated_by=null, last_name=bf, created_by=admin, first_name=bf, id=106}, {updated_date=null, user_name=aaaa, created_date=2014-12-11, status=10, updated_by=null, last_name=aaaa, created_by=admin, first_name=aaa, id=107}, {updated_date=null, user_name=cccc, created_date=2014-12-11, status=10, updated_by=null, last_name=ccc, created_by=admin, first_name=ccc, id=109}]
Payload Type          : java.util.LinkedList
Element               : /start-batch-job/processors/0 @ batch-job-demo:batch-job-demo.xml:74 (users-accounts-batch-job)
Element XML           : <batch:execute name="users-accounts-batch-job" doc:name="users-accounts-batch-job"></batch:execute>
--------------------------------------------------------------------------------
Root Exception stack trace:
org.mule.api.store.ObjectStoreException: Deleting D:\Mule-Soft\Mule-3.9-labdocs-workspace\lab-docs-pdfs-workspace\mule-way2learn-ws\.mule\.mule\batch-job-demo\objectstore\f59294d0-1133-11ea-af5c-ba4720524153\f8e14aa0-1133-11ea-af5c-ba4720524153.obj failed

执行批处理作业时。如图所示。该流程由http组件调用,该组件通过批处理执行组件将流程称为“ user-accounts-batch-job”,然后继续进行“ get-user-account-step”流程,然后再次执行批处理调用“ get-user-records-流程”,然后流程继续进行到第二批处理步骤,第二批处理步骤调用“获取帐户记录”,然后流程进行到完成阶段。发生的情况是在查询“ get-user-records”中的数据库后,m子抛出了上面提到的错误,我不知道该如何解决。

enter image description here

mule mule-studio mule-component mule-esb mulesoft
1个回答
1
投票

错误似乎是由以下错误引起的:https://www.mulesoft.org/jira/browse/MULE-17349

如果您是MuleSoft客户,则可以在MuleSoft的帮助中心上为其寻求补丁。我不知道有任何解决方法。

© www.soinside.com 2019 - 2024. All rights reserved.