java.lang.IllegalStateException: No value for key [org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean] bound to thread
I started getting these exceptions recently for no apparent reason. My only guess is that it’s due to increased load on the app. But increased load never caused it before. And I don’t have a single clue how this can be fixed. Unfortunately spring’s version’s updating is not possible now due to problems with custom plugins.
java.lang.IllegalStateException: No value for key [org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean] bound to thread
I started getting these exceptions recently for no apparent reason. My only guess is that it’s due to increased load on the app. But increased load never caused it before. And I don’t have a single clue how this can be fixed. Unfortunately spring’s version’s updating is not possible now due to problems with custom plugins.