XFire doesn't remove soap message cache files for multipart messages,
eventually leads to Too Many Open Files error
-------------------------------------------------------------------------------------------------------------------
Key: XFIRE-1109
URL: http://jira.codehaus.org/browse/XFIRE-1109
Project: XFire
Issue Type: Bug
Components: Core
Affects Versions: 1.2.6
Reporter: Phil Larson
Assignee: Dan Diephouse
Priority: Critical
Attachments: dispose_streamed_attachments.patch
When XFire receives a multipart message it parses the parts into a
StreamedAttachments object which has an instance variable for the soapMessage.
If the soapMessage is larger than the attachment threshold it gets written to a
file in the temp dir. This file never gets deleted or closed, so eventually the
server will run out of file handles and/or disk space.
Attached is a patch against SVN which calls the already existing dispose method
after processing the request.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email