Neo4j Embedded database hangs after abnormal application termination
I'm going to make my first application based on Neo4j Embedded database public and ran into a serious blocking issue - This my previous question with database deleting where I'm faced this issue Effectively clear Neo4j database I use: OS: Windows 8.1 jdk1.8.0_51 neo4j version 2.2.3 lucene version 3.6.2 spring-data-neo4j version 3.4.0.M1 I noticed that everything works properly if I use graphDatabaseService.shutdown(); method before terminating of my application.. Otherwise database is destroyed(not only my application but even Neo4j server also hangs on this corrupted db when I try to load my