apoc icon indicating copy to clipboard operation
apoc copied to clipboard

Unable to see apoc meta schema or apoc meta data

Open ss2342 opened this issue 1 year ago • 2 comments

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 avatar Jan 06 '24 20:01 ss2342

@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

Lojjs avatar Jan 16 '24 09:01 Lojjs

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

kamzz1107 avatar Feb 07 '24 12:02 kamzz1107

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?

hvub avatar Dec 18 '24 13:12 hvub

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 :)

gem-neo4j avatar Jan 02 '25 13:01 gem-neo4j