debug.txt (268.4 KB)
Here is the log file.
In case if it helps:
As the import command does not work on a running database, and currently I am using the community edition, I am not able to stop the database using STOP Command. Hence I am deleting the neo4j database content using rm -rf data/database/neo4j/* command.
After this, I am executing the admin import command.
I am not sure if the above rm -rf command is causing the issue.