I almost reproduce it every time.
ExampleNodeClient just start another Ignite instance by Client mode as
following, it must be started before step 2 finished.
public static void main(String[] args) throws IgniteException,
InterruptedException {
Ignition.setClientMode(true);
Ignition.start();
}
--
View this message in context:
http://apache-ignite-users.70518.x6.nabble.com/Can-not-start-another-client-when-doing-ContinuousAsyncQuery-tp6375p6586.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.