Skip to content

Instantly share code, notes, and snippets.

/neo4j.log Secret

Created September 1, 2017 16:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/abcbad9586a7ae851d31fb6f5ca2f8ba to your computer and use it in GitHub Desktop.
Save anonymous/abcbad9586a7ae851d31fb6f5ca2f8ba to your computer and use it in GitHub Desktop.
2017-09-01 16:02:21.025+0000 INFO ======== Neo4j 3.2.3 ========
2017-09-01 16:02:21.052+0000 INFO Starting...
2017-09-01 16:02:22.129+0000 INFO Bolt enabled on 0.0.0.0:7687.
2017-09-01 16:02:22.163+0000 INFO Initiating metrics...
2017-09-01 16:02:22.294+0000 INFO My connection info: [
Discovery: listen=0.0.0.0:5000, advertised=<ip1>:5000,
Transaction: listen=0.0.0.0:6000, advertised=<ip1>:6000,
Raft: listen=0.0.0.0:7000, advertised=<ip1>:7000,
Client Connector Addresses: bolt://<ip1>:7687,http://<ip1>:7474,https://<ip1>:7473
]
2017-09-01 16:02:22.304+0000 INFO Discovering cluster with initial members: [<ip1>:5000, <ip2>:5000, <ip3>:5000]
2017-09-01 16:02:22.304+0000 INFO Attempting to connect to the other cluster members before continuing...
2017-09-01 16:15:54.216+0000 ERROR Failed to start Neo4j: Starting Neo4j failed: Component 'org.neo4j.server.database.LifecycleManagingDatabase@12a24f53' was successfully initialized, but failed to start. Please see the attached cause exception "null". Starting Neo4j failed: Component 'org.neo4j.server.database.LifecycleManagingDatabase@12a24f53' was successfully initialized, but failed to start. Please see the attached cause exception "null".
org.neo4j.server.ServerStartupException: Starting Neo4j failed: Component 'org.neo4j.server.database.LifecycleManagingDatabase@12a24f53' was successfully initialized, but failed to start. Please see the attached cause exception "null".
at org.neo4j.server.exception.ServerStartupErrors.translateToServerStartupError(ServerStartupErrors.java:68)
at org.neo4j.server.AbstractNeoServer.start(AbstractNeoServer.java:215)
at org.neo4j.server.ServerBootstrapper.start(ServerBootstrapper.java:107)
at org.neo4j.server.ServerBootstrapper.start(ServerBootstrapper.java:80)
at org.neo4j.server.enterprise.EnterpriseEntryPoint.main(EnterpriseEntryPoint.java:32)
Caused by: org.neo4j.kernel.lifecycle.LifecycleException: Component 'org.neo4j.server.database.LifecycleManagingDatabase@12a24f53' was successfully initialized, but failed to start. Please see the attached cause exception "null".
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:207)
... 3 more
Caused by: java.lang.RuntimeException: Error starting org.neo4j.kernel.impl.factory.GraphDatabaseFacadeFactory, /var/lib/neo4j/data/databases/graph.db
at org.neo4j.kernel.impl.factory.GraphDatabaseFacadeFactory.initFacade(GraphDatabaseFacadeFactory.java:209)
at org.neo4j.causalclustering.core.CoreGraphDatabase.<init>(CoreGraphDatabase.java:49)
at org.neo4j.causalclustering.core.CoreGraphDatabase.<init>(CoreGraphDatabase.java:41)
at org.neo4j.server.enterprise.EnterpriseNeoServer.lambda$static$2(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.causalclustering.core.consensus.membership.MembershipWaiterLifecycle@5f69e6bd' was successfully initialized, but failed to start. Please see the attached cause exception "null".
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.impl.factory.GraphDatabaseFacadeFactory.initFacade(GraphDatabaseFacadeFactory.java:205)
... 10 more
Caused by: java.lang.RuntimeException: Server failed to join cluster within catchup time limit [600000 ms]
at org.neo4j.causalclustering.core.consensus.membership.MembershipWaiterLifecycle.start(MembershipWaiterLifecycle.java:69)
at org.neo4j.kernel.lifecycle.LifeSupport$LifecycleInstance.start(LifeSupport.java:434)
... 12 more
Caused by: java.util.concurrent.TimeoutException
at java.util.concurrent.CompletableFuture.timedGet(CompletableFuture.java:1771)
at java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1915)
at org.neo4j.causalclustering.core.consensus.membership.MembershipWaiterLifecycle.start(MembershipWaiterLifecycle.java:57)
... 13 more
2017-09-01 16:15:54.222+0000 INFO Neo4j Server shutdown initiated by request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment