ICEfaces
  1. ICEfaces
  2. ICE-11120

Memory leak in com.icesoft.faces.webapp.command.UpdateElements

    Details

    • Type: Bug Bug
    • Status: Closed
    • Priority: Major Major
    • Resolution: Fixed
    • Affects Version/s: EE-1.8.2.GA_P08
    • Fix Version/s: EE-1.8.2.GA_P09
    • Component/s: Framework
    • Labels:
      None
    • Environment:
      server

      Description

      Analysis of the heap dump in some applications reveals that the _ UpdateElements.updates_ field accumulates DOM elements (and thus filling up the JVM heap). The issue manifests itself when the _Element_ does not have the "id" attribute.

        Activity

        Mircea Toma created issue -
        Mircea Toma made changes -
        Field Original Value New Value
        Assignee Mircea Toma [ mircea.toma ]
        Mircea Toma made changes -
        Fix Version/s EE-1.8.2.GA_P09 [ 12470 ]
        Mircea Toma made changes -
        Security Private [ 10001 ]
        Hide
        Mircea Toma added a comment - - edited

        Applied fix that selects only the elements that have their ‘id’ attribute defined to later be updated . Without the ‘id’ the update cannot be applied anyway (is ignored client side).

        Show
        Mircea Toma added a comment - - edited Applied fix that selects only the elements that have their ‘id’ attribute defined to later be updated . Without the ‘id’ the update cannot be applied anyway (is ignored client side).
        Mircea Toma made changes -
        Status Open [ 1 ] Resolved [ 5 ]
        Resolution Fixed [ 1 ]
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #49111 Mon Aug 15 16:25:08 MDT 2016 mircea.toma ICE-11120 Select only the elements that have their ‘id’ attribute defined to be updated.
        Files Changed
        Commit graph MODIFY /icefaces/trunk/icefaces/core/src/com/icesoft/faces/webapp/command/UpdateElements.java
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #49113 Tue Aug 16 14:08:35 MDT 2016 mircea.toma ICE-11120 Use only JDK 1.4 methods.
        Files Changed
        Commit graph MODIFY /icefaces/trunk/icefaces/core/src/com/icesoft/faces/webapp/command/UpdateElements.java
        Hide
        Liana Munroe added a comment -

        Verified icefaces trunk r49113.
        Ran samples (auctionMonitor, address, component-showcase jsp, facelets and facelets-enh) no new issues found.

        Show
        Liana Munroe added a comment - Verified icefaces trunk r49113. Ran samples (auctionMonitor, address, component-showcase jsp, facelets and facelets-enh) no new issues found.
        Ken Fyten made changes -
        Security Private [ 10001 ]
        Ken Fyten made changes -
        Status Resolved [ 5 ] Closed [ 6 ]

          People

          • Assignee:
            Mircea Toma
            Reporter:
            Mircea Toma
          • Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: