From user-return-10334-apmail-geronimo-user-archive=geronimo.apache.org@geronimo.apache.org Tue May 20 19:12:56 2008 Return-Path: Delivered-To: apmail-geronimo-user-archive@www.apache.org Received: (qmail 83037 invoked from network); 20 May 2008 19:12:56 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 20 May 2008 19:12:56 -0000 Received: (qmail 67623 invoked by uid 500); 20 May 2008 19:12:57 -0000 Delivered-To: apmail-geronimo-user-archive@geronimo.apache.org Received: (qmail 67364 invoked by uid 500); 20 May 2008 19:12:56 -0000 Mailing-List: contact user-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: user@geronimo.apache.org List-Id: Delivered-To: mailing list user@geronimo.apache.org Received: (qmail 67353 invoked by uid 99); 20 May 2008 19:12:56 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 May 2008 12:12:56 -0700 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of jaw981@gmail.com designates 74.125.46.31 as permitted sender) Received: from [74.125.46.31] (HELO yw-out-2324.google.com) (74.125.46.31) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 May 2008 19:12:01 +0000 Received: by yw-out-2324.google.com with SMTP id 2so1551519ywt.85 for ; Tue, 20 May 2008 12:12:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:references:x-google-sender-auth; bh=Za/iQI2G5mMaZRJkLFjcPOPSoDKNuiSbfCHvRC5IcP4=; b=wiMn0ZROwKy5WLg68QUD7gPEclrwOznWv3BqG69cTMqrg14+X0NTwITEi6LNslORSKMxMVupDwTGSsSGAsdCEoeahrdSlorz8dPxqw5HSDYDFfRuKaiyPxa9GkoP9OUcFdvELe9tqXC5U/JzdDiCOKDPA3Tu/YEd5zZ1lTtNSWs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:references:x-google-sender-auth; b=Z01E3cRVhOFTZLOqmkIpkIK59+wVS4Ay/jmX2Qqzu5RvBXpmOtRiMU7S+C1f4wQK3EJ892akH9Lo4MrvU0RGDSEwpoBPi+6rYRZjlkPEVAzMEK9/ILrK/T6CiItSXcowFIcypUVyCr8iH0Imxweo+lKGM8SZ6RhLOpq+T/Kk4KM= Received: by 10.150.215.5 with SMTP id n5mr8012791ybg.73.1211310743054; Tue, 20 May 2008 12:12:23 -0700 (PDT) Received: by 10.151.26.11 with HTTP; Tue, 20 May 2008 12:12:23 -0700 (PDT) Message-ID: <73a75e430805201212k2965c7ddk1d8f8df3bb1f300e@mail.gmail.com> Date: Tue, 20 May 2008 15:12:23 -0400 From: "Jason Warner" Sender: jaw981@gmail.com To: user@geronimo.apache.org Subject: Re: config-substitutions.properties In-Reply-To: <1804.204.73.55.10.1211309312.squirrel@www.wemn.org> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_3088_14404054.1211310743074" References: <1804.204.73.55.10.1211309312.squirrel@www.wemn.org> X-Google-Sender-Auth: fef6093a11bb302e X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_3088_14404054.1211310743074 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Hello John, I believe there's an option you can provide on the command line that lets you change the port. Try "bin/geroniom.sh stop --port 1098" On Tue, May 20, 2008 at 2:48 PM, wrote: > Hi, > > I am running both JBoss and Geronimo side-by-side on a laptop development > environment. I edited the above file and changed the NamingPort from 1099 > to 1098, since JBoss uses the same, however when I try to shutdown > Geronimo using bin/geronimo.sh stop, I get the following error: > > Locating server on port 1099... > Could not communicate with the server. The server may not be running or > the port number may be incorrect. > > I then have to stop the server by issuing a kill -9 . > > What do I need to do in order to change the value such that it works for > shutting down Geronimo as well as starting it up? > > Thanks, > John > > -- ~Jason Warner ------=_Part_3088_14404054.1211310743074 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Hello John,

I believe there's an option you can provide on the command line that lets you change the port.  Try "bin/geroniom.sh stop --port 1098"

On Tue, May 20, 2008 at 2:48 PM, <lists@johndubchak.com> wrote:
Hi,

I am running both JBoss and Geronimo side-by-side on a laptop development
environment.  I edited the above file and changed the NamingPort from 1099
to 1098, since JBoss uses the same, however when I try to shutdown
Geronimo using bin/geronimo.sh stop, I get the following error:

Locating server on port 1099...
Could not communicate with the server.  The server may not be running or
the port number may be incorrect.

I then have to stop the server by issuing a kill -9 <PID_NUMBER>.

What do I need to do in order to change the value such that it works for
shutting down Geronimo as well as starting it up?

Thanks,
John




--
~Jason Warner ------=_Part_3088_14404054.1211310743074--