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

Ignite docker container not able to join in 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 (apache.txt file)




<?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>34.241.10.9:47500</value>
                 </list>
                                 </property>

                 </bean>
                </property>
            </bean>
        </property>
    </bean>
</beans>

Re: Ignite docker container not able to join in cluster

Posted by dkarachentsev <dk...@gridgain.com>.
Hi,

You configured external public EC interface address (34.241...), but it
should be internal: 172...

Thanks!
-Dmitry



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