EntityListIterator not being closed after storing incoming email
---------------------------------------------------------------- Key: OFBIZ-4424 URL: https://issues.apache.org/jira/browse/OFBIZ-4424 Project: OFBiz Issue Type: Bug Components: party Affects Versions: Release 10.04, SVN trunk Environment: OFBiz 10.04 release, OS - Ubuntu, DB - PostgreSQL Reporter: Varun Bhansaly Fix For: Release Branch 10.04, SVN trunk CommunicationEventServices.buildListOfWorkEffortInfoFromEmailAddresses() does not close the entity list iterator resulting in error messages like - 2011-09-16 06:15:43,736 [ERROR] ==================================================================== EntityListIterator Not Closed for Entity [WorkEffortContactMechView], caught in Finalize ==================================================================== -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira |
[ https://issues.apache.org/jira/browse/OFBIZ-4424?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Varun Bhansaly updated OFBIZ-4424: ---------------------------------- Attachment: OFBIZ-4424.patch > EntityListIterator not being closed after storing incoming email > ---------------------------------------------------------------- > > Key: OFBIZ-4424 > URL: https://issues.apache.org/jira/browse/OFBIZ-4424 > Project: OFBiz > Issue Type: Bug > Components: party > Affects Versions: Release 10.04, SVN trunk > Environment: OFBiz 10.04 release, OS - Ubuntu, DB - PostgreSQL > Reporter: Varun Bhansaly > Fix For: Release Branch 10.04, SVN trunk > > Attachments: OFBIZ-4424.patch > > > CommunicationEventServices.buildListOfWorkEffortInfoFromEmailAddresses() does not close the entity list iterator resulting in error messages like - > 2011-09-16 06:15:43,736 [ERROR] > ==================================================================== > EntityListIterator Not Closed for Entity [WorkEffortContactMechView], caught in Finalize > ==================================================================== -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-4424?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sascha Rodekamp reassigned OFBIZ-4424: -------------------------------------- Assignee: Sascha Rodekamp > EntityListIterator not being closed after storing incoming email > ---------------------------------------------------------------- > > Key: OFBIZ-4424 > URL: https://issues.apache.org/jira/browse/OFBIZ-4424 > Project: OFBiz > Issue Type: Bug > Components: party > Affects Versions: Release 10.04, SVN trunk > Environment: OFBiz 10.04 release, OS - Ubuntu, DB - PostgreSQL > Reporter: Varun Bhansaly > Assignee: Sascha Rodekamp > Fix For: Release Branch 10.04, SVN trunk > > Attachments: OFBIZ-4424.patch > > > CommunicationEventServices.buildListOfWorkEffortInfoFromEmailAddresses() does not close the entity list iterator resulting in error messages like - > 2011-09-16 06:15:43,736 [ERROR] > ==================================================================== > EntityListIterator Not Closed for Entity [WorkEffortContactMechView], caught in Finalize > ==================================================================== -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-4424?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sascha Rodekamp closed OFBIZ-4424. ---------------------------------- Resolution: Fixed Fix Version/s: Release Branch 11.04 Hi Varun, if have submitted a slightly modified version of your patch, i moved the close() in a finally block. The changes are in TRUNK @Rev 1173518 11.04 @Rev 1173520 10.04 @Rev 1173519 Thanks for your effort! > EntityListIterator not being closed after storing incoming email > ---------------------------------------------------------------- > > Key: OFBIZ-4424 > URL: https://issues.apache.org/jira/browse/OFBIZ-4424 > Project: OFBiz > Issue Type: Bug > Components: party > Affects Versions: Release 10.04, SVN trunk > Environment: OFBiz 10.04 release, OS - Ubuntu, DB - PostgreSQL > Reporter: Varun Bhansaly > Assignee: Sascha Rodekamp > Fix For: Release Branch 10.04, Release Branch 11.04, SVN trunk > > Attachments: OFBIZ-4424.patch > > > CommunicationEventServices.buildListOfWorkEffortInfoFromEmailAddresses() does not close the entity list iterator resulting in error messages like - > 2011-09-16 06:15:43,736 [ERROR] > ==================================================================== > EntityListIterator Not Closed for Entity [WorkEffortContactMechView], caught in Finalize > ==================================================================== -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira |
Free forum by Nabble | Edit this page |