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