Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 91974 invoked from network); 21 Nov 2007 10:00:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 21 Nov 2007 10:00:06 -0000 Received: (qmail 1192 invoked by uid 500); 21 Nov 2007 09:59:52 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 817 invoked by uid 500); 21 Nov 2007 09:59:51 -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 802 invoked by uid 99); 21 Nov 2007 09:59:51 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 Nov 2007 01:59:51 -0800 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 Nov 2007 09:59:49 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 652F671423B for ; Wed, 21 Nov 2007 01:59:43 -0800 (PST) Message-ID: <314064.1195639183411.JavaMail.jira@brutus> Date: Wed, 21 Nov 2007 01:59:43 -0800 (PST) From: "YunFeng Ma (JIRA)" To: dev@geronimo.apache.org Subject: [jira] Updated: (GERONIMO-3583) Deployer.jar gets null pointer exception and hangs on attempt to install-plugin on remote host In-Reply-To: <17782531.1194029210856.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/GERONIMO-3583?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] YunFeng Ma updated GERONIMO-3583: --------------------------------- Attachment: GERONIMO-3583.patch A patch fixed this. > Deployer.jar gets null pointer exception and hangs on attempt to install-plugin on remote host > ---------------------------------------------------------------------------------------------- > > Key: GERONIMO-3583 > URL: https://issues.apache.org/jira/browse/GERONIMO-3583 > Project: Geronimo > Issue Type: Bug > Security Level: public(Regular issues) > Components: deployment > Reporter: Erik B. Craig > Assignee: Erik B. Craig > Fix For: 2.1 > > Attachments: GERONIMO-3583.patch > > > While attempting to deploy a plugin with install-plugin on a remote host, Deployer.jar fails with the following stack trace > 13:45:35,094 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) -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.