I am using neo4j-2.3.3 now After some batch jobs running over night which resulted in a crash, I noticed that my neo4j server can not return any data after restarting. The following command would return nothing at all. Even though the status shows success (200).
match (a) return a limit 10; On the other hand, if I start neo4j-shell with the same database, it works normally. I'm wondering if any one can shed some light for me on what is the problem and if there is simple way to fix it. Thanks a lot, -- 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.
