首页
学习
活动
专区
圈层
工具
发布
首页
学习
活动
专区
圈层
工具
MCP广场
社区首页 >问答首页 >当我尝试在mule 3.4.2服务器中部署应用程序时,部署失败

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

Stack Overflow用户
提问于 2015-06-20 18:27:54
回答 2查看 541关注 0票数 0

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

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

代码语言:javascript
运行
复制
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)
EN

回答 2

Stack Overflow用户

发布于 2015-06-20 22:49:14

查看(反编译的)源代码,问题来自于您的应用程序没有可用的ThrottlingManager,甚至没有绑定在注册表中Mule EE服务器的键_muleThrottlingManager下的默认ThrottlingManager

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

票数 0
EN

Stack Overflow用户

发布于 2015-06-22 01:31:23

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

票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/30952939

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档