You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Kevan Miller (JIRA)" <ji...@apache.org> on 2010/05/04 17:39:03 UTC

[jira] Updated: (GERONIMO-5284) Redeploy of Blog sample fails

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

Kevan Miller updated GERONIMO-5284:
-----------------------------------

    Description: 
running redeploy of the blog sample fails as follows:

$ ./deploy redeploy ../../samples/org.apache.aries.samples.blog.jpa.eba-0.1-incubating.eba 
Using GERONIMO_HOME:   /Users/kevan/Demo/geronimo-tomcat7-javaee6-3.0-SNAPSHOT
Using GERONIMO_TMPDIR: var/temp
Using JRE_HOME:        /System/Library/Frameworks/JavaVM.framework/Versions/CurrentJDK/Home
    No ModuleID or TargetModuleID provided.  Attempting to guess based
    on the content of the archive.
    Unable to locate Geronimo deployment plan in archive.  Calculating
    default ModuleID from archive name.
    Attempting to use ModuleID
    'default/org.apache.aries.samples.blog.jpa.eba-0.1-incubating//'
2010-05-04 11:28:56,187 ERROR [DeployTool] Error: 
org.apache.geronimo.common.DeploymentException: default/org.apache.aries.samples.blog.jpa.eba-0.1-incubating// does not appear to be a the name of a module available on the selected server. Perhaps it has already been stopped or undeployed?  If you're trying to specify a TargetModuleID, use the syntax TargetName|ModuleName instead. If you're not sure what's running, try the list-modules command.
        at org.apache.geronimo.deployment.plugin.ConfigIDExtractor.identifyTargetModuleIDs(ConfigIDExtractor.java:207)
        at org.apache.geronimo.deployment.cli.CommandRedeploy.execute(CommandRedeploy.java:353)
        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)

  was:
running redeploy of the blog sample fails as follows:

$ ./deploy undeploy ../../samples/org.apache.aries.samples.blog.jpa.eba-0.1-incubating.eba 
Using GERONIMO_HOME:   /Users/kevan/Demo/geronimo-tomcat7-javaee6-3.0-SNAPSHOT
Using GERONIMO_TMPDIR: var/temp
Using JRE_HOME:        /System/Library/Frameworks/JavaVM.framework/Versions/CurrentJDK/Home
2010-05-04 11:30:35,453 ERROR [DeployTool] Error: 
org.apache.geronimo.common.DeploymentException: ../../samples/org.apache.aries.samples.blog.jpa.eba-0.1-incubating.eba does not appear to be a the name of a module available on the selected server. Perhaps it has already been stopped or undeployed?  If you're trying to specify a TargetModuleID, use the syntax TargetName|ModuleName instead. If you're not sure what's running, try the list-modules command.
        at org.apache.geronimo.deployment.plugin.ConfigIDExtractor.identifyTargetModuleIDs(ConfigIDExtractor.java:207)
        at org.apache.geronimo.deployment.cli.CommandStart.execute(CommandStart.java:55)
        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)


> Redeploy of Blog sample fails
> -----------------------------
>
>                 Key: GERONIMO-5284
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-5284
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: deployment
>    Affects Versions: 3.0
>            Reporter: Kevan Miller
>             Fix For: 3.0
>
>
> running redeploy of the blog sample fails as follows:
> $ ./deploy redeploy ../../samples/org.apache.aries.samples.blog.jpa.eba-0.1-incubating.eba 
> Using GERONIMO_HOME:   /Users/kevan/Demo/geronimo-tomcat7-javaee6-3.0-SNAPSHOT
> Using GERONIMO_TMPDIR: var/temp
> Using JRE_HOME:        /System/Library/Frameworks/JavaVM.framework/Versions/CurrentJDK/Home
>     No ModuleID or TargetModuleID provided.  Attempting to guess based
>     on the content of the archive.
>     Unable to locate Geronimo deployment plan in archive.  Calculating
>     default ModuleID from archive name.
>     Attempting to use ModuleID
>     'default/org.apache.aries.samples.blog.jpa.eba-0.1-incubating//'
> 2010-05-04 11:28:56,187 ERROR [DeployTool] Error: 
> org.apache.geronimo.common.DeploymentException: default/org.apache.aries.samples.blog.jpa.eba-0.1-incubating// does not appear to be a the name of a module available on the selected server. Perhaps it has already been stopped or undeployed?  If you're trying to specify a TargetModuleID, use the syntax TargetName|ModuleName instead. If you're not sure what's running, try the list-modules command.
>         at org.apache.geronimo.deployment.plugin.ConfigIDExtractor.identifyTargetModuleIDs(ConfigIDExtractor.java:207)
>         at org.apache.geronimo.deployment.cli.CommandRedeploy.execute(CommandRedeploy.java:353)
>         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)

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