Skip to content
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

Error when running with neo4j 5.4 #10

Open
risufaj opened this issue Feb 14, 2023 · 1 comment
Open

Error when running with neo4j 5.4 #10

risufaj opened this issue Feb 14, 2023 · 1 comment

Comments

@risufaj
Copy link

risufaj commented Feb 14, 2023

When trying to run particle filtering with a neo4j 5.4 instance I get the following error

ClientError: {code: Neo.ClientError.Procedure.ProcedureCallFailed} {message: Failed to invoke procedure particlefiltering: Caused by: java.lang.NoSuchMethodError: 'java.lang.Iterable org.neo4j.graphdb.Node.getRelationships()'}

I assume it's because of api changes in neo4j. Would anyone have any ideas how to fix this?

@kuzeko
Copy link
Collaborator

kuzeko commented Feb 17, 2023

Thanks for the issue.
I had only a very quick look.
It seems that there is a change in the method signature.

https://neo4j.com/docs/java-reference/current/javadocs/org/neo4j/graphdb/Node.html#getRelationships()

But we need to verify, if you want to try to test a fix it would be appreciated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants