| This is originaly askef for a walkaround on StackOverflow https://stackoverflow.com/questions/44152772/jpa-hibernate-hangs-on-native-filesystem-operations-during-boot In general, during application bootstrap (and EntityManagerFactory creation) Hibernate hangs without throwing any error nor exception. Logs on TRACE level are not much of a help. Thread dump show that this is due to some file system operations. Eventlually application will resume working (without any errorss) after random 10seconds or 30> minutes. Dumped thread:
Bootstrap logging on trace level:
Maven dependecies:
with hibernate.version=5.2.10.Final |