History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: JM-1001
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Critical Critical
Assignee: Alex Wenckus
Reporter: Alex Wenckus
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Openfire

Http-binding deadlock

Created: 03/15/07 12:40 PM   Updated: 04/02/07 11:17 AM
Component/s: Core
Affects Version/s: 3.2.0, 3.2.1, 3.2.2
Fix Version/s: 3.2.3

Time Tracking:
Not Specified

Issue Links:
Related to
 

Support Plan Customer Issue: No
Resolution Date: 03/15/07 04:29 PM
Acceptance Test - Add?: No


 Description  « Hide
A dead lock can occur when sending packets through http-binding:
at org.jivesoftware.wildfire.http.HttpSession.deliver(HttpSession.java:513)
  • waiting to lock <0x4ae7a740> (a org.jivesoftware.wildfire.http.HttpSession)
    at org.jivesoftware.wildfire.http.HttpSession.access$400(HttpSession.java:40)
    at org.jivesoftware.wildfire.http.HttpSession$HttpVirtualConnection.deliverRawText(HttpSession.java:647)
    at org.jivesoftware.wildfire.handler.IQAuthHandler.login(IQAuthHandler.java:210)
    at org.jivesoftware.wildfire.handler.IQAuthHandler.handleIQ(IQAuthHandler.java:141)
    at org.jivesoftware.wildfire.handler.IQHandler.process(IQHandler.java:48)
    at org.jivesoftware.wildfire.IQRouter.handle(IQRouter.java:300)
    at org.jivesoftware.wildfire.IQRouter.route(IQRouter.java:104)
    at org.jivesoftware.wildfire.spi.PacketRouterImpl.route(PacketRouterImpl.java:67)
    at org.jivesoftware.wildfire.SessionPacketRouter.route(SessionPacketRouter.java:110)
    at org.jivesoftware.wildfire.SessionPacketRouter.route(SessionPacketRouter.java:67)
    at org.jivesoftware.wildfire.http.HttpSessionManager.forwardRequest(HttpSessionManager.java:224)
    at org.jivesoftware.wildfire.http.HttpBindServlet.handleSessionRequest(HttpBindServlet.java:151)
  • locked <0x4c770ef8> (a org.jivesoftware.wildfire.http.HttpSession)
    at org.jivesoftware.wildfire.http.HttpBindServlet.doPost(HttpBindServlet.java:105)


 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
There are no comments yet on this issue.