I have a Spring Boot App using an Oracle Data source that is freezing on startup. The last messages outputted on the console are:
[2017-12-18T15:34:19,425] INFO org.hibernate.dialect.Dialect HHH000400: Using dialect: org.hibernate.dialect.Oracle10gDialect
[2017-12-18T15:34:27,186] INFO org.hibernate.hql.internal.QueryTranslatorFactoryInitiator HHH000397: Using ASTQueryTranslatorFactory
After that it just hangs indefinitely. No more debug messages are outputted, and nothing happens. I've let it sit there for hours, but nothing.
The weird thing is that everything was working fine. No changes were made. All of a sudden this started happening, and I have no idea why it's just freezing.