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

Key: JM-1311
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Gaston Dombiak
Reporter: Gaston Dombiak
Votes: 0
Watchers: 0
Operations

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

Fix NPE in HttpSession when closing the session

Created: 03/26/08 05:56 PM   Updated: 03/26/08 06:03 PM
Component/s: Core
Affects Version/s: 3.4.5
Fix Version/s: 3.5.0

Time Tracking:
Not Specified

Support Plan Customer Issue: No
Resolution Date: 03/26/08 06:03 PM
Acceptance Test - Add?: No


 Description  « Hide
Thread: http://www.igniterealtime.org/community/message/164094#164094

2008.03.26 17:06:46 [org.jivesoftware.openfire.net.VirtualConnection.close(VirtualConnection.java:159)] Could not close socket
org.jivesoftware.openfire.http.HttpSession$HttpVirtualConnection@5d06f29a
java.lang.NullPointerException
at org.jivesoftware.openfire.http.HttpSession$Deliverable.getPackets(HttpSession.java:800)
at org.jivesoftware.openfire.http.HttpSession.failDelivery(HttpSession.java:677)
at org.jivesoftware.openfire.http.HttpSession.closeConnection(HttpSession.java:666)
at org.jivesoftware.openfire.http.HttpSession.access$200(HttpSession.java:51)
at org.jivesoftware.openfire.http.HttpSession$HttpVirtualConnection.closeVirtualConnection(HttpSession.java:731)
at org.jivesoftware.openfire.net.VirtualConnection.close(VirtualConnection.java:155)
at org.jivesoftware.openfire.http.HttpSession.close(HttpSession.java:160)
at org.jivesoftware.openfire.handler.IQBindHandler.handleIQ(IQBindHandler.java:117)
at org.jivesoftware.openfire.handler.IQHandler.process(IQHandler.java:48)
at org.jivesoftware.openfire.IQRouter.handle(IQRouter.java:348)
at org.jivesoftware.openfire.IQRouter.route(IQRouter.java:100)
at org.jivesoftware.openfire.spi.PacketRouterImpl.route(PacketRouterImpl.java:67)
at org.jivesoftware.openfire.SessionPacketRouter.route(SessionPacketRouter.java:99)
at org.jivesoftware.openfire.SessionPacketRouter.route(SessionPacketRouter.java:60)
at org.jivesoftware.openfire.http.HttpSession.sendPendingPackets(HttpSession.java:459)
at org.jivesoftware.openfire.http.HttpSessionManager$HttpPacketSender.run(HttpSessionManager.java:318)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:885)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:907)
at java.lang.Thread.run(Thread.java:619)



 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.