Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/visual-studio-2010/4.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
应用程序未部署在具有批处理的mule独立服务器上_Mule_Mule Studio_Mule Component - Fatal编程技术网

应用程序未部署在具有批处理的mule独立服务器上

应用程序未部署在具有批处理的mule独立服务器上,mule,mule-studio,mule-component,Mule,Mule Studio,Mule Component,我在独立服务器上部署mule应用程序。在我的mule应用程序中,我使用批处理。 我犯了以下错误 org.mule.module.launcher.DeploymentInitException: SAXParseException: cvc-complex -type.2.4.a: Invalid content was found starting with element 'batch:execute'. On e of '{"http://www.mulesoft.org/schema/m

我在独立服务器上部署mule应用程序。在我的mule应用程序中,我使用批处理。 我犯了以下错误

org.mule.module.launcher.DeploymentInitException: SAXParseException: cvc-complex
-type.2.4.a: Invalid content was found starting with element 'batch:execute'. On
e of '{"http://www.mulesoft.org/schema/mule/core":abstract-message-processor, "h
ttp://www.mulesoft.org/schema/mule/core":abstract-outbound-endpoint, "http://www
.mulesoft.org/schema/mule/core":abstract-mixed-content-message-processor, "http:
//www.mulesoft.org/schema/mule/core":response}' is expected.
        at org.mule.module.launcher.application.DefaultMuleApplication.init(Defa
ultMuleApplication.java:197) ~[mule-module-launcher-3.7.0.jar:3.7.0]
        at org.mule.module.launcher.artifact.ArtifactWrapper$2.execute(ArtifactW
rapper.java:62) ~[mule-module-launcher-3.7.0.jar:3.7.0]
        at org.mule.module.launcher.artifact.ArtifactWrapper.executeWithinArtifa
ctClassLoader(ArtifactWrapper.java:129) ~[mule-module-launcher-3.7.0.jar:3.7.0]
        at org.mule.module.launcher.artifact.ArtifactWrapper.init(ArtifactWrappe
r.java:57) ~[mule-module-launcher-3.7.0.jar:3.7.0]
        at org.mule.module.launcher.DefaultArtifactDeployer.deploy(DefaultArtifa
ctDeployer.java:25) ~[mule-module-launcher-3.7.0.jar:3.7.0]
        at org.mule.module.launcher.DefaultArchiveDeployer.guardedDeploy(Default
ArchiveDeployer.java:310) ~[mule-module-launcher-3.7.0.jar:3.7.0]
我需要配置任何与批处理相关的jar吗? 我怎样才能解决这个问题? 我需要在mule独立服务器上部署我的mule应用程序 请帮我解决这个问题


谢谢

此批处理模块应该已经是lib/mule文件夹中企业独立服务器运行时的一部分:mule-module-batch-ee-3.8.0.jar。您可能正在使用不支持企业模块的Community Edition独立运行时。

此批处理模块应该已经是lib/mule文件夹中企业独立服务器运行时的一部分:mule-module-batch-ee-3.8.0.jar。看起来您可能正在使用不支持企业模块的Community Edition独立运行时