neo4j / apoc

Apache License 2.0
84 stars 27 forks source link

Unable to see apoc meta schema or apoc meta data #563

Open ss2342 opened 8 months ago

ss2342 commented 8 months ago

Whenever I run CALL apoc.meta.schema(); or CALL apoc.meta.data();, I am getting the following error:

Failed to invoke procedure apoc.meta.schema: Caused by: java.lang.IllegalArgumentException: duplicate element: RELATIONSHIP

I am not sure of how to resolve this. I removed all duplicate relationships but that did not fix the problem

Lojjs commented 8 months ago

@ss2342 This sounds like a bug to me. Do you have a small dataset that you can share so that we can reproduce the issue?

Best regards Louise, Neo4j

kamzz1107 commented 7 months ago

I am facing the similar issue. I am on neo4j 5.7.0 community server edition. I am able to run apoc.meta.stats() but while running apoc.meta.data() & apoc.meta.schema() I am getting error "Neo.ClientError.Procedure.ProcedureCallFailed Failed to invoke procedure apoc.meta.schema: Caused by: java.lang.IllegalArgumentException: duplicate element: RELATIONSHIP".

@Lojjs Requesting you to help on urgent basis. I am using apoc version 5.7.0 & gds version 2.3.3