Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
10-26-2020 04:46 PM
Hi, I have updated version 3.6 to 4.1.2, I did the steps
But I have a problem. All serves have the same message
Database 'system' is waiting for a total of 3 core members
Thanks
ERROR Failed to start Neo4j on dbms.connector.http.listen_address, a socket address. If missing port or hostname it is acquired from dbms.default_listen_address. Error starting Neo4j database server at /var/lib/neo4j4/data/databases
java.lang.RuntimeException: Error starting Neo4j database server at /var/lib/neo4j4/data/databases
at org.neo4j.graphdb.facade.DatabaseManagementServiceFactory.startDatabaseServer(DatabaseManagementServiceFactory.java:198)
at org.neo4j.graphdb.facade.DatabaseManagementServiceFactory.build(DatabaseManagementServiceFactory.java:158)
at com.neo4j.causalclustering.core.CoreGraphDatabase.createManagementService(CoreGraphDatabase.java:38)
at com.neo4j.causalclustering.core.CoreGraphDatabase.(CoreGraphDatabase.java:30)
at com.neo4j.server.enterprise.EnterpriseManagementServiceFactory.createManagementService(EnterpriseManagementServiceFactory.java:34)
at com.neo4j.server.enterprise.EnterpriseBootstrapper.createNeo(EnterpriseBootstrapper.java:20)
at org.neo4j.server.NeoBootstrapper.start(NeoBootstrapper.java:117)
at org.neo4j.server.NeoBootstrapper.start(NeoBootstrapper.java:87)
at com.neo4j.server.enterprise.EnterpriseEntryPoint.main(EnterpriseEntryPoint.java:25)
Caused by: org.neo4j.kernel.lifecycle.LifecycleException: Component 'com.neo4j.dbms.ClusteredDbmsReconcilerModule@5e95b0ab' was successfully initialized, but failed to start. Please see the attached cause exception "Failed to join or bootstrap a raft group with id RaftId{00000000} and members DatabaseCoreTopology{DatabaseId{00000000} } in time. Please restart the cluster.".
10-27-2020 02:01 PM
That's a bit strange, we don't have a 3.6 version. Did you mean 3.5.6?
In any case. you can try the following steps.
neo4j-admin unbind
11-03-2020 08:30 AM
Hi, thanks....
I was able to fix this. The first time all server must be up so my mistake was that only two servers were working but one was not.
So the cluster was working but if you don't want to change the code (python) so you should create the credentials for SSL. I also changed the queries because we used the APOC "run" for subqueries and then we switch to a new CALL sentence.
This was my experience.
I used the folowing links:
Thanks
All the sessions of the conference are now available online