Re: why I can't join node?(Error msg : Some error in join process)

2018-05-10 Thread moon-duck
Hi Thanks for reply. I checked my classpath. There is Guava dependency. I think it conflict with Ignite's Guava. I think below is almost almost same in my case. https://stackoverflow.com/questions/49154736/apache-ignite-old-guava-dependency-conflict So, i resolved. Thank you! -- Sent from: h

Re: why I can't join node?(Error msg : Some error in join process)

2018-05-09 Thread aealexsandrov
Hi, Looks like you have some problems in your classpath: java.lang.NoSuchMethodError: com.google.common.util.concurrent.MoreExecutors.sameThreadExecutor()Lcom/google/common/util/concurrent/ListeningExecutorService; Could you please check that all plugins versions in your pom.xml is up to date

why I can't join node?(Error msg : Some error in join process)

2018-05-09 Thread moon-duck
Hi I'm using Ignite 2.4.0 and Ignite-zookeeper for discovery spi I have 3 server nodes and 1 client node. In server nodes below are configurations. these servers are started successfully. IgniteConfiguration config = new IgniteConfiguration(); config.setRebalanceThreadPoolSize(rebalanceThreadPoo