Advertisement
Guest User

Untitled

a guest
Jul 16th, 2019
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.52 KB | None | 0 0
  1. Jul 16 14:58:58 ip-172-31-13-173 neo4j[20535]: 2019-07-16 14:58:58.149+0000 INFO ======== Neo4j 3.2.3 ========
  2. Jul 16 14:58:58 ip-172-31-13-173 neo4j[20535]: 2019-07-16 14:58:58.228+0000 INFO Starting...
  3. Jul 16 14:58:58 ip-172-31-13-173 neo4j[20535]: 2019-07-16 14:58:58.322+0000 ERROR Failed to start Neo4j: Starting Neo4j failed: Component 'org.neo4j.server.database.LifecycleManagingDatabase@5c072e3f' was successfully initialized, but failed to start. Please see the attached cause exception "/var/log/neo4j/debug.log
  4. Jul 16 14:58:58 ip-172-31-13-173 neo4j[20535]: org.neo4j.server.ServerStartupException: Starting Neo4j failed: Component 'org.neo4j.server.database.LifecycleManagingDatabase@5c072e3f' was successfully initialized, but failed to start. Please see the attached cause exception "/var/log/neo4j/debug.log (Permission deni
  5. Jul 16 14:58:58 ip-172-31-13-173 neo4j[20535]: at org.neo4j.server.exception.ServerStartupErrors.translateToServerStartupError(ServerStartupErrors.java:68)
  6. Jul 16 14:58:58 ip-172-31-13-173 neo4j[20535]: at org.neo4j.server.AbstractNeoServer.start(AbstractNeoServer.java:215)
  7. Jul 16 14:58:58 ip-172-31-13-173 neo4j[20535]: at org.neo4j.server.ServerBootstrapper.start(ServerBootstrapper.java:107)
  8. Jul 16 14:58:58 ip-172-31-13-173 neo4j[20535]: at org.neo4j.server.ServerBootstrapper.start(ServerBootstrapper.java:80)
  9. Jul 16 14:58:58 ip-172-31-13-173 neo4j[20535]: at org.neo4j.server.CommunityEntryPoint.main(CommunityEntryPoint.java:28)
  10. Jul 16 14:58:58 ip-172-31-13-173 neo4j[20535]: Caused by: org.neo4j.kernel.lifecycle.LifecycleException: Component 'org.neo4j.server.database.LifecycleManagingDatabase@5c072e3f' was successfully initialized, but failed to start. Please see the attached cause exception "/var/log/neo4j/debug.log (Permission denied)".
  11. Jul 16 14:58:58 ip-172-31-13-173 neo4j[20535]: at org.neo4j.kernel.lifecycle.LifeSupport$LifecycleInstance.start(LifeSupport.java:444)
  12. Jul 16 14:58:58 ip-172-31-13-173 neo4j[20535]: at org.neo4j.kernel.lifecycle.LifeSupport.start(LifeSupport.java:107)
  13. Jul 16 14:58:58 ip-172-31-13-173 neo4j[20535]: at org.neo4j.server.AbstractNeoServer.start(AbstractNeoServer.java:207)
  14. Jul 16 14:58:58 ip-172-31-13-173 neo4j[20535]: ... 3 more
  15. Jul 16 14:58:58 ip-172-31-13-173 neo4j[20535]: Caused by: java.lang.RuntimeException: java.io.FileNotFoundException: /var/log/neo4j/debug.log (Permission denied)
  16. Jul 16 14:58:58 ip-172-31-13-173 neo4j[20535]: at org.neo4j.kernel.impl.factory.PlatformModule.createLogService(PlatformModule.java:269)
  17. Jul 16 14:58:58 ip-172-31-13-173 neo4j[20535]: at org.neo4j.kernel.impl.factory.PlatformModule.<init>(PlatformModule.java:156)
  18. Jul 16 14:58:58 ip-172-31-13-173 neo4j[20535]: at org.neo4j.kernel.impl.factory.GraphDatabaseFacadeFactory.createPlatform(GraphDatabaseFacadeFactory.java:242)
  19. Jul 16 14:58:58 ip-172-31-13-173 neo4j[20535]: at org.neo4j.kernel.impl.factory.GraphDatabaseFacadeFactory.initFacade(GraphDatabaseFacadeFactory.java:156)
  20. Jul 16 14:58:58 ip-172-31-13-173 neo4j[20535]: at org.neo4j.kernel.impl.factory.GraphDatabaseFacadeFactory.newFacade(GraphDatabaseFacadeFactory.java:124)
  21. Jul 16 14:58:58 ip-172-31-13-173 neo4j[20535]: at org.neo4j.server.CommunityNeoServer.lambda$static$0(CommunityNeoServer.java:58)
  22. Jul 16 14:58:58 ip-172-31-13-173 neo4j[20535]: at org.neo4j.server.database.LifecycleManagingDatabase.start(LifecycleManagingDatabase.java:89)
  23. Jul 16 14:58:58 ip-172-31-13-173 neo4j[20535]: at org.neo4j.kernel.lifecycle.LifeSupport$LifecycleInstance.start(LifeSupport.java:434)
  24. Jul 16 14:58:58 ip-172-31-13-173 neo4j[20535]: ... 5 more
  25. Jul 16 14:58:58 ip-172-31-13-173 neo4j[20535]: Caused by: java.io.FileNotFoundException: /var/log/neo4j/debug.log (Permission denied)
  26. Jul 16 14:58:58 ip-172-31-13-173 neo4j[20535]: at java.io.FileOutputStream.open0(Native Method)
  27. Jul 16 14:58:58 ip-172-31-13-173 neo4j[20535]: at java.io.FileOutputStream.open(FileOutputStream.java:270)
  28. Jul 16 14:58:58 ip-172-31-13-173 neo4j[20535]: at java.io.FileOutputStream.<init>(FileOutputStream.java:213)
  29. Jul 16 14:58:58 ip-172-31-13-173 neo4j[20535]: at org.neo4j.io.fs.DefaultFileSystemAbstraction.openAsOutputStream(DefaultFileSystemAbstraction.java:75)
  30. Jul 16 14:58:58 ip-172-31-13-173 neo4j[20535]: at org.neo4j.io.file.Files.createOrOpenAsOuputStream(Files.java:47)
  31. Jul 16 14:58:58 ip-172-31-13-173 neo4j[20535]: at org.neo4j.logging.RotatingFileOutputStreamSupplier.openOutputFile(RotatingFileOutputStreamSupplier.java:336)
  32. Jul 16 14:58:58 ip-172-31-13-173 neo4j[20535]: at org.neo4j.logging.RotatingFileOutputStreamSupplier.<init>(RotatingFileOutputStreamSupplier.java:135)
  33. Jul 16 14:58:58 ip-172-31-13-173 systemd[1]: neo4j.service: Main process exited, code=exited, status=1/FAILURE
  34. Jul 16 14:58:58 ip-172-31-13-173 systemd[1]: neo4j.service: Unit entered failed state.
  35. Jul 16 14:58:58 ip-172-31-13-173 systemd[1]: neo4j.service: Failed with result 'exit-code'.
  36. Jul 16 14:58:58 ip-172-31-13-173 systemd[1]: neo4j.service: Service hold-off time over, scheduling restart.
  37. Jul 16 14:58:58 ip-172-31-13-173 systemd[1]: Stopped Neo4j Graph Database.
  38. Jul 16 14:58:58 ip-172-31-13-173 systemd[1]: neo4j.service: Start request repeated too quickly.
  39. Jul 16 14:58:58 ip-172-31-13-173 systemd[1]: Failed to start Neo4j Graph Database.
  40. Jul 16 14:58:58 ip-172-31-13-173 systemd[1]: neo4j.service: Unit entered failed state.
  41. Jul 16 14:58:58 ip-172-31-13-173 systemd[1]: neo4j.service: Failed with result 'start-limit-hit'.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement