Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
06-10-2020 07:50 AM
I am trying to import a graphml file into Neo4j, but I got the java.io.FileNotFoundException error.
I have already copy the file into the import folder, but I still have this problem.
Anyone can help? Thanks in advance.
06-10-2020 08:40 AM
Can you paste the full error message? And can you share the query that you ran as well
06-10-2020 09:53 AM
Thanks a lot for your quick response.
So, these are the things I have done.
apoc.import.graphml
: Caused by: java.io.FileNotFoundException: /systemic_evolution.graphml (No such file or directory)06-10-2020 11:22 AM
Can you try this:
CALL apoc.import.graphml('file:///systemic_evolution.graphml', {readLabels: true})"
06-10-2020 11:38 AM
Thanks for your response. I have tried. There is still this error term:
Failed to invoke procedure apoc.import.graphml
: Caused by: java.io.FileNotFoundException: /systemic_evolution.graphml (No such file or directory)
06-10-2020 02:21 PM
So this time the query I used is
CALL apoc.import.graphml("file://systemic_evolution.graphml", {readLabels: true})
the error I got is
Failed to invoke procedure apoc.import.graphml
: Caused by: java.lang.NullPointerException
06-16-2020 07:24 AM
Can you share the graphml file that you're trying to import? It sounds like there's a bug in the procedure that we need to fix
06-22-2020 02:23 AM
The graphml file used in the reference documentation works for me - https://neo4j.com/docs/labs/apoc/current/import/graphml/
All the sessions of the conference are now available online