Paul can you please assist on this one.
Even after having a single Jar in the plugins folder same failure is shown in the log file.
Neo4J: 4.0.6
Apoc: apoc-4.1.0.1-all.jar
log:
2020-07-21 09:21:56.664+0000 INFO ======== Neo4j 4.0.6 ========
2020-07-21 09:21:56.669+0000 INFO Starting...
2020-07-21 09:21:58.632+0000 ERROR Failed to start Neo4j: Starting Neo4j failed: Component 'org.neo4j.server.database.LifecycleManagingDatabaseService@684b31de' was successfully initialized, but failed to start. Please see the attached cause exception "org.neo4j.configuration.GraphDatabaseInternalSettings". Starting Neo4j failed: Component 'org.neo4j.server.database.LifecycleManagingDatabaseService@684b31de' was successfully initialized, but failed to start. Please see the attached cause exception "org.neo4j.configuration.GraphDatabaseInternalSettings".
org.neo4j.server.ServerStartupException: Starting Neo4j failed: Component 'org.neo4j.server.database.LifecycleManagingDatabaseService@684b31de' was successfully initialized, but failed to start. Please see the attached cause exception "org.neo4j.configuration.GraphDatabaseInternalSettings".
at org.neo4j.server.exception.ServerStartupErrors.translateToServerStartupError(ServerStartupErrors.java:45)
at org.neo4j.server.AbstractNeoServer.start(AbstractNeoServer.java:164)
at org.neo4j.server.ServerBootstrapper.start(ServerBootstrapper.java:114)
at org.neo4j.server.ServerBootstrapper.start(ServerBootstrapper.java:89)
at org.neo4j.server.CommunityEntryPoint.main(CommunityEntryPoint.java:35)
Caused by: org.neo4j.kernel.lifecycle.LifecycleException: Component 'org.neo4j.server.database.LifecycleManagingDatabaseService@684b31de' was successfully initialized, but failed to start. Please see the attached cause exception "org.neo4j.configuration.GraphDatabaseInternalSettings".
at org.neo4j.kernel.lifecycle.LifeSupport$LifecycleInstance.start(LifeSupport.java:465)
at org.neo4j.kernel.lifecycle.LifeSupport.start(LifeSupport.java:111)
at org.neo4j.server.AbstractNeoServer.start(AbstractNeoServer.java:157)
... 3 more