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

Errors running Relationship mapping #1

Open
stuart14 opened this issue Aug 22, 2023 · 0 comments
Open

Errors running Relationship mapping #1

stuart14 opened this issue Aug 22, 2023 · 0 comments

Comments

@stuart14
Copy link

This seeems to fail around 50% with these errors

Error executing cypher query: {code: Neo.ClientError.Procedure.ProcedureCallFailed} {message: Failed to invoke procedure apoc.do.case: Caused by: java.lang.NullPointerException: Cannot invoke "java.lang.Boolean.booleanValue()" because the return value of "java.util.Iterator.next()" is null}

neo4j.exceptions.ClientError: {code: Neo.ClientError.Procedure.ProcedureCallFailed} {message: Failed to invoke procedure apoc.merge.relationship: Caused by: org.neo4j.exceptions.SyntaxException: Invalid input 'IMPERSONATE': expected "%", "(" or an identifier (line 1, column 72 (offset: 71))
"WITH $startNode as startNode, $endNode as endNode MERGE (startNode)-[r:IMPERSONATE{}]->(endNode) ON CREATE SET r+= $onCreateProps ON MATCH SET r+= $onMatchProps RETURN r"

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

1 participant