jexp/store-utils

I simply get errors at the compilation stage.

deemeetree opened this issue · 2 comments

When I try to use it with Neo4J 3.3.3 I get compilation errors.

[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR] /home/noduslabs/repair/store-utils/src/main/java/org/neo4j/tool/StoreCopy.java:[96,18] error: cannot find symbol
[ERROR] class StoreCopy
/home/noduslabs/repair/store-utils/src/main/java/org/neo4j/tool/StoreCopy.java:[96,59] error: cannot find symbol
[ERROR] class StoreCopy
/home/noduslabs/repair/store-utils/src/main/java/org/neo4j/tool/StoreCopy.java:[97,37] error: cannot find symbol
[INFO] 3 errors

See https://stackoverflow.com/questions/49866342/neo4j-3-3-3-database-got-corrupted-as-there-was-not-enough-disk-space-and-no-way

I got the same problem copying db version 3.3.1 with JDK 10

jexp commented

Branch 3.3:

mvn clean install
...
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 5.365 s
[INFO] Finished at: 2018-05-13T17:41:28+02:00
[INFO] Final Memory: 23M/346M
[INFO] ------------------------------------------------------------------------