Hi, I am setting up a HA cluster of Neo4J embedded server(with spring big data) and Neo4j version is 2.0.3. However, it is not getting started though hosts are in same network and I am able to telnet on port 5001 on each node.
Please find below the HA properties for each node below:- Host 1:- ------------ ha.server_id=1 ha.initial_hosts=192.168.1.3:5001 org.neo4j.server.database.mode=HA Host 2:- ------------ ha.server_id=2 ha.initial_hosts=192.168.1.3:5001,192.168.1.4:5001 org.neo4j.server.database.mode=HA Host 3:- ------------ ha.server_id=3 ha.initial_hosts=192.168.1.3:5001,192.168.1.4:5001,192.168.1.5:5001 org.neo4j.server.database.mode=HA This configuration is not working. Please let me know what is missing here. Any help is highly appreciated. Thanks in advance, Kishore -- You received this message because you are subscribed to the Google Groups "Neo4j" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
