β06-02-2020 11:44 PM
I have been successful at getting started with Neo4j. But I had a problem yesterday. When I import json data to Neo4j using apoc.import.json,
an error was thrown as belowing:
Failed to invoke procedure apoc.import.json
: Caused by: java.io.FileNotFoundException: /home/dialog/neo4j-4.0.4/data/databases/newsstock/temp-bootstrap/newsstock20200529.json
I have learn that the default directory of import is neo4j_home/import,and I did not change it.Why this error happened?
Please help me to solve it.
β06-03-2020 02:51 AM
β06-03-2020 04:12 AM
call apoc.import.json('newsstock20200529.json',{})
β06-03-2020 05:41 AM
This could happen when
dbms.directories.import= is set data/databases/newsstock/temp-bootstrap..
Kindly recheck the configuration file
β06-03-2020 06:35 PM
I did not set 'dbms.directories.import'.
All the sessions of the conference are now available online