You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ignite.apache.org by tesst12 <as...@idmetrics.com> on 2018/06/15 13:07:36 UTC

ignite docker container not able to join cluster

Hello Team,

I'm using apacheignite:2.5.0 docker image deployed in 2 different
ec2-instances and using staticip finder config  below is config file , one
of node is unable to join in cluster.I have attached logs also please find
below

<?xml version="1.0" encoding="UTF-8"?>

<beans xmlns="http://www.springframework.org/schema/beans"
       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
       xmlns:util="http://www.springframework.org/schema/util"
       xsi:schemaLocation="
        http://www.springframework.org/schema/beans
        http://www.springframework.org/schema/beans/spring-beans.xsd
        http://www.springframework.org/schema/util
        http://www.springframework.org/schema/util/spring-util.xsd">
    <bean abstract="false" id="ignite.cfg"
class="org.apache.ignite.configuration.IgniteConfiguration">

        
        <property name="discoverySpi">
            <bean
class="org.apache.ignite.spi.discovery.tcp.TcpDiscoverySpi">
                <property name="ipFinder">
                    <bean
class="org.apache.ignite.spi.discovery.tcp.ipfinder.vm.TcpDiscoveryVmIpFinder">
                        <property name="addresses">
                                                 <list>
              
              <value>192.168.1.202</value>

              
              <value>34.241.10.9:47500</value>
                 </list>
                                 </property>
                 </bean>
                </property>
            </bean>
        </property>
    </bean>
</beans>  



--
Sent from: http://apache-ignite-users.70518.x6.nabble.com/