-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Got java.lang.IllegalStateException: Failed to load ApplicationContext #131
Comments
A minimized version of the test I ran:
|
also tried to make the dependency exactly the same as in: #129
Not working |
Hi, what version of mac os are you using? |
Could you please provide a complete log? Maybe there are some additional information. |
It's Mac OS Catalina 10.15.6 I just updated to 10.15.7 and trying it now on 10.15.7. Running one more time and getting logs now. Thanks for the quick response BTW ;) |
This is super strange. I upgrade from Mac OS Catalina 10.15.6 to 10.15.7 last night, and the error went away. Now it's back to normal. However i looked up my mac upgrade history, nothing was done before yesterday so it's very unlikely it's due to OS change. Another thing I did was invalidate gradle cache yesterday. But whatever I do now, I cannot reproduce the error :( (which is a good thing to me of course!) |
Ok, I'm closing the issue for now, feel free to reopen it if the problem occurs again. |
I ran into a similar issue on Big Sur. I created a minimal repo to reproduce it: https://github.com/dirkbolte/flyway_zonky . It seems timing related: in my setup of 7 tests, the number of successful tests vary every now and then. Issue #140 seems to be related as well. |
I am facing this issue . Can anyone please help? java.lang.IllegalStateException at DefaultCacheAwareContextLoaderDelegate.java:180 |
@aggarwalm269 Please open a new issue with more details. I need:
This will help me understand and solve your problem better. |
Hi there,
I got the same error as in #84
Unfortunately I'm not using any specific version of postgres thus downgrading doesn't work. The current setting is:
id 'org.springframework.boot' version '2.4.0' (also tried 2.3.4, 2.3.5 etc)
embedded-database-spring-test v1.5.4 (also tried 1.5.5, 1.6.0)
flyway-core 6.4.4
One thing to note is, this actually started happening tonight. I'm not sure if somehow I invalidated my gradle cache or something which might triggered it :(
Below is the error
The text was updated successfully, but these errors were encountered: