尝试在mule 3.4.2服务器中部署应用程序时部署失败

尝试在mule 3.4.2服务器中部署应用程序时部署失败,mule,mule-studio,mule-component,mule-el,Mule,Mule Studio,Mule Component,Mule El,尝试部署应用程序时部署失败 下面是我得到的错误。你能帮我解决这个问题吗 WARN 2015-06-19 15:02:42,393 [[bmrs_mule_phase2_2.0.12].http.request.dispatch.7051.01] com.mulesoft.mule.throttling.ThrottlingPhase: Failure processing throttling phase null ERROR 2015-06-19 15:02:42,394 [[bmrs_mu

尝试部署应用程序时部署失败

下面是我得到的错误。你能帮我解决这个问题吗

WARN  2015-06-19 15:02:42,393 [[bmrs_mule_phase2_2.0.12].http.request.dispatch.7051.01] com.mulesoft.mule.throttling.ThrottlingPhase: Failure processing throttling phase null
ERROR 2015-06-19 15:02:42,394 [[bmrs_mule_phase2_2.0.12].http.request.dispatch.7051.01] org.mule.exception.DefaultSystemExceptionStrategy: Caught exception in Exception Strategy: null
java.lang.NullPointerException
    at com.mulesoft.mule.throttling.ThrottlingPhase.runPhase(ThrottlingPhase.java:76)
    at com.mulesoft.mule.throttling.ThrottlingPhase.runPhase(ThrottlingPhase.java:1)
    at org.mule.execution.PhaseExecutionEngine$InternalPhaseExecutionEngine.phaseSuccessfully(PhaseExecutionEngine.java:54)
    at org.mule.execution.ValidationPhase.runPhase(ValidationPhase.java:36)
    at org.mule.execution.ValidationPhase.runPhase(ValidationPhase.java:15)
    at org.mule.execution.PhaseExecutionEngine$InternalPhaseExecutionEngine.process(PhaseExecutionEngine.java:98)
    at org.mule.execution.PhaseExecutionEngine.process(PhaseExecutionEngine.java:30)
    at org.mule.execution.MuleMessageProcessingManager.processMessage(MuleMessageProcessingManager.java:32)
    at org.mule.transport.AbstractMessageReceiver.processMessage(AbstractMessageReceiver.java:550)
    at org.mule.transport.http.HttpMessageReceiver.processRequest(HttpMessageReceiver.java:59)
    at org.mule.transport.http.HttpRequestDispatcherWork.run(HttpRequestDispatcherWork.java:73)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
    at java.lang.Thread.run(Thread.java:745)
WARN  2015-06-19 15:02:42,397 [[bmrs_mule_phase2_2.0.12].http.request.dispatch.7051.01] com.mulesoft.mule.throttling.ThrottlingPhase: Failure processing throttling phase null
ERROR 2015-06-19 15:02:42,397 [[bmrs_mule_phase2_2.0.12].http.request.dispatch.7051.01] org.mule.exception.DefaultSystemExceptionStrategy: Caught exception in Exception Strategy: null
java.lang.NullPointerException
    at com.mulesoft.mule.throttling.ThrottlingPhase.runPhase(ThrottlingPhase.java:76)
    at com.mulesoft.mule.throttling.ThrottlingPhase.runPhase(ThrottlingPhase.java:1)
    at org.mule.execution.PhaseExecutionEngine$InternalPhaseExecutionEngine.phaseSuccessfully(PhaseExecutionEngine.java:54)
    at org.mule.execution.ValidationPhase.runPhase(ValidationPhase.java:36)
    at org.mule.execution.ValidationPhase.runPhase(ValidationPhase.java:15)
    at org.mule.execution.PhaseExecutionEngine$InternalPhaseExecutionEngine.process(PhaseExecutionEngine.java:98)
查看(反编译的)源代码,问题在于您的应用程序没有可用的
ThrottlingManager
,甚至没有绑定到注册表项
\u muleThrottlingManager
下的Mule EE服务器的默认版本


这是一个猜测,但我认为您正在尝试在
3.4.2 CE
服务器上部署为Mule
3.4.2 EE
构建的Mule应用程序:您需要在
EE
服务器上部署。

似乎您正在尝试将应用程序部署到CE运行时。尝试部署到EE运行时

您也可以发布您的Xml吗?我正在EE server中部署应用程序。我仅尝试在EE server中部署应用程序。。我发现错误,因为我在http重新连接策略中使用了blocking=“false”属性。如果我删除了该属性,它就可以正常工作。也就是说,我可以部署它。你能解释一下blocking=“false”属性的用法吗?听起来像个bug:既然你是企业客户,我建议你将此升级到Mulesoft专业支持。