If you use embedded mode you cannot access the store files concurrently.

You have to shutdown your spring app (and commit any running transactions) 
before you can view the database in the neo4j browser.

Michael

Am 25.08.2014 um 09:15 schrieb Moop <[email protected]>:

> I'm getting a strange behaviour in trying to set up and run an Spring Data 
> Neo4j project.
> 
> Here is my starting simple project: 
> https://github.com/MohamedNadjibMAMI/Spring-Data-Neo4j
> 
> I created a test that creates two nodes and checks if one of them is created. 
> The tests fails saying that (Full console message here):
> org.springframework.dao.DataRetrievalFailureException: Node 1204 not found; 
> nested exception is org.neo4j.graphdb.NotFoundException: Node 1 not found
> 
> 
> The problem is that only the label and one property have been saved:
> 
> 
> 
> What am I missing right here?
> 
> PS: I tried to deploy the same project manually to Tomcat 6 but I got another 
> problem (lock taken by another process). This will possibly go to another 
> post, and depends on your help here.
> 
> 
> -- 
> 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.

Reply via email to