Either you add the server and browser parts to your embedded application, or you stop embedding the database in your application and make it connect to the server via a driver. I don’t know anything about your application or use case, but I’d generally recommend going the driver route, and avoid embedding the database if possible.
This is the same no matter what edition you use. -- Chris Vest System Engineer, Neo Technology [ skype: mr.chrisvest, twitter: chvest ] > On 22 Mar 2016, at 16:10, Rodrigo Lima <[email protected]> wrote: > > 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.
