We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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()'}
ClientError: {code: Neo.ClientError.Procedure.ProcedureCallFailed} {message: Failed to invoke procedure
: 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?
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: