-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Copy store not working with v3.2.6 #23
Comments
this can be fixed with the following changes in StoreCopy.java copystore method,
|
Same problem here, with version 3.2.2
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Running following command on a 3.2.6 database, with updated dependency to 3.2.6 neo4j.version.
./copy-store.sh community graph.db target.db
Caused by: java.lang.IllegalArgumentException: Can not set final org.neo4j.unsafe.batchinsert.DirectRecordAccessSet field org.neo4j.unsafe.batchinsert.internal.BatchInserterImpl.recordAccess to org.neo4j.unsafe.batchinsert.internal.FileSystemClosingBatchInserter at sun.reflect.UnsafeFieldAccessorImpl.throwSetIllegalArgumentException(UnsafeFieldAccessorImpl.java:167) at sun.reflect.UnsafeFieldAccessorImpl.throwSetIllegalArgumentException(UnsafeFieldAccessorImpl.java:171) at sun.reflect.UnsafeFieldAccessorImpl.ensureObj(UnsafeFieldAccessorImpl.java:58) at sun.reflect.UnsafeQualifiedObjectFieldAccessorImpl.get(UnsafeQualifiedObjectFieldAccessorImpl.java:38) at java.lang.reflect.Field.get(Field.java:393) at org.neo4j.tool.StoreCopy.getFlusher(StoreCopy.java:96) at org.neo4j.tool.StoreCopy.copyStore(StoreCopy.java:76) at org.neo4j.tool.StoreCopy.main(StoreCopy.java:47)
The text was updated successfully, but these errors were encountered: