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/05/31 17:29:04 UTC

[jira] [Resolved] (OFBIZ-7406) Find Projects throw "EntityListIterator Not Closed for Entity" error on terminal

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

Jacques Le Roux resolved OFBIZ-7406.
------------------------------------
       Resolution: Resolved
    Fix Version/s: Upcoming Release

Hi Vaibhav,

I fixed the issue in trunk at revision: 1797079. Before I backport, assign release for fixed versions, and close, please confirm it works for you. A review will also be appreciated

TIA


> Find Projects throw "EntityListIterator Not Closed for Entity" error on terminal
> --------------------------------------------------------------------------------
>
>                 Key: OFBIZ-7406
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-7406
>             Project: OFBiz
>          Issue Type: Sub-task
>          Components: projectmgr
>            Reporter: Vaibhav Jain
>            Assignee: Jacques Le Roux
>            Priority: Minor
>             Fix For: Upcoming Release
>
>
> Steps to regenerate issue:
> 1. Go to PROJECTS component
> 2. Click on sub-menu "Projects"
> 3. Click on find button
> ________________________________________________
> #Browse the link:
> https://localhost:8443/projectmgr/control/FindProject
> ________________________________________________
> {code}
> [java] 2016-06-18 11:06:18,741 |Finalizer            |SQLProcessor                  |E| Error closing the result, connection, etc in finalize SQLProcessor
>     [java] java.lang.NullPointerException
>     [java] at org.apache.commons.dbcp2.DelegatingConnection.closeInternal(DelegatingConnection.java:235) ~[commons-dbcp2-2.1.jar:2.1]
>     [java] at org.apache.commons.dbcp2.DelegatingConnection.close(DelegatingConnection.java:218) ~[commons-dbcp2-2.1.jar:2.1]
>     [java] at org.apache.commons.dbcp2.managed.ManagedConnection.close(ManagedConnection.java:166) ~[commons-dbcp2-2.1.jar:2.1]
>     [java] at org.ofbiz.entity.jdbc.SQLProcessor.close(SQLProcessor.java:235) ~[ofbiz-entity.jar:?]
>     [java] at org.ofbiz.entity.jdbc.SQLProcessor.finalize(SQLProcessor.java:844) [ofbiz-entity.jar:?]
>     [java] at java.lang.System$2.invokeFinalize(System.java:1270) [?:1.8.0_66]
>     [java] at java.lang.ref.Finalizer.runFinalizer(Finalizer.java:98) [?:1.8.0_66]
>     [java] at java.lang.ref.Finalizer.access$100(Finalizer.java:34) [?:1.8.0_66]
>     [java] at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:210) [?:1.8.0_66]
>     [java] 2016-06-18 11:06:18,742 |Finalizer            |EntityListIterator            |E| 
>     [java] ====================================================================
>     [java]  EntityListIterator Not Closed for Entity [WorkEffortAndPartyAssign], caught in Finalize
>     [java]  ====================================================================
>     [java] 
> {code}



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