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/04 06:56:47 UTC

error in deploying application module jar does not contain a manifest:


I am using geronimo-jetty7-javaee5-2.2/bin.

   I wrote a grails application and converted it to war file.
  grails war
then in the target directory a war file was created now wanted to deploy the
application to geronimo.
So executed following from geronimo bin
geronimo-jetty7-javaee5-2.2/bin# ./deploy.sh --user system --password
manager deploy /root/a12/target/a12-0.1.war 


What should I check in?




2010-05-03 23:23:52,590 ERROR [DeployTool] Error: 
org.apache.geronimo.common.DeploymentException: Unable to deploy 0.1: App
client module jar does not contain a manifest:
/root/geronimo-jetty7-javaee5-2.2/repository/grailsApps/a12/0.1

	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/error-in-deploying-application-module-jar-does-not-contain-a-manifest-tp775141p775141.html
Sent from the Users mailing list archive at Nabble.com.