Hello Koen, I kind of ran into the same issue with 3.1.1 and apoc-3.1.0.3-all jar. however the issue was with one of the config file entry that I messed up a bit when I wanted to use a different db to run my use case.Please check if you have made any changes especially with the below, dbms.security.auth_enabled dbms.connector.https.listen_address
Hope it helps. Regards, Sundeep. On Wednesday, March 15, 2017 at 3:01:42 AM UTC-4, koen wrote: > > Hi, just installed neo4j 3.1.2 (from 64bit zip on w7) and when starting it > fails when the apoc-3.1.0.3-all jar is present in the plugins folder (with > it being present it starts). It recently downloaded that apoc plugin. > Receiving these error messages: > > 2017-03-15 06:54:35.503+0000 INFO Starting... > 2017-03-15 06:54:36.964+0000 INFO Bolt enabled on localhost:7687. > 2017-03-15 06:54:38.906+0000 ERROR Failed to start Neo4j: Starting Neo4j > failed: > Component 'org.neo4j.server.database.LifecycleManagingDatabase@62c952d7' > was su > ccessfully initialized, but failed to start. Please see attached cause > exception > . Starting Neo4j failed: Component > 'org.neo4j.server.database.LifecycleManagingD > atabase@62c952d7' was successfully initialized, but failed to start. > Please see > attached cause exception. > org.neo4j.server.ServerStartupException: Starting Neo4j failed: Component > 'org.n > eo4j.server.database.LifecycleManagingDatabase@62c952d7' was successfully > initia > lized, but failed to start. Please see attached cause exception. > at > org.neo4j.server.exception.ServerStartupErrors.translateToServerStart > upError(ServerStartupErrors.java:68) > at > org.neo4j.server.AbstractNeoServer.start(AbstractNeoServer.java:227) > at > org.neo4j.server.ServerBootstrapper.start(ServerBootstrapper.java:91) > > at > org.neo4j.server.ServerBootstrapper.start(ServerBootstrapper.java:68) > > at > org.neo4j.server.CommunityEntryPoint.main(CommunityEntryPoint.java:28 > ) > Caused by: org.neo4j.kernel.lifecycle.LifecycleException: Component > 'org.neo4j.s > erver.database.LifecycleManagingDatabase@62c952d7' was successfully > initialized, > but failed to start. Please see attached cause exception. > at > org.neo4j.kernel.lifecycle.LifeSupport$LifecycleInstance.start(LifeSu > pport.java:443) > at > org.neo4j.kernel.lifecycle.LifeSupport.start(LifeSupport.java:107) > at > org.neo4j.server.AbstractNeoServer.start(AbstractNeoServer.java:199) > ... 3 more > Caused by: java.lang.RuntimeException: Error starting > org.neo4j.kernel.impl.fact > ory.GraphDatabaseFacadeFactory, C:\neo4j\data\databases\graph.db > at > org.neo4j.kernel.impl.factory.GraphDatabaseFacadeFactory.initFacade(G > raphDatabaseFacadeFactory.java:199) > at > org.neo4j.kernel.impl.factory.GraphDatabaseFacadeFactory.newFacade(Gr > aphDatabaseFacadeFactory.java:130) > at > org.neo4j.server.CommunityNeoServer.lambda$static$0(CommunityNeoServe > r.java:57) > at > org.neo4j.server.database.LifecycleManagingDatabase.start(LifecycleMa > nagingDatabase.java:89) > > regards koen > -- 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.
