Deploying failed when I am trying to deploying applicaion in mule 3.4.2 server -


deploying failed when trying deploying applicaion

the below error getting. please me out on this?

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     @ com.mulesoft.mule.throttling.throttlingphase.runphase(throttlingphase.java:76)     @ com.mulesoft.mule.throttling.throttlingphase.runphase(throttlingphase.java:1)     @ org.mule.execution.phaseexecutionengine$internalphaseexecutionengine.phasesuccessfully(phaseexecutionengine.java:54)     @ org.mule.execution.validationphase.runphase(validationphase.java:36)     @ org.mule.execution.validationphase.runphase(validationphase.java:15)     @ org.mule.execution.phaseexecutionengine$internalphaseexecutionengine.process(phaseexecutionengine.java:98)     @ org.mule.execution.phaseexecutionengine.process(phaseexecutionengine.java:30)     @ org.mule.execution.mulemessageprocessingmanager.processmessage(mulemessageprocessingmanager.java:32)     @ org.mule.transport.abstractmessagereceiver.processmessage(abstractmessagereceiver.java:550)     @ org.mule.transport.http.httpmessagereceiver.processrequest(httpmessagereceiver.java:59)     @ org.mule.transport.http.httprequestdispatcherwork.run(httprequestdispatcherwork.java:73)     @ java.util.concurrent.threadpoolexecutor.runworker(threadpoolexecutor.java:1145)     @ java.util.concurrent.threadpoolexecutor$worker.run(threadpoolexecutor.java:615)     @ 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     @ com.mulesoft.mule.throttling.throttlingphase.runphase(throttlingphase.java:76)     @ com.mulesoft.mule.throttling.throttlingphase.runphase(throttlingphase.java:1)     @ org.mule.execution.phaseexecutionengine$internalphaseexecutionengine.phasesuccessfully(phaseexecutionengine.java:54)     @ org.mule.execution.validationphase.runphase(validationphase.java:36)     @ org.mule.execution.validationphase.runphase(validationphase.java:15)     @ org.mule.execution.phaseexecutionengine$internalphaseexecutionengine.process(phaseexecutionengine.java:98) 

looking @ (decompiled) source code, issue comes fact no throttlingmanager available application, not default 1 bound in registry under key _mulethrottlingmanager mule ee servers.

this wild guess think you're trying deploy mule application built mule 3.4.2 ee on 3.4.2 ce server: need deploy on ee server.


Comments

Popular posts from this blog

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -