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/10/25 10:17:19 UTC

[jira] Commented: (GERONIMO-5658) deploy --inPlace broken for quick start sample

    [ https://issues.apache.org/jira/browse/GERONIMO-5658?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12924492#action_12924492 ] 

Shawn Jiang commented on GERONIMO-5658:
---------------------------------------

After the fix with trunk@r1026966, the hello world app could be deployed successfully.

But, there's a failure when access the app with http://localhost:8080/hello/.    Checked the deployed war, the jsp files are missing.

> deploy --inPlace broken for quick start sample
> ----------------------------------------------
>
>                 Key: GERONIMO-5658
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-5658
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: deployment
>    Affects Versions: 3.0-M1, 3.0
>            Reporter: Ted Kirby
>            Assignee: Shawn Jiang
>
> Follow the instructions in [Quick start - Apache Geronimo for the impatient|https://cwiki.apache.org/GMOxDOC30/quick-start-apache-geronimo-for-the-impatient.html]
> ~/wag/geronimo-tomcat7-javaee6-3.0-SNAPSHOT $ bin/deploy --user system --password manager deploy --inPlace hwApp/
> Using GERONIMO_HOME:   /Users/tedkirby/wag/geronimo-tomcat7-javaee6-3.0-SNAPSHOT
> Using GERONIMO_TMPDIR: var/temp
> Using JRE_HOME:        /System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home
> 2010-10-19 17:43:15,169 ERROR [DeployTool] Error: 
> org.apache.geronimo.common.DeploymentException: Unable to deploy hwApp: Unable to create configuration for deployment: dependencies: null
> 	Error converting plugin at /Users/tedkirby/wag/geronimo-tomcat7-javaee6-3.0-SNAPSHOT/var/temp/geronimo-fileutils5761707777344210990.tmpfile.
> 	Could not find a META-INF/MANIFEST.MF, plugin.xml or a fragment.xml in /Users/tedkirby/wag/geronimo-tomcat7-javaee6-3.0-SNAPSHOT/var/temp/geronimo-fileutils5761707777344210990.tmpfile.
> 	at org.apache.geronimo.deployment.cli.CommandDeploy.runCommand(CommandDeploy.java:43)
> 	at org.apache.geronimo.deployment.cli.CommandDistribute.executeOnline(CommandDistribute.java:148)
> 	at org.apache.geronimo.deployment.cli.CommandDistribute.execute(CommandDistribute.java:124)
> 	at org.apache.geronimo.deployment.cli.DeployTool.execute(DeployTool.java:173)
> 	at org.apache.geronimo.system.main.MainBridge.execute(MainBridge.java:64)
> 	at org.apache.geronimo.main.Bootstrapper.execute(Bootstrapper.java:65)
> 	at org.apache.geronimo.cli.AbstractCLI.executeMain(AbstractCLI.java:65)
> 	at org.apache.geronimo.cli.deployer.DeployerCLI.main(DeployerCLI.java:31)
> The referenced tmpfile is an empty directory.

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