You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Varun Bhansaly (JIRA)" <ji...@apache.org> on 2011/09/16 12:35:08 UTC

[jira] [Created] (OFBIZ-4424) EntityListIterator not being closed after storing incoming email

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

        

[jira] [Updated] (OFBIZ-4424) EntityListIterator not being closed after storing incoming email

Posted by "Varun Bhansaly (JIRA)" <ji...@apache.org>.
     [ 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

        

[jira] [Closed] (OFBIZ-4424) EntityListIterator not being closed after storing incoming email

Posted by "Sascha Rodekamp (JIRA)" <ji...@apache.org>.
     [ 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

        

[jira] [Assigned] (OFBIZ-4424) EntityListIterator not being closed after storing incoming email

Posted by "Sascha Rodekamp (JIRA)" <ji...@apache.org>.
     [ 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