Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.6.2, 1.7Beta1
-
Component/s: Framework
-
Labels:None
-
Environment:ICEfaces 1.6.2 / 1.7-Beta 1, WebLogic Server 9.2 / JBoss AS 4.0.3.SP1
-
ICEsoft Forum Reference:
-
Affects:Documentation (User Guide, Ref. Guide, etc.)
Description
I tested both WebLogic Server 9.2.MP2 and JBoss AS 4.0.3.SP1 using both Safari and Firefox. After the session is expired the ThreadBlockingAdaptingServlet nicely gets its shutdown() method invoked, however its service(...) method gets invoked right after which kicks off another blockUntilRespond() cycle. Within this method the semaphore.acquire() method is invoked twice. The second invocation of this method never get unblocked though, resulting in the stuck thread issue.
I was only able to reproduce this using the head branch, not using 1.6.2.
I was only able to reproduce this using the head branch, not using 1.6.2.
Issue Links
- depends on
-
ICE-2731 Session already invalidated with seam logout
-
- Closed
-
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
Assigning to Mircea
Show
Jack Van Ooststroom
added a comment - Assigning to Mircea
QA cannot reproduce it on 1.6 branch subversion 18986.
Test steps:
1- build component showcase; replace jsf jars with myfaces jars
2- deploy the modified showcase war file to webLogic 10.3
3- load Showcase on FF 3; interact with Progress bar a bit and leave the page untouched till session is timeout
4- check the server log. No Stuck Thread error is found.