Failed to invoke procedure `gds.graph.export`: Caused by: java.lang.IllegalStateException: This cursor is closed
Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
01-01-2023 09:57 AM
Hi,
I'm not being able to export my graph: as I try I get this error:"
Failed to invoke procedure `gds.graph.export`: Caused by: java.lang.IllegalStateException: This cursor is closed
01-01-2023 12:40 PM
Hi, again. What version of GDS and Neo4j are you using? And how are you running/deploying Neo4j (server desktop, etc)?
Is this related to your other thread here? If you could provide a quick code snippet/example of what you are doing to produce this error it would help. Thank you.
01-01-2023 01:03 PM
Hi Zach, Thank you for your quick feedback.
I am using Neo4j desktop and please do find a snipet and code of what I'm doing.
01-03-2023 12:22 PM
Thanks. what are the version numbers for Neo4j and GDS?
//Neo4j version
CALL dbms.components() yield versions;
//GDS version
RETURN gds.version();
01-04-2023 02:44 PM
//Neo4j version: ["5.2.0"]
//GDS version: "2.2.6"
All the sessions of the conference are now available online