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/03/31 20:53:41 UTC

[jira] [Updated] (OFBIZ-9291) EntityListIterator Not Closed for Entity [Content], caught in Finalize

     [ https://issues.apache.org/jira/browse/OFBIZ-9291?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jacques Le Roux updated OFBIZ-9291:
-----------------------------------
    Description: 
While working on OFBIZ-7759 I noticed this error in log
{code}
2017-03-31 22:03:53,047 |http-nio-8443-exec-1 |ControlServlet                |T| [[[LookupContent(Domain:https://localhost)] Request Done- total:3.571,since last([LookupContent(Do...):3.571]]
2017-03-31 22:04:06,552 |Finalizer            |EntityListIterator            |E|
                                                                                  ====================================================================
 EntityListIterator Not Closed for Entity [Content], caught in Finalize
 ====================================================================
{code}
It's not really a bug because the  EntityListIterator  takes care of it and there is no side effects. But it's not clean and need to be improved.

  was:
While working on OFBIZ-7759I noticed this error in log
{code}
2017-03-31 22:03:53,047 |http-nio-8443-exec-1 |ControlServlet                |T| [[[LookupContent(Domain:https://localhost)] Request Done- total:3.571,since last([LookupContent(Do...):3.571]]
2017-03-31 22:04:06,552 |Finalizer            |EntityListIterator            |E|
                                                                                  ====================================================================
 EntityListIterator Not Closed for Entity [Content], caught in Finalize
 ====================================================================
{code}
It's not really a bug because the  EntityListIterator  takes care of it and there is no side effects. But it's not clean and need to be improved.


> EntityListIterator Not Closed for Entity [Content], caught in Finalize
> ----------------------------------------------------------------------
>
>                 Key: OFBIZ-9291
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-9291
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: content
>    Affects Versions: Trunk
>            Reporter: Jacques Le Roux
>            Priority: Minor
>             Fix For: Upcoming Release
>
>
> While working on OFBIZ-7759 I noticed this error in log
> {code}
> 2017-03-31 22:03:53,047 |http-nio-8443-exec-1 |ControlServlet                |T| [[[LookupContent(Domain:https://localhost)] Request Done- total:3.571,since last([LookupContent(Do...):3.571]]
> 2017-03-31 22:04:06,552 |Finalizer            |EntityListIterator            |E|
>                                                                                   ====================================================================
>  EntityListIterator Not Closed for Entity [Content], caught in Finalize
>  ====================================================================
> {code}
> It's not really a bug because the  EntityListIterator  takes care of it and there is no side effects. But it's not clean and need to be improved.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)