You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ofbiz.apache.org by "Jacques Le Roux (JIRA)" <ji...@apache.org> on 2017/09/23 11:15:00 UTC

[jira] [Commented] (OFBIZ-9603) EntityListIterator Not Closed for Entity [PartyRoleAndContactMechDetail], caught in Finalize

    [ https://issues.apache.org/jira/browse/OFBIZ-9603?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16177730#comment-16177730 ] 

Jacques Le Roux commented on OFBIZ-9603:
----------------------------------------

The problem with calls to performFind is that it returns an EntityListIterator and we don't close it, like here in listLeads for PartyRoleAndContactMechDetail. Not yet quite sure how to handle this but maybe in form widget actions.service.

> EntityListIterator Not Closed for Entity [PartyRoleAndContactMechDetail], caught in Finalize
> --------------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-9603
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-9603
>             Project: OFBiz
>          Issue Type: Sub-task
>          Components: marketing
>    Affects Versions: Trunk
>            Reporter: Aditya Sharma
>            Priority: Minor
>
> Steps to regenerate issue:
> 1. Go to SFA component (https://localhost:8443/sfa/control/main)
> 2. Click on sub-menu "Leads" (https://localhost:8443/sfa/control/FindLeads)
> Following error in logs:
> {code:java}
> 2017-08-22 08:59:50,496 |Finalizer            |EntityListIterator            |E| 
> ==============================================================================
> EntityListIterator Not Closed for Entity [PartyRoleAndContactMechDetail], caught in Finalize
> ==============================================================================
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)