Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
01-23-2021 12:35 AM
Hi Everyone,
I'm a newbie to the Neo4j community and really enjoy it. So, thanks for being so supportive.
Quick question - I'm trying to use the Versioner-Core Plugin. But, when I CALL graph.versioner.init procedure, using the demo code on the version-core website, it returns an error. Here is the CALL line and returned error:
CALL graph.versioner.init('Person', {ssn: localdatetime('1988-10-27T02:46:40'), name: 'Marco'}, {address: 'Via Roma 11'}) YIELD node RETURN node
it returns this error:
Neo.ClientError.Procedure.ProcedureCallFailed
Failed to invoke procedure graph.versioner.init
: Caused by: java.lang.NoSuchMethodError: 'org.neo4j.graphdb.Node org.neo4j.graphdb.GraphDatabaseService.createNode(org.neo4j.graphdb.Label)'
Does anyone know why?
Thx for any help.
Ian
01-23-2021 05:31 AM
Looks like a version issue, what version of neo4j and which version of versioner are you using?
Seems they are working on 4.x support here, so perhaps chime in on this issue
01-23-2021 05:45 AM
Thx Michael. Will do.
All the sessions of the conference are now available online