Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.8.2-EE-GA_P01
-
Fix Version/s: 1.8.3, EE-1.8.2.GA_P04
-
Component/s: Framework
-
Labels:None
-
Environment:WebSphere 6.1
-
ICEsoft Forum Reference:
Description
Customer reports that a deadlock can occur during session invalidation on WebSphere 6.1
"Two threads used an instance of View class (on session invalitation), and one thread locked the HTTP session, the second thread locked the lifecycleLock field. They were waiting for each others monitors."
"Two threads used an instance of View class (on session invalitation), and one thread locked the HTTP session, the second thread locked the lifecycleLock field. They were waiting for each others monitors."
Issue Links
- is duplicated by
-
ICE-5535 Threads hunging when session gets destroyed
-
- Closed
-
Applied patch recommended by client. The introduced change exits the potential dead-lock after 30 seconds to allow the session to expire.