Http-binding deadlock

Description

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)

Environment

None

Activity

Show:
Fixed

Details

Assignee

Reporter

Components

Fix versions

Affects versions

Priority

Created March 16, 2007 at 12:40 AM
Updated April 2, 2007 at 11:17 PM
Resolved March 16, 2007 at 4:29 AM