Azim
Azim

Reputation: 33

WSO2 ESB - Could not initialize Start up controller. TaskManager not found. {org.apache.synapse.startup.quartz.StartUpController

I have written a scheduled task which makes use of default implementation, that comes with wso2 esb 4.9.
Problem is as soon as I trigger the job, I am getting this error Could not initialize Start up controller. TaskManager not found. {org.apache.synapse.startup.quartz.StartUpController}.
The same is working fine with wso2 4.8.

Upvotes: 1

Views: 672

Answers (1)

Ravindra Ranwala
Ravindra Ranwala

Reputation: 21124

Could you please add the following xml entry under the <definitions> tag. Go to ESB admin console, under main menu go to source view and copy the following xml entry inside the <definitions> tag.

<taskManager provider="org.wso2.carbon.mediation.ntask.NTaskTaskManager"/>

This should solve your issue.

Upvotes: 1

Related Questions