Unable to see apoc meta schema or apoc meta data
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
@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
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
The problem description is unfortunately a bit thin to really investigate?
What does the data look like? Is RELATIONSHIP a label or relationship type in your data? What are the property names in the data? What indexes deployed?
Does the problem still exist? Is there a stacktrace available?
As there is no reproducible case and no replies in nearly a year, I will close this. Feel free to reopen with a dataset and/or stacktrace etc if still present :)