Only one process can access store-files. Why do you need embedded access? How about having instead a server extension?
Michael > Am 22.03.2016 um 16:10 schrieb Rodrigo Lima <[email protected]>: > > Hi, I'm running a community edition of Neo4j in my linux and I developed a > embedded application to write and read in Neo. > > But when I try run my embedded application genereted this error: > > Store and its lock file has been locked by another process: > /home/dev/neo4j-community-2.3.2/data/graph.db/store_lock. Please ensure no > other process is using this database, and that the directory is writable > (required even for read-only access) > > I know this error is because Neo4j service is running, but i want execute > both, the server with browser studio and my embedded application. > > How can i do this? > > I can do it with the enterprise version? > > Thanks > > -- > 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] > <mailto:[email protected]>. > For more options, visit https://groups.google.com/d/optout > <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.
