linux - NEO4J local server does not start -


i running linux in virtualbox , having issue did not encounter on machine linux primary os.

when launching neo4j service through sudo ./neo4j start in /opt/neo4j-community-2.3.1/bin timeout message failed start within 120 seconds. neo4j server may have failed start, please check logs

my log /opt/neo4j-community-2.3.1/data/graph.db/messages.log says:

http://pastebin.com/wua715qq

and data/log/console.log says:

    2016-01-06 02:07:03.404+0100 info  started database 2016-01-06 02:07:03.603+0100 info  stopped database 2016-01-06 02:07:03.604+0100 info  shutdown neo4j server 2016-01-06 02:07:03.608+0100 error failed start neo4j: starting neo4j failed: component 'org.neo4j.server.security.auth.fileuserrepository@9ab182' initialized, failed start. please see attached cause exception. starting neo4j failed: component 'org.neo4j.server.security.auth.fileuserrepository@9ab182' initialized, failed start. please see attached cause exception. org.neo4j.server.serverstartupexception: starting neo4j failed: component 'org.neo4j.server.security.auth.fileuserrepository@9ab182' initialized, failed start. please see attached cause exception.         @ org.neo4j.server.exception.serverstartuperrors.translatetoserverstartuperror(serverstartuperrors.java:67)         @ org.neo4j.server.abstractneoserver.start(abstractneoserver.java:234)         @ org.neo4j.server.bootstrapper.start(bootstrapper.java:97)         @ org.neo4j.server.communitybootstrapper.start(communitybootstrapper.java:48)         @ org.neo4j.server.communitybootstrapper.main(communitybootstrapper.java:35) caused by: org.neo4j.kernel.lifecycle.lifecycleexception: component 'org.neo4j.server.security.auth.fileuserrepository@9ab182' initialized, failed start. please see attached cause exception.         @ org.neo4j.kernel.lifecycle.lifesupport$lifecycleinstance.start(lifesupport.java:462)         @ org.neo4j.kernel.lifecycle.lifesupport.start(lifesupport.java:111)         @ 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         @ sun.nio.fs.unixexception.translatetoioexception(unixexception.java:84)         @ sun.nio.fs.unixexception.rethrowasioexception(unixexception.java:102)         @ sun.nio.fs.unixexception.rethrowasioexception(unixexception.java:107)         @ sun.nio.fs.unixfilesystemprovider.newbytechannel(unixfilesystemprovider.java:214)         @ java.nio.file.files.newbytechannel(files.java:361)         @ java.nio.file.files.newbytechannel(files.java:407)         @ java.nio.file.files.readallbytes(files.java:3152)         @ org.neo4j.server.security.auth.fileuserrepository.loadusersfromfile(fileuserrepository.java:208)         @ org.neo4j.server.security.auth.fileuserrepository.start(fileuserrepository.java:73)         @ org.neo4j.kernel.lifecycle.lifesupport$lifecycleinstance.start(lifesupport.java:452)         ... 5 more 

any idea why server won't start?

check permissions on /opt/neo4j-community-2.3.1/data/dbms/auth

see line says: caused by: java.nio.file.accessdeniedexception: /opt/neo4j-community-2.3.1/data/dbms/auth


Comments

Popular posts from this blog

how to insert data php javascript mysql with multiple array session 2 -

multithreading - Exception in Application constructor -

windows - CertCreateCertificateContext returns CRYPT_E_ASN1_BADTAG / 8009310b -