Uploaded image for project: 'MyFaces Trinidad'
  1. MyFaces Trinidad
  2. TRINIDAD-73

trinidad-impl.jar file is left open during execution

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.0.1-core
    • 1.2.10-core, 1.0.10-core
    • None
    • None

    Description

      When running a Trinidad application, trinidad-impl.jar is getting locked with open FileInputStream objects. When GC occurs, the FileInputStreams are getting cleared, but as new FileInputStreams are opened on each request, the file is eternally locked. Other files are likely getting locked too.

      Attachments

        1. URLUtils-patch-on-660215.txt
          3 kB
          Thomas Jacob
        2. URLInputStreamProvider-patch-on-549615.txt
          1 kB
          Thomas Jacob
        3. URLUtils.java
          2 kB
          Thomas Jacob
        4. AggregatingResourceLoader-patch-on-547038.txt
          2 kB
          Thomas Jacob
        5. CachingResourceLoader-patch-on-549615.txt
          3 kB
          Thomas Jacob
        6. ProxyResourceLoader-patch-on-518820.txt
          3 kB
          Thomas Jacob
        7. ResourceServlet-patch-on-549620.txt
          3 kB
          Thomas Jacob

        Issue Links

          Activity

            People

              matzew Matthias Wessendorf
              adamwiner Adam Winer
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: