Return-Path: Delivered-To: apmail-felix-dev-archive@www.apache.org Received: (qmail 13965 invoked from network); 2 Feb 2009 07:24:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 2 Feb 2009 07:24:21 -0000 Received: (qmail 72808 invoked by uid 500); 2 Feb 2009 07:24:20 -0000 Delivered-To: apmail-felix-dev-archive@felix.apache.org Received: (qmail 72741 invoked by uid 500); 2 Feb 2009 07:24:20 -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 72720 invoked by uid 99); 2 Feb 2009 07:24:20 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 01 Feb 2009 23:24:20 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 Feb 2009 07:24:19 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 9E247234C4AC for ; Sun, 1 Feb 2009 23:23:59 -0800 (PST) Message-ID: <420938188.1233559439646.JavaMail.jira@brutus> Date: Sun, 1 Feb 2009 23:23:59 -0800 (PST) From: "Felix Meschberger (JIRA)" To: dev@felix.apache.org Subject: [jira] Work started: (FELIX-914) Stopping remote shell bundle does not close existing sessions In-Reply-To: <1469551951.1233559439576.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-914?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on FELIX-914 started by Felix Meschberger. > Stopping remote shell bundle does not close existing sessions > ------------------------------------------------------------- > > Key: FELIX-914 > URL: https://issues.apache.org/jira/browse/FELIX-914 > Project: Felix > Issue Type: Bug > Components: Remote Shell > Affects Versions: shell.remote-1.0.2 > Reporter: Felix Meschberger > Assignee: Felix Meschberger > Fix For: shell.remote-1.0.4 > > > When the Remote Shell bundle is stopped, the listener thread is stopped, but any threads currently handling remote shell connections are > not stopped. If such connections receive commands, they cause NullPointerExceptions (since the service is not available any more due to > the bundle stop) and the remote end seems to hang. > The right handling would be to terminate any remote handling threads and to close the respective connections. > This would also clean up the threads and allow for proper garbage collection in case of bundle uninstallation or upgrade. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.