We have neo4j 2.2.5 embedded into java service.
Some how properties data was corrupted.
These error appears threw cypher execution.
NodeImpl#123129585 not found. This can be because someone else deleted this entity while we were trying to read properties from it, or because of concurrent modification of other properties on this entity. The problem should be temporary.
We tried to use store-utils-21 without no luck , every execution fails because of compilation error.
What version of neo4j we should provide to store-utils ?
We tried 2.2.1 - 2.2.10.