Return-Path: Delivered-To: apmail-geronimo-user-archive@www.apache.org Received: (qmail 79679 invoked from network); 23 Jan 2006 14:23:02 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 23 Jan 2006 14:23:01 -0000 Received: (qmail 63817 invoked by uid 500); 23 Jan 2006 14:22:58 -0000 Delivered-To: apmail-geronimo-user-archive@geronimo.apache.org Received: (qmail 63784 invoked by uid 500); 23 Jan 2006 14:22:58 -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 63773 invoked by uid 99); 23 Jan 2006 14:22:58 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 23 Jan 2006 06:22:58 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of ammulder@gmail.com designates 66.249.92.206 as permitted sender) Received: from [66.249.92.206] (HELO uproxy.gmail.com) (66.249.92.206) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 23 Jan 2006 06:22:57 -0800 Received: by uproxy.gmail.com with SMTP id o2so881330uge for ; Mon, 23 Jan 2006 06:22:32 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=BTJEAn6d+fKyxZbks/hUCtkxK2NIqMyDB44Fw43aWCHHs1vwuV1cHVv7hKJKMYWh/foTlwmrehcwtgBmLDkmonKvK8tevUS5EdiyJR0azvM2WB51vLRt0P9/TVFGJUoOESGMgvD4uHApxNgOMboseD/9Hac3ALSlSg2LhlfLGWQ= Received: by 10.66.241.1 with SMTP id o1mr2332208ugh; Mon, 23 Jan 2006 06:22:32 -0800 (PST) Received: by 10.66.219.2 with HTTP; Mon, 23 Jan 2006 06:22:32 -0800 (PST) Message-ID: <74e15baa0601230622g7dcf5815jebb45a0d44eb3e24@mail.gmail.com> Date: Mon, 23 Jan 2006 09:22:32 -0500 From: Aaron Mulder Sender: ammulder@gmail.com To: user@geronimo.apache.org Subject: Re: Shutdown problem In-Reply-To: <83e2fc4d0601230610s47350722u5831d03cbb5333d8@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <83e2fc4d0601222214y3adffdb2t97e880773ddf6fc5@mail.gmail.com> <466797bd0601222236v71827492q5278715ef1ed2b05@mail.gmail.com> <466797bd0601222245t3732c895lc9c0fc0b6298f687@mail.gmail.com> <83e2fc4d0601230610s47350722u5831d03cbb5333d8@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N It's mainly used if you're trying to use our deployment tool with a different vendor's server (we technically support that, via JSR-88).=20 You'd need to specify --driver and --uri in that case. However, you could also use --uri as a shortcut to combine --host and --port. I should note that either the documentation you're looking at is out of date (where did you get it?) or you have a version of Geronimo older than 1.0 -- try "java -jar bin/deployer.jar help options" and you should see: --uri A URI to contact the server. If not specified, the deployer defaults to operating on a Geronimo server running on the standard port on localhost. A URI to connect to Geronimo (including optional host and port parameters) has the form: deployer:geronimo:jmx[://host[:port]] (though you could also just use --host and --port instead). Thanks, Aaron On 1/23/06, Phani Madgula wrote: > Hi, > > thanks for info...It all worked now.. > > Can you please tell me what "--uri " option for deployer stan= d > for? > > The documenation says > > > --uri > Where is a Universal Resource Identifier (URI) that specifie= s > how the deployer is to contact the server. If this flag is not specified, > the deployer will attempt to contact the server using the standard port o= n > localhost. The identifier must have the following form: > deployer:geronimo:jmx:rmi:///jndi/rmi:[//host[:port]]/JMXConnector > where is replaced with the host name or TCP/IP address of the syst= em > where the server is running and is replaced with the port number > where the server is listening. If unspecified, localhost and the default > port will be used. > > Thanks > phani > > > > > On 1/23/06, Manu George wrote: > > I forgot to mention substitute the value of your server port (5555) for > the --port parameter > > > > > > > > On 1/23/06, Manu George wrote: > > > Hi Phani, > > > You need to specify the port or the Shutdown comman= d > will default to the port 1099. The command is > > > java -jar bin/shutdown.jar --user system --password manager --port 10= 99 > > > > > > Regards > > > Manu > > > > > > > > > > > > On 1/23/06, Phani Madgula < phanibalaji.madgula@gmail.com > wrote: > > > > > > > > Hi, > > > > > > > > This is just for information sake. I guess, it is a problem too.. > > > > > > > > When I start the server on a non-default RMI port[5555], and try to > shutdown using "shutdown" command, it is not shutting down. > > > > It is saying > > > > > > > > > > > > > > > > C:\IBM\geronimo-1.0\bin>shutdown > > > > Using GERONIMO_BASE: C:\IBM\geronimo-1.0 > > > > Using GERONIMO_HOME: C:\IBM\geronimo-1.0 > > > > Using GERONIMO_TMPDIR: C:\IBM\geronimo-1.0\var\temp > > > > Using JRE_HOME: C:\IBM\JDK > > > > Username: system > > > > Password: > > > > > > > > Locating server on port 1099... > > > > Could not communicate with the server. The server may not be runni= ng > or the port number may be incorrect. > > > > > > > > > > > > > > > > However, I am able to shutdown using console. > > > > > > > > Thanks > > > > > > > > phani > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >