neo4j-contrib/neo4j-etl

Load Data Model - "Start Mapping" spins forever, never completes

SWolfeCAI opened this issue · 1 comments

I'm new to the ETL tool. After creating an empty Neo4j instance, adding a RDBMS connection, and clicking "Start Mapping" the process begins. The logs stop updating after ~2 minutes, but the Start Mapping and Next buttons remain disabled, with a spinner over Start Mapping.

The database I'm connecting to is moderately large. It has approximately 375 tables and 250 views, with some tables containing up to 110 columns.

I've copied the java -cp ... command from the "See Logs" window and ran it locally. It completes successfully, and generates a JSON file with approximately 85,000 lines.

I have exactly the same issue. Did you find solution or workaround?