Return-Path: Delivered-To: apmail-myfaces-dev-archive@www.apache.org Received: (qmail 16291 invoked from network); 21 Jun 2007 21:22:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 21 Jun 2007 21:22:55 -0000 Received: (qmail 58629 invoked by uid 500); 21 Jun 2007 21:22:56 -0000 Delivered-To: apmail-myfaces-dev-archive@myfaces.apache.org Received: (qmail 58588 invoked by uid 500); 21 Jun 2007 21:22:56 -0000 Mailing-List: contact dev-help@myfaces.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "MyFaces Development" Delivered-To: mailing list dev@myfaces.apache.org Received: (qmail 58577 invoked by uid 99); 21 Jun 2007 21:22:56 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 21 Jun 2007 14:22:56 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 21 Jun 2007 14:22:46 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 3D9267141EF for ; Thu, 21 Jun 2007 14:22:26 -0700 (PDT) Message-ID: <27947744.1182460946250.JavaMail.jira@brutus> Date: Thu, 21 Jun 2007 14:22:26 -0700 (PDT) From: "Adam Winer (JIRA)" To: dev@myfaces.apache.org Subject: [jira] Resolved: (TRINIDAD-73) trinidad-impl.jar file is left open during execution In-Reply-To: <32922033.1182460826080.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/TRINIDAD-73?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adam Winer resolved TRINIDAD-73. -------------------------------- Resolution: Fixed Fix Version/s: 1.0.2-core Fixed. Or, at least, fixed the failures to call close(), and verified that FileInputStream.finalize() now is only running with FileDescriptors whose "handle" is -1, indicating that they've been properly closed. > trinidad-impl.jar file is left open during execution > ---------------------------------------------------- > > Key: TRINIDAD-73 > URL: https://issues.apache.org/jira/browse/TRINIDAD-73 > Project: MyFaces Trinidad > Issue Type: Bug > Affects Versions: 1.0.1-core > Reporter: Adam Winer > Assignee: Adam Winer > Fix For: 1.0.2-core > > > 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. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.