Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
03-26-2019 06:23 AM
Hi! I'm using Neo4j community edition 3.5.3 and APOC 3.5.0.2. I try to import data from a graphml-file, using
CALL apoc.import.graphml("/path/to/file.graphml", {batchSize: 10000, readLabels: true, storeNodeIds: true, defaultRelationshipType:"RELATED"});
but I get the following exception:
Failed to invoke procedure
apoc.import.graphml
: Caused by: java.lang.NullPointerException
I'm not able to find anything more about the exception. The neo4j.log and the debug.log does not contain anything relevant. Can anyone tell me where to look, or how to turn on more logging?
Kind regards, Hågen
All the sessions of the conference are now available online