The three instances should all have the same ha.intial_hosts

ha.initial_hosts=192.168.0.173:5001,192.168.1.90:5001,192.168.1.183:5001

assuming that those are the IPs of those machines

> Am 15.05.2016 um 23:43 schrieb Yayati Sule <yayati.s...@innoplexus.com>:
> 
> Hi Michael,
> Please find attached the conf files of the slave machines(Slave1 and 
> Slave2.txt) and Master(neo4j.conf) with this mail as per requested by you.
> 
> Regards,
> Yayati Sule
> Associate Data Scientist
> Innoplexus Consulting Services Pvt. Ltd.
> www.innoplexus.com
> Mob : +91-9527459407
> Landline: +91-20-66527300
> © 2011-16 Innoplexus Consulting Services Pvt. Ltd.
> 
> Unless otherwise explicitly stated, all rights including those in copyright 
> in the content of this e-mail are owned by Innoplexus Consulting Services Pvt 
> Ltd. and all related legal entities. The contents of this e-mail shall not be 
> copied, reproduced, or transmitted in any form without the written permission 
> of Innoplexus Consulting Services Pvt Ltd or that of the copyright owner. The 
> receipt of this mail is the acknowledgement of the receipt of contents; if 
> the recipient is not the intended addressee then the recipient shall notify 
> the sender immediately.
> 
> The contents are provided for information only and no opinions expressed 
> should be relied on without further consultation with Innoplexus Consulting 
> Services Pvt Ltd. and all related legal entities. While all endeavors have 
> been made to ensure accuracy, Innoplexus Consulting Services Pvt. Ltd. makes 
> no warranty or representation to its accuracy, completeness or fairness and 
> persons who rely on it do so entirely at their own risk. The information 
> herein may be changed or withdrawn at any time without notice. Innoplexus 
> Consulting Services Pvt. Ltd. will not be liable to any client or third party 
> for the accuracy of the information supplied through this service.
> 
> Innoplexus Consulting Services Pvt. Ltd. accepts no responsibility or 
> liability for the contents of any other site, whether linked to this site or 
> not, or any consequences from your acting upon the contents of another site.
> 
> Please Consider the environment before printing this email.
> 
> On Sun, May 15, 2016 at 10:28 PM, 'Michael Hunger' via Neo4j 
> <neo4j@googlegroups.com> wrote:
> Can you share the config files for all 3 machines?
> 
> > Am 13.05.2016 um 01:35 schrieb yayati.s...@innoplexus.com:
> >
> > Hi,
> > I am trying to setup multi Machine cluster for Neo4j 3.0.1(Milestone). I am 
> > repeatedly getting the following error from my Log Files.
> >
> > 2016-05-13 06:26:35.251+0000 INFO  Attempting to join cluster of 
> > [192.168.0.231:5001, 192.168.1.90:5001, 192.168.1.183:5001]
> > 2016-05-13 06:27:05.754+0000 ERROR Failed to start Neo4j: Starting Neo4j 
> > failed: Component 
> > 'org.neo4j.server.database.LifecycleManagingDatabase@51e5cc21' was 
> > successfully initialized, but failed to start. Please see attached cause 
> > exception. Starting Neo4j failed: Component 
> > 'org.neo4j.server.database.LifecycleManagingDatabase@51e5cc21' was 
> > successfully initialized, but failed to start. Please see attached cause 
> > exception.
> > org.neo4j.server.ServerStartupException: Starting Neo4j failed: Component 
> > 'org.neo4j.server.database.LifecycleManagingDatabase@51e5cc21' was 
> > successfully initialized, but failed to start. Please see attached cause 
> > exception.
> >       at 
> > org.neo4j.server.exception.ServerStartupErrors.translateToServerStartupError(ServerStartupErrors.java:68)
> >       at 
> > org.neo4j.server.AbstractNeoServer.start(AbstractNeoServer.java:217)
> >       at 
> > org.neo4j.server.ServerBootstrapper.start(ServerBootstrapper.java:81)
> >       at 
> > org.neo4j.server.ServerBootstrapper.start(ServerBootstrapper.java:60)
> >       at 
> > org.neo4j.server.enterprise.EnterpriseEntryPoint.main(EnterpriseEntryPoint.java:32)
> > Caused by: org.neo4j.kernel.lifecycle.LifecycleException: Component 
> > 'org.neo4j.server.database.LifecycleManagingDatabase@51e5cc21' was 
> > successfully initialized, but failed to start. Please see attached cause 
> > exception.
> >       at 
> > org.neo4j.kernel.lifecycle.LifeSupport$LifecycleInstance.start(LifeSupport.java:444)
> >       at org.neo4j.kernel.lifecycle.LifeSupport.start(LifeSupport.java:107)
> >       at 
> > org.neo4j.server.AbstractNeoServer.start(AbstractNeoServer.java:189)
> >       ... 3 more
> > Caused by: java.lang.RuntimeException: Error starting 
> > org.neo4j.kernel.ha.factory.HighlyAvailableFacadeFactory, 
> > /home/yayati.sule/Master/neo4j-enterprise-3.0.1/data/databases/graph.db
> >       at 
> > org.neo4j.kernel.impl.factory.GraphDatabaseFacadeFactory.newFacade(GraphDatabaseFacadeFactory.java:144)
> >       at 
> > org.neo4j.kernel.ha.factory.HighlyAvailableFacadeFactory.newFacade(HighlyAvailableFacadeFactory.java:42)
> >       at 
> > org.neo4j.kernel.ha.HighlyAvailableGraphDatabase.<init>(HighlyAvailableGraphDatabase.java:41)
> >       at 
> > org.neo4j.server.enterprise.EnterpriseNeoServer.lambda$static$0(EnterpriseNeoServer.java:80)
> >       at 
> > org.neo4j.server.database.LifecycleManagingDatabase.start(LifecycleManagingDatabase.java:89)
> >       at 
> > org.neo4j.kernel.lifecycle.LifeSupport$LifecycleInstance.start(LifeSupport.java:434)
> >       ... 5 more
> > Caused by: org.neo4j.kernel.lifecycle.LifecycleException: Component 
> > 'org.neo4j.cluster.client.ClusterJoin@d8af863' was successfully 
> > initialized, but failed to start. Please see attached cause exception.
> >       at 
> > org.neo4j.kernel.lifecycle.LifeSupport$LifecycleInstance.start(LifeSupport.java:444)
> >       at org.neo4j.kernel.lifecycle.LifeSupport.start(LifeSupport.java:107)
> >       at 
> > org.neo4j.kernel.lifecycle.LifeSupport$LifecycleInstance.start(LifeSupport.java:434)
> >       at org.neo4j.kernel.lifecycle.LifeSupport.start(LifeSupport.java:107)
> >       at 
> > org.neo4j.kernel.impl.factory.GraphDatabaseFacadeFactory.newFacade(GraphDatabaseFacadeFactory.java:140)
> >       ... 10 more
> > Caused by: java.util.concurrent.TimeoutException
> >       at 
> > org.neo4j.cluster.statemachine.StateMachineProxyFactory$ResponseFuture.get(StateMachineProxyFactory.java:300)
> >       at 
> > org.neo4j.cluster.client.ClusterJoin.joinByConfig(ClusterJoin.java:143)
> >       at org.neo4j.cluster.client.ClusterJoin.start(ClusterJoin.java:82)
> >       at 
> > org.neo4j.kernel.lifecycle.LifeSupport$LifecycleInstance.start(LifeSupport.java:434)
> >
> > I have also attached a copy of my "neo4j.conf" file .
> > Kindly help me on this.
> >
> > --
> > 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 neo4j+unsubscr...@googlegroups.com.
> > For more options, visit https://groups.google.com/d/optout.
> > <neo4j.conf>
> 
> --
> 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 neo4j+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
> 
> 
> -- 
> 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 neo4j+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
> <Slave1_Conf_File.txt><Slave2_Conf_File.txt><neo4j.conf>

-- 
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 neo4j+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to