You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@geronimo.apache.org by Tapas Mishra <mi...@gmail.com> on 2010/05/03 14:29:07 UTC

872 ERROR [DeployTool] Error: org.apache.geronimo.common.DeploymentException:

I used
/geronimo-jetty7-javaee5-2.2/bin# ./deploy.sh  deploy --inplace /root/a12/
where /root/a12 is the path to application directory using this command
geronimo-jetty7-javaee5-2.2/bin# ./deploy.sh deploy --inplace /root/a12/

got following error




root/jdk1.6.0_20/jre/bin/java
-Dorg.apache.geronimo.home.dir=/root/geronimo-jetty7-javaee5-2.2
-Djava.io.tmpdir=var/temp -jar
/root/geronimo-jetty7-javaee5-2.2/bin/deployer.jar  deploy --inplace
/root/a12/
2010-05-03 06:57:51,872 ERROR [DeployTool] Error:
org.apache.geronimo.common.DeploymentException: Invalid JAR file --inplace
	at org.apache.geronimo.deployment.cli.CommandDistribute.execute(CommandDistribute.java:97)
	at org.apache.geronimo.deployment.cli.DeployTool.execute(DeployTool.java:168)
	at org.apache.geronimo.kernel.util.MainConfigurationBootstrapper.main(MainConfigurationBootstrapper.java:45)
	at org.apache.geronimo.cli.AbstractCLI.executeMain(AbstractCLI.java:65)
	at org.apache.geronimo.cli.deployer.DeployerCLI.main(DeployerCLI.java:31)


-- 
Tapas

Re: 872 ERROR [DeployTool] Error: org.apache.geronimo.common.DeploymentException:

Posted by Tapas Mishra <mi...@gmail.com>.
I got following error 
./deploy.sh  deploy --inPlace /root/a12/


2010-05-03 22:50:01,327 ERROR [DeployTool] Error: 
org.apache.geronimo.common.DeploymentException: Unable to deploy a12: App
client module jar does not contain a manifest: /root/a12

	at
org.apache.geronimo.deployment.cli.CommandDeploy.runCommand(CommandDeploy.java:45)
	at
org.apache.geronimo.deployment.cli.CommandDistribute.executeOnline(CommandDistribute.java:149)
	at
org.apache.geronimo.deployment.cli.CommandDistribute.execute(CommandDistribute.java:125)
	at
org.apache.geronimo.deployment.cli.DeployTool.execute(DeployTool.java:168)
	at
org.apache.geronimo.kernel.util.MainConfigurationBootstrapper.main(MainConfigurationBootstrapper.java:45)
	at org.apache.geronimo.cli.AbstractCLI.executeMain(AbstractCLI.java:65)
	at org.apache.geronimo.cli.deployer.DeployerCLI.main(DeployerCLI.java:31)

stty echo
+ stty echo

-- 
View this message in context: http://apache-geronimo.328035.n3.nabble.com/872-ERROR-DeployTool-Error-org-apache-geronimo-common-DeploymentException-tp773103p775106.html
Sent from the Users mailing list archive at Nabble.com.

Re: 872 ERROR [DeployTool] Error: org.apache.geronimo.common.DeploymentException:

Posted by Jarek Gawor <jg...@gmail.com>.
Try --inPlace instead of --inplace.

Jarek

On Mon, May 3, 2010 at 8:29 AM, Tapas Mishra <mi...@gmail.com> wrote:
> I used
> /geronimo-jetty7-javaee5-2.2/bin# ./deploy.sh  deploy --inplace /root/a12/
> where /root/a12 is the path to application directory using this command
> geronimo-jetty7-javaee5-2.2/bin# ./deploy.sh deploy --inplace /root/a12/
>
> got following error
>
>
>
>
> root/jdk1.6.0_20/jre/bin/java
> -Dorg.apache.geronimo.home.dir=/root/geronimo-jetty7-javaee5-2.2
> -Djava.io.tmpdir=var/temp -jar
> /root/geronimo-jetty7-javaee5-2.2/bin/deployer.jar  deploy --inplace
> /root/a12/
> 2010-05-03 06:57:51,872 ERROR [DeployTool] Error:
> org.apache.geronimo.common.DeploymentException: Invalid JAR file --inplace
>        at org.apache.geronimo.deployment.cli.CommandDistribute.execute(CommandDistribute.java:97)
>        at org.apache.geronimo.deployment.cli.DeployTool.execute(DeployTool.java:168)
>        at org.apache.geronimo.kernel.util.MainConfigurationBootstrapper.main(MainConfigurationBootstrapper.java:45)
>        at org.apache.geronimo.cli.AbstractCLI.executeMain(AbstractCLI.java:65)
>        at org.apache.geronimo.cli.deployer.DeployerCLI.main(DeployerCLI.java:31)
>
>
> --
> Tapas
>