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
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.