Adding those line of code just after the startup solved the pb (very
temporarily).
ignite = Ignition.start(conf);
if (ignite instanceof IgniteKernal) {
IgniteScheduleProcessorAdapter scheduler = ((IgniteKernal)
ignite).context().schedule();
if (scheduler instanceof IgniteScheduleProcessor) {
((IgniteScheduleProcessor) scheduler).start();
}
}
--
View this message in context:
http://apache-ignite-users.70518.x6.nabble.com/Scheduler-throwing-NullPointerException-for-Ignite-2-0-0-tp13420p14636.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.