2016-01-06 5 views
0

Я запускаю Linux в VirtualBox, и у меня есть проблема, с которой я не сталкивался на своей машине с Linux в качестве основной ОС.Локальный сервер NEO4J не запускается

При запуске службы Neo4j через sudo ./neo4j start в /opt/neo4j-community-2.3.1/bin я получаю тайм-аут с сообщением Failed to start within 120 seconds. Neo4j Server may have failed to start, please check the logs

мой журнал из /opt/neo4j-community-2.3.1/data/graph.db/messages.log говорит:

http://pastebin.com/wUA715QQ

и data/log/console.log говорит:

2016-01-06 02:07:03.404+0100 INFO Successfully started database 
2016-01-06 02:07:03.603+0100 INFO Successfully stopped database 
2016-01-06 02:07:03.604+0100 INFO Successfully shutdown Neo4j Server 
2016-01-06 02:07:03.608+0100 ERROR Failed to start Neo4j: Starting Neo4j failed: Component '[email protected]' was successfully initialized, but failed to start. Please see attached cause exception. Starting Neo4j failed: Component '[email protected]' was successfully initialized, but failed to start. Please see attached cause exception. 
org.neo4j.server.ServerStartupException: Starting Neo4j failed: Component '[email protected]' was successfully initialized, but failed to start. Please see attached cause exception. 
     at org.neo4j.server.exception.ServerStartupErrors.translateToServerStartupError(ServerStartupErrors.java:67) 
     at org.neo4j.server.AbstractNeoServer.start(AbstractNeoServer.java:234) 
     at org.neo4j.server.Bootstrapper.start(Bootstrapper.java:97) 
     at org.neo4j.server.CommunityBootstrapper.start(CommunityBootstrapper.java:48) 
     at org.neo4j.server.CommunityBootstrapper.main(CommunityBootstrapper.java:35) 
Caused by: org.neo4j.kernel.lifecycle.LifecycleException: Component '[email protected]' was successfully initialized, but failed to start. Please see attached cause exception. 
     at org.neo4j.kernel.lifecycle.LifeSupport$LifecycleInstance.start(LifeSupport.java:462) 
     at org.neo4j.kernel.lifecycle.LifeSupport.start(LifeSupport.java:111) 
     at org.neo4j.server.AbstractNeoServer.start(AbstractNeoServer.java:194) 
     ... 3 more 
Caused by: java.nio.file.AccessDeniedException: /opt/neo4j-community-2.3.1/data/dbms/auth 
     at sun.nio.fs.UnixException.translateToIOException(UnixException.java:84) 
     at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:102) 
     at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:107) 
     at sun.nio.fs.UnixFileSystemProvider.newByteChannel(UnixFileSystemProvider.java:214) 
     at java.nio.file.Files.newByteChannel(Files.java:361) 
     at java.nio.file.Files.newByteChannel(Files.java:407) 
     at java.nio.file.Files.readAllBytes(Files.java:3152) 
     at org.neo4j.server.security.auth.FileUserRepository.loadUsersFromFile(FileUserRepository.java:208) 
     at org.neo4j.server.security.auth.FileUserRepository.start(FileUserRepository.java:73) 
     at org.neo4j.kernel.lifecycle.LifeSupport$LifecycleInstance.start(LifeSupport.java:452) 
     ... 5 more 

Любая идея, почему Рвер не запустится?

+0

Вы также можете проверить 'data/log/console.log'? –

+0

@MichaelHunger да, обновил мой вопрос с ним. –

ответ

2

Проверка разрешений на /opt/neo4j-community-2.3.1/data/dbms/auth

Смотрите строку, которая говорит: Вызванный: java.nio.file.AccessDeniedException:/OPT/Neo4j -community-2.3.1/data/dbms/auth

+0

В этом файле есть одинальное удержание. В нем говорится: 'neo4j: SHA-256,57DCF4E3350286BF320EB63789389F16BC1A517536E54DDD3E5336CEDE0C686C, 88455AAB2DC6930357693A46D1E61F09: password_change_required' –