Return-Path: Delivered-To: apmail-felix-dev-archive@www.apache.org Received: (qmail 17620 invoked from network); 11 Sep 2007 10:38:53 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 11 Sep 2007 10:38:53 -0000 Received: (qmail 29393 invoked by uid 500); 11 Sep 2007 10:38:46 -0000 Delivered-To: apmail-felix-dev-archive@felix.apache.org Received: (qmail 29356 invoked by uid 500); 11 Sep 2007 10:38:46 -0000 Mailing-List: contact dev-help@felix.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@felix.apache.org Delivered-To: mailing list dev@felix.apache.org Received: (qmail 29347 invoked by uid 99); 11 Sep 2007 10:38:46 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Sep 2007 03:38:46 -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; Tue, 11 Sep 2007 10:38:52 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 1BCB971420B for ; Tue, 11 Sep 2007 03:38:32 -0700 (PDT) Message-ID: <31855797.1189507112064.JavaMail.jira@brutus> Date: Tue, 11 Sep 2007 03:38:32 -0700 (PDT) From: "Rob Walker (JIRA)" To: dev@felix.apache.org Subject: [jira] Work started: (FELIX-363) Forceable termination of Felix instance leaves global EventDispatcher in non-restartable state In-Reply-To: <17434969.1189506692074.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/FELIX-363?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on FELIX-363 started by Rob Walker. > Forceable termination of Felix instance leaves global EventDispatcher in non-restartable state > ---------------------------------------------------------------------------------------------- > > Key: FELIX-363 > URL: https://issues.apache.org/jira/browse/FELIX-363 > Project: Felix > Issue Type: Bug > Components: Framework > Reporter: Rob Walker > Assignee: Rob Walker > > FELIX-314 fixed an issue where internal shutdown of the global EventDispatcher thread left Felx in a state where new instances could not be started within the same VM at a later time. > It seems in an Applet VM environment using JRE 1.6 and IE7 there is a variation on this case where the Applet VM is forcibly killing VM threads not cleanly terminated by the application itself e.g. a sloppily written Applet (like ours!) which launched a Felix instance in the start() but didn't shut it down in the stop(). > Such a forceable termination is not tracked or detected, and hence leads to a similar inability to start additional Felix instances as was being seen in FELIX-314 -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.