You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Shawn Jiang (JIRA)" <ji...@apache.org> on 2010/05/05 07:22:08 UTC

[jira] Updated: (GERONIMO-4792) deploy --inPlace - wrong error message for non-existing folders

     [ https://issues.apache.org/jira/browse/GERONIMO-4792?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Shawn Jiang updated GERONIMO-4792:
----------------------------------

    Fix Version/s: 2.2.1

> deploy --inPlace - wrong error message for non-existing folders
> ---------------------------------------------------------------
>
>                 Key: GERONIMO-4792
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-4792
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: deployment
>    Affects Versions: 2.2
>            Reporter: Jürgen Weber
>             Fix For: 2.2.1
>
>
> JBoss wants the names of exploded web application folders to end in .war.
> I tried to deploy one of these exploded wars in Geronimo, too, but the deployer thinks it's a .war and fails.
> 2.2-SNAPSHOT
> Build 	2009.08.11-03:08:02.228-0400
> ./deploy.sh -u system -p manager deploy --inPlace ./projekte/jboss-eap-4.3/server/default/deploy/myapp.war
> Using GERONIMO_HOME:   /projekte/geronimo-tomcat6-javaee5-2.2-SNAPSHOT
> Using GERONIMO_TMPDIR: var/temp
> Using JRE_HOME:        /projekte/jdk1.6.0_15/jre
> 2009-08-12 10:15:18,568 ERROR [DeployTool] Error:
> org.apache.geronimo.common.DeploymentException: Invalid JAR file ./projekte/jboss-eap-4.3/server/default/deploy/myapp.war
>         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)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.