jexp / batch-import

generic csv file neo4j batch importer
https://neo4j.com/docs/operations-manual/current/tools/import/
385 stars 158 forks source link

View graph in Neo4j Browser after importing #118

Closed raha001101 closed 9 years ago

raha001101 commented 9 years ago

I downloaded "batch_importer_22". Then prepared nodes.csv and rels.csv. Opened import.bat in windows and wrote "import.bat test.db nodes.csv rels.csv". It imported my files successfully with no errors. After all of these, I wanted to view my graph in neo4j browser, So I set the neo4j DB location. I faced error "Starting Neo4j Server failed: Error starting org.neo4j.kernel.EmbeddedGraphDatabase, C:\Users\NP\Documents\Neo4j\test.db". I don't know what is the problem with this.

jexp commented 9 years ago

Which version of Neo4j did you use?

Can you check data/log/console.log and test.db/messages.log for any errors?

raha001101 commented 9 years ago

My Neo4j version is "neo4j-community-2.0.4". In data/log path there is a txt file named README.txt includes :

"Neo4j Logs Server logs, including:

I set configuration parameter "allow_store_upgrade=true". But the error is as past.

jexp commented 9 years ago

What it says: you have to use neo4j-community-2.2.2 for using it with batch-importer-2.2