Mule 应用程序部署报告发现以元素开头的无效内容

Mule app deployment reports invalid content was found starting with element

我有两个使用 "Anypoint" studio 构建的 mule flow,当我构建它时,它们 运行 在我的 mac 上非常好。我现在想将这个应用程序部署到一个独立的 mule 运行time 上。我把/target目录下的所有文件都挑出来打包成一个app复制到/apps/目录下。当我启动 mule 时,我得到一个异常 "invalid content was found starting with element "。我如何将流部署到 ​​mule 独立 运行时间?

谢谢

在 Anypoint Studio 中,您可以右键单击项目并 select "Export" 然后选择 "Anypoint Studio Project to Mule Deployable Archive"。这将生成一个 zip 文件,您可以将其放入 apps 目录中。 请记住,Anypoint Studio 的某些功能(例如 Datamapper)只能在 Mule 独立版的 EE 版本中使用。