Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 48525 invoked from network); 2 Nov 2007 16:42:10 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 2 Nov 2007 16:42:10 -0000 Received: (qmail 1066 invoked by uid 500); 2 Nov 2007 16:41:40 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 1015 invoked by uid 500); 2 Nov 2007 16:41:40 -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 1002 invoked by uid 99); 2 Nov 2007 16:41:40 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Nov 2007 09:41:40 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of ginemesis@gmail.com designates 66.249.82.233 as permitted sender) Received: from [66.249.82.233] (HELO wx-out-0506.google.com) (66.249.82.233) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Nov 2007 16:41:41 +0000 Received: by wx-out-0506.google.com with SMTP id i27so771737wxd for ; Fri, 02 Nov 2007 09:41:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:reply-to:user-agent:mime-version:to:subject:content-type:content-transfer-encoding:from; bh=hmK6DsL+or8V1MD4TlhJa09hrWCrMcycdboBBMmzsQY=; b=k5lf+wPkt7/jRhu9W1BlfJ5UfCL1lCX17i2F4db2BK9oOjtjcFy7e3CLaX6IrgnoRZA/9ZDNmgoPNk3LkbiJzgPXmCBqu7feq8ntpgXN/7FRDP03U5to7oqS1iAv2TNBB6rlO5bJzu2xF1ZHlu8nmH/dWC2thAOK4zzvMY8fmh4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:reply-to:user-agent:mime-version:to:subject:content-type:content-transfer-encoding:from; b=q0Kz2Eg6gAFmX+KLYx3ts1d3fN3Q7Vayay8GGCDcgzsZOzcvqOJYfD29i+i9dhADIN/8H4n4O/T9Xrd/Q8N6lIEcyhdhHb9jhFPfs8uED0kOCNHItCKC5p2CWtJRujXxgKvGJTW/l8GNTfCarQQTjPI6wY/srDLaE+gTBn2BQZE= Received: by 10.70.11.5 with SMTP id 5mr2921966wxk.1194021679394; Fri, 02 Nov 2007 09:41:19 -0700 (PDT) Received: from ?9.37.214.131? ( [129.33.49.251]) by mx.google.com with ESMTPS id h38sm8701646wxd.2007.11.02.09.41.17 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 02 Nov 2007 09:41:17 -0700 (PDT) Message-ID: <472B532C.5090904@gmail.com> Date: Fri, 02 Nov 2007 12:41:16 -0400 Reply-To: erik.craig@gmail.com User-Agent: Thunderbird 2.0.0.6 (X11/20070728) MIME-Version: 1.0 To: dev@geronimo.apache.org Subject: Deploy script bombs with remote host Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit From: "Erik B. Craig" X-Virus-Checked: Checked by ClamAV on apache.org All, I am wondering if anyone else has been using the deployer script to deploy on a remote machine at all recently, and if so if you have noticed any problems with it. I am getting a NullPointerException on an attempt to deploy a plugin from one machine to another with ./deploy.sh -u -p --host install-plugin The similar command works flawlessly locally on the machine I'm trying to deploy to. Both machines have the same compiled revision of 2.1-SNAPSHOT running (590751). Here's a copy of the error while running ./deploy.sh with the -v option 11:17:09,171 INFO [Log4jService] ---------------------------------------------- 11:17:12,093 INFO [RemoteDeploymentManager] Uploading 1 file(s) to server Exception in thread "main" java.lang.NullPointerException at org.apache.geronimo.deployment.plugin.local.CommandSupport.doFail(CommandSupport.java:141) at org.apache.geronimo.deployment.plugin.remote.RemoteDeployUtil.uploadFilesToServer(RemoteDeployUtil.java:206) at org.apache.geronimo.deployment.plugin.jmx.RemoteDeploymentManager.startInstall(RemoteDeploymentManager.java:234) at org.apache.geronimo.deployment.cli.CommandInstallCAR.execute(CommandInstallCAR.java:49) at org.apache.geronimo.deployment.cli.DeployTool.execute(DeployTool.java:161) at org.apache.geronimo.kernel.util.MainConfigurationBootstrapper.main(MainConfigurationBootstrapper.java:45) at org.apache.geronimo.cli.AbstractCLI.executeMain(AbstractCLI.java:67) at org.apache.geronimo.cli.deployer.DeployerCLI.main(DeployerCLI.java:31) ebcraig@ebcraig-t60p:~/g-built/geronimo-tomcat6-javaee5-2.1-SNAPSHOT/bin$ cd /home/ebcraig/g-src/ Anyone else seen this behavior? Thanks, Erik B. Craig