Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 51973 invoked from network); 17 Nov 2005 12:52:10 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 17 Nov 2005 12:52:10 -0000 Received: (qmail 36328 invoked by uid 500); 17 Nov 2005 12:52:05 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 36149 invoked by uid 500); 17 Nov 2005 12:52:04 -0000 Mailing-List: contact dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 36078 invoked by uid 99); 17 Nov 2005 12:52:04 -0000 X-ASF-Spam-Status: No, hits=1.3 required=10.0 tests=SPF_FAIL X-Spam-Check-By: apache.org Received: from [192.87.106.226] (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Nov 2005 04:52:03 -0800 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id DC16F21C for ; Thu, 17 Nov 2005 13:51:42 +0100 (CET) Message-ID: <659435719.1132231902899.JavaMail.jira@ajax.apache.org> Date: Thu, 17 Nov 2005 13:51:42 +0100 (CET) From: "Matt Hogstrom (JIRA)" To: dev@geronimo.apache.org Subject: [jira] Updated: (GERONIMO-440) Installing package in offline mode should fail if server is running In-Reply-To: <2001700809.1099626272801.JavaMail.apache@nagoya> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/GERONIMO-440?page=all ] Matt Hogstrom updated GERONIMO-440: ----------------------------------- Fix Version: 1.x (was: 1.0) Moving to 1.x > Installing package in offline mode should fail if server is running > ------------------------------------------------------------------- > > Key: GERONIMO-440 > URL: http://issues.apache.org/jira/browse/GERONIMO-440 > Project: Geronimo > Type: Improvement > Components: deployment > Versions: 1.0-M2 > Reporter: Aaron Mulder > Fix For: 1.x > > The deployment feature of building an executable package and installing it into the server's configuration store should not work if the server is running. We don't want to allow the deploy tool and the server to make conflicting changes, etc. > The easy way to detect if the server is running would be to try to connect to its JMX remoting interface, but this throws a security exception. Probably it would be good enough to detect the security exception as opposed to a "nothing listening on that port" or "whatever's there isn't Geronimo". But none of that will help if the server is running and listening on a nonstandard port. > Perhaps the server should have a lock file while running or something like that. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira