Importing PostgreSQL DB with ETL-Tool
After Skipping some not relevant for importing tables and saving the model initiate importing.
After importing is finished I got message "Import Successful".
BUT Neo4J after request looks totally empty.
I look in LOGS of importing process and find:
java.lang.NullPointerException
at org.neo4j.etl.sql.DatabaseClient$SqlQueryResults.next(DatabaseClient.java:303)
at org.neo4j.etl.sql.exportcsv.io.CsvFileWriter.lambda$writeAsyncExportFile$0(CsvFileWriter.java:46)
at java.util.concurrent.CompletableFuture.uniHandle(CompletableFuture.java:836)
at java.util.concurrent.CompletableFuture$UniHandle.tryFire(CompletableFuture.java:811)
at java.util.concurrent.CompletableFuture$Completion.exec(CompletableFuture.java:457)
at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
If importing is successful - where is my data?
If it's not successful - why I got the message "Import is successful"
Please advise my next steps?
Thank you!
Regards,
Pavlo