1. make sure another Neo4j is not already running on that store (on disk) 2. you might have just a permission problem on the store files and directory structures 3. use shell connecting to a server or an http call so you don't access the database directory in a shared way
Michael > Am 26.03.2015 um 18:14 schrieb Dawn <[email protected]>: > > Hi, > > I created a database under my account directory on our server using import > of neo4j-v2.2 and in my side it works well including Cypher. However, other > people can't access the database: > > ./bin/neo4j-shell -v -config ./conf/neo4j.properties -path > /my_dir_path/neo4j_db2 > ERROR (-v for expanded information): > java.io.FileNotFoundException: /my_dir_path/neo4j_db2/messages.log > (Permission denied) > > Is there any help? Thanks a lot! > Dawn > > > -- > 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. -- 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.
