Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
11-07-2018 06:17 AM
Hello.
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.
Any help appreciated.
11-07-2018 06:24 AM
Can you say which compilation error
do you have ?
11-11-2018 07:13 AM
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR] /..../store-utils-21/src/main/java/org/neo4j/tool/StoreCopy.java:[11,41] error: package org.neo4j.kernel.impl.nioneo.store does not exist
[ERROR] /..../store-utils-21/src/main/java/org/neo4j/tool/StoreCopy.java:[12,33] error: cannot find symbol
11-12-2018 01:20 AM
I assume this error is from the branch 21
of the project, but your Neo4j version is 2.2.5
, so you should use the branch 22
instead.
I have tried to compile both branches on my laptop, and it works (excuse number 1 of a dev ^^).
Can you try to call maven like that : mvn clean compile -U
?
All the sessions of the conference are now available online