-
Notifications
You must be signed in to change notification settings - Fork 38.5k
A Java Thread deadlock has occured [SPR-9837] #14470
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
Comments
Juergen Hoeller commented Does that happen for threads obtaining non-singleton beans? Or for lazy-init singleton beans? Juergen |
Jeff Sanders commented Hello Juergen and thanks for getting in touch with me on this. My answer would be no Juergen, I've only seen the following two types of deadlock:
Thanks Jeff Sanders |
Dennis Kieselhorst commented Seems to be related to #13117 |
Juergen Hoeller commented I'm pretty sure this effectively refers to the same issue as addressed in #13117... |
Uh oh!
There was an error while loading. Please reload this page.
Jeff Sanders opened SPR-9837 and commented
"http-0.0.0.0-8080-7":at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:184) - waiting to lock <455368173> (a java.util.concurrent.ConcurrentHashMap@1b245ded ) which is held by http-0.0.0.0-8080-4
The above error happens a few times and stops the Web App from processing. We have to restart JBoss to get the app back up and processing requests.
Affects: 3.2 M1, 3.2 M2
Attachments:
Issue Links:
0 votes, 5 watchers
The text was updated successfully, but these errors were encountered: