You have probably several users, at least one for root and one for neo change the permissions on the graphd.db directory so that it belongs to the neo user
chown -R neo:neo ..../data/graph.db Michael Am 17.12.2013 um 18:27 schrieb Rio Eduardo <[email protected]>: > so what should I do? I have no ideas. Thank you. > > On Tuesday, December 17, 2013 11:27:50 PM UTC+7, Lasse Westh-Nielsen wrote: > > > > On 17/12/2013, at 17.14, Rio Eduardo <[email protected]> wrote: > > > > the log says: > > > > [...] Caused by: java.io.FileNotFoundException: > > /home/rioeduardo/Downloads/neo4j-community-2.0.0/data/php.graphdb/store_lock > > (Permission denied) [...] > > I think that is your culprit right there. > > -- > 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/groups/opt_out. -- 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/groups/opt_out.
