|
View:
New views
6 Messages
—
Rating Filter:
Alert me
|
|
|
[jira] Created: (CARGO-724) JBoss 5: Local installation deployer throws exceptionJBoss 5: Local installation deployer throws exception
----------------------------------------------------- Key: CARGO-724 URL: http://jira.codehaus.org/browse/CARGO-724 Project: Cargo Issue Type: Bug Components: JBoss Affects Versions: 1.0 Environment: Windows XP, Maven 2.2.0, Java 1.6.0_11 Reporter: Adrian Burri Attachments: pom-extract.xml The local deployment of an ear-File fails with an exception. However, the ear is deployed successfully and the container started. See the attached poms for the configuration (only extracts). Both the server log and the cargo generated logfiles show no errors, so I suppose it is a false alarm by the plugin. The goal cargo:cargo:deployer-redeploy fails with the following stacktrace: [INFO] ------------------------------------------------------------------------ [ERROR] FATAL ERROR [INFO] ------------------------------------------------------------------------ [INFO] Not supported [INFO] ------------------------------------------------------------------------ [INFO] Trace org.codehaus.cargo.container.ContainerException: Not supported at org.codehaus.cargo.container.spi.deployer.AbstractDeployer.undeploy( bstractDeployer.java:113) at org.codehaus.cargo.container.jboss.JBossInstalledLocalDeployer.undep oy(JBossInstalledLocalDeployer.java:107) at org.codehaus.cargo.container.jboss.JBossInstalledLocalDeployer.redep oy(JBossInstalledLocalDeployer.java:94) at org.codehaus.cargo.maven2.DeployerRedeployMojo.performDeployerAction nSingleDeployable(DeployerRedeployMojo.java:39) at org.codehaus.cargo.maven2.AbstractDeployerMojo.performDeployerAction nAllDeployables(AbstractDeployerMojo.java:118) at org.codehaus.cargo.maven2.AbstractDeployerMojo.doExecute(AbstractDep oyerMojo.java:47) at org.codehaus.cargo.maven2.AbstractCargoMojo.execute(AbstractCargoMoj .java:255) at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPlug nManager.java:483) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(Def ultLifecycleExecutor.java:678) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithL fecycle(DefaultLifecycleExecutor.java:540) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(Defa ltLifecycleExecutor.java:519) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHa dleFailures(DefaultLifecycleExecutor.java:371) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegme ts(DefaultLifecycleExecutor.java:332) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultL fecycleExecutor.java:181) at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:356) at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:137) at org.apache.maven.cli.MavenCli.main(MavenCli.java:362) at org.apache.maven.cli.compat.CompatibleMain.main(CompatibleMain.java: 1) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcce sorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315) at org.codehaus.classworlds.Launcher.launch(Launcher.java:255) at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430 at org.codehaus.classworlds.Launcher.main(Launcher.java:375) [INFO] ------------------------------------------------------------------------ [INFO] Total time: 14 seconds [INFO] Finished at: Thu Aug 06 10:14:58 CEST 2009 [INFO] Final Memory: 22M/39M [INFO] ------------------------------------------------------------------------ -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email |
|
|
[jira] Commented: (CARGO-724) JBoss 5: Local installation deployer throws exception[ http://jira.codehaus.org/browse/CARGO-724?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=186182#action_186182 ] Adrian Burri commented on CARGO-724: ------------------------------------ There's a simple workaround: just use static deployables, which works fine as well (or even simpler: ant-run task copy) > JBoss 5: Local installation deployer throws exception > ----------------------------------------------------- > > Key: CARGO-724 > URL: http://jira.codehaus.org/browse/CARGO-724 > Project: Cargo > Issue Type: Bug > Components: JBoss > Affects Versions: 1.0 > Environment: Windows XP, Maven 2.2.0, Java 1.6.0_11 > Reporter: Adrian Burri > Attachments: pom-extract.xml > > > The local deployment of an ear-File fails with an exception. However, the ear is deployed successfully and the container started. See the attached poms for the configuration (only extracts). Both the server log and the cargo generated logfiles show no errors, so I suppose it is a false alarm by the plugin. > The goal cargo:cargo:deployer-redeploy fails with the following stacktrace: > [INFO] ------------------------------------------------------------------------ > [ERROR] FATAL ERROR > [INFO] ------------------------------------------------------------------------ > [INFO] Not supported > [INFO] ------------------------------------------------------------------------ > [INFO] Trace > org.codehaus.cargo.container.ContainerException: Not supported > at org.codehaus.cargo.container.spi.deployer.AbstractDeployer.undeploy( > bstractDeployer.java:113) > at org.codehaus.cargo.container.jboss.JBossInstalledLocalDeployer.undep > oy(JBossInstalledLocalDeployer.java:107) > at org.codehaus.cargo.container.jboss.JBossInstalledLocalDeployer.redep > oy(JBossInstalledLocalDeployer.java:94) > at org.codehaus.cargo.maven2.DeployerRedeployMojo.performDeployerAction > nSingleDeployable(DeployerRedeployMojo.java:39) > at org.codehaus.cargo.maven2.AbstractDeployerMojo.performDeployerAction > nAllDeployables(AbstractDeployerMojo.java:118) > at org.codehaus.cargo.maven2.AbstractDeployerMojo.doExecute(AbstractDep > oyerMojo.java:47) > at org.codehaus.cargo.maven2.AbstractCargoMojo.execute(AbstractCargoMoj > .java:255) > at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPlug > nManager.java:483) > at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(Def > ultLifecycleExecutor.java:678) > at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithL > fecycle(DefaultLifecycleExecutor.java:540) > at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(Defa > ltLifecycleExecutor.java:519) > at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHa > dleFailures(DefaultLifecycleExecutor.java:371) > at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegme > ts(DefaultLifecycleExecutor.java:332) > at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultL > fecycleExecutor.java:181) > at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:356) > at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:137) > at org.apache.maven.cli.MavenCli.main(MavenCli.java:362) > at org.apache.maven.cli.compat.CompatibleMain.main(CompatibleMain.java: > 1) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl > java:39) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcce > sorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315) > at org.codehaus.classworlds.Launcher.launch(Launcher.java:255) > at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430 > at org.codehaus.classworlds.Launcher.main(Launcher.java:375) > [INFO] ------------------------------------------------------------------------ > [INFO] Total time: 14 seconds > [INFO] Finished at: Thu Aug 06 10:14:58 CEST 2009 > [INFO] Final Memory: 22M/39M > [INFO] ------------------------------------------------------------------------ -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email |
|
|
[jira] Commented: (CARGO-724) JBoss 5: Local installation deployer throws exception[ http://jira.codehaus.org/browse/CARGO-724?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=186221#action_186221 ] Matt Wringe commented on CARGO-724: ----------------------------------- what is the type defined in the pom file? > JBoss 5: Local installation deployer throws exception > ----------------------------------------------------- > > Key: CARGO-724 > URL: http://jira.codehaus.org/browse/CARGO-724 > Project: Cargo > Issue Type: Bug > Components: JBoss > Affects Versions: 1.0 > Environment: Windows XP, Maven 2.2.0, Java 1.6.0_11 > Reporter: Adrian Burri > Attachments: pom-extract.xml > > > The local deployment of an ear-File fails with an exception. However, the ear is deployed successfully and the container started. See the attached poms for the configuration (only extracts). Both the server log and the cargo generated logfiles show no errors, so I suppose it is a false alarm by the plugin. > The goal cargo:cargo:deployer-redeploy fails with the following stacktrace: > [INFO] ------------------------------------------------------------------------ > [ERROR] FATAL ERROR > [INFO] ------------------------------------------------------------------------ > [INFO] Not supported > [INFO] ------------------------------------------------------------------------ > [INFO] Trace > org.codehaus.cargo.container.ContainerException: Not supported > at org.codehaus.cargo.container.spi.deployer.AbstractDeployer.undeploy( > bstractDeployer.java:113) > at org.codehaus.cargo.container.jboss.JBossInstalledLocalDeployer.undep > oy(JBossInstalledLocalDeployer.java:107) > at org.codehaus.cargo.container.jboss.JBossInstalledLocalDeployer.redep > oy(JBossInstalledLocalDeployer.java:94) > at org.codehaus.cargo.maven2.DeployerRedeployMojo.performDeployerAction > nSingleDeployable(DeployerRedeployMojo.java:39) > at org.codehaus.cargo.maven2.AbstractDeployerMojo.performDeployerAction > nAllDeployables(AbstractDeployerMojo.java:118) > at org.codehaus.cargo.maven2.AbstractDeployerMojo.doExecute(AbstractDep > oyerMojo.java:47) > at org.codehaus.cargo.maven2.AbstractCargoMojo.execute(AbstractCargoMoj > .java:255) > at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPlug > nManager.java:483) > at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(Def > ultLifecycleExecutor.java:678) > at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithL > fecycle(DefaultLifecycleExecutor.java:540) > at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(Defa > ltLifecycleExecutor.java:519) > at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHa > dleFailures(DefaultLifecycleExecutor.java:371) > at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegme > ts(DefaultLifecycleExecutor.java:332) > at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultL > fecycleExecutor.java:181) > at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:356) > at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:137) > at org.apache.maven.cli.MavenCli.main(MavenCli.java:362) > at org.apache.maven.cli.compat.CompatibleMain.main(CompatibleMain.java: > 1) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl > java:39) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcce > sorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315) > at org.codehaus.classworlds.Launcher.launch(Launcher.java:255) > at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430 > at org.codehaus.classworlds.Launcher.main(Launcher.java:375) > [INFO] ------------------------------------------------------------------------ > [INFO] Total time: 14 seconds > [INFO] Finished at: Thu Aug 06 10:14:58 CEST 2009 > [INFO] Final Memory: 22M/39M > [INFO] ------------------------------------------------------------------------ -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email |
|
|
[jira] Commented: (CARGO-724) JBoss 5: Local installation deployer throws exception[ http://jira.codehaus.org/browse/CARGO-724?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=186293#action_186293 ] Adrian Burri commented on CARGO-724: ------------------------------------ There are extracts of two poms: the first is type "pom", the second is type "ear" > JBoss 5: Local installation deployer throws exception > ----------------------------------------------------- > > Key: CARGO-724 > URL: http://jira.codehaus.org/browse/CARGO-724 > Project: Cargo > Issue Type: Bug > Components: JBoss > Affects Versions: 1.0 > Environment: Windows XP, Maven 2.2.0, Java 1.6.0_11 > Reporter: Adrian Burri > Attachments: pom-extract.xml > > > The local deployment of an ear-File fails with an exception. However, the ear is deployed successfully and the container started. See the attached poms for the configuration (only extracts). Both the server log and the cargo generated logfiles show no errors, so I suppose it is a false alarm by the plugin. > The goal cargo:cargo:deployer-redeploy fails with the following stacktrace: > [INFO] ------------------------------------------------------------------------ > [ERROR] FATAL ERROR > [INFO] ------------------------------------------------------------------------ > [INFO] Not supported > [INFO] ------------------------------------------------------------------------ > [INFO] Trace > org.codehaus.cargo.container.ContainerException: Not supported > at org.codehaus.cargo.container.spi.deployer.AbstractDeployer.undeploy( > bstractDeployer.java:113) > at org.codehaus.cargo.container.jboss.JBossInstalledLocalDeployer.undep > oy(JBossInstalledLocalDeployer.java:107) > at org.codehaus.cargo.container.jboss.JBossInstalledLocalDeployer.redep > oy(JBossInstalledLocalDeployer.java:94) > at org.codehaus.cargo.maven2.DeployerRedeployMojo.performDeployerAction > nSingleDeployable(DeployerRedeployMojo.java:39) > at org.codehaus.cargo.maven2.AbstractDeployerMojo.performDeployerAction > nAllDeployables(AbstractDeployerMojo.java:118) > at org.codehaus.cargo.maven2.AbstractDeployerMojo.doExecute(AbstractDep > oyerMojo.java:47) > at org.codehaus.cargo.maven2.AbstractCargoMojo.execute(AbstractCargoMoj > .java:255) > at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPlug > nManager.java:483) > at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(Def > ultLifecycleExecutor.java:678) > at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithL > fecycle(DefaultLifecycleExecutor.java:540) > at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(Defa > ltLifecycleExecutor.java:519) > at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHa > dleFailures(DefaultLifecycleExecutor.java:371) > at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegme > ts(DefaultLifecycleExecutor.java:332) > at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultL > fecycleExecutor.java:181) > at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:356) > at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:137) > at org.apache.maven.cli.MavenCli.main(MavenCli.java:362) > at org.apache.maven.cli.compat.CompatibleMain.main(CompatibleMain.java: > 1) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl > java:39) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcce > sorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315) > at org.codehaus.classworlds.Launcher.launch(Launcher.java:255) > at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430 > at org.codehaus.classworlds.Launcher.main(Launcher.java:375) > [INFO] ------------------------------------------------------------------------ > [INFO] Total time: 14 seconds > [INFO] Finished at: Thu Aug 06 10:14:58 CEST 2009 > [INFO] Final Memory: 22M/39M > [INFO] ------------------------------------------------------------------------ -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email |
|
|
[jira] Commented: (CARGO-724) JBoss 5: Local installation deployer throws exception[ http://jira.codehaus.org/browse/CARGO-724?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=188128#action_188128 ] Clemens Fuchslocher commented on CARGO-724: ------------------------------------------- CARGO-726 provides a test case and a patch. > JBoss 5: Local installation deployer throws exception > ----------------------------------------------------- > > Key: CARGO-724 > URL: http://jira.codehaus.org/browse/CARGO-724 > Project: Cargo > Issue Type: Bug > Components: JBoss > Affects Versions: 1.0 > Environment: Windows XP, Maven 2.2.0, Java 1.6.0_11 > Reporter: Adrian Burri > Attachments: pom-extract.xml > > > The local deployment of an ear-File fails with an exception. However, the ear is deployed successfully and the container started. See the attached poms for the configuration (only extracts). Both the server log and the cargo generated logfiles show no errors, so I suppose it is a false alarm by the plugin. > The goal cargo:cargo:deployer-redeploy fails with the following stacktrace: > [INFO] ------------------------------------------------------------------------ > [ERROR] FATAL ERROR > [INFO] ------------------------------------------------------------------------ > [INFO] Not supported > [INFO] ------------------------------------------------------------------------ > [INFO] Trace > org.codehaus.cargo.container.ContainerException: Not supported > at org.codehaus.cargo.container.spi.deployer.AbstractDeployer.undeploy( > bstractDeployer.java:113) > at org.codehaus.cargo.container.jboss.JBossInstalledLocalDeployer.undep > oy(JBossInstalledLocalDeployer.java:107) > at org.codehaus.cargo.container.jboss.JBossInstalledLocalDeployer.redep > oy(JBossInstalledLocalDeployer.java:94) > at org.codehaus.cargo.maven2.DeployerRedeployMojo.performDeployerAction > nSingleDeployable(DeployerRedeployMojo.java:39) > at org.codehaus.cargo.maven2.AbstractDeployerMojo.performDeployerAction > nAllDeployables(AbstractDeployerMojo.java:118) > at org.codehaus.cargo.maven2.AbstractDeployerMojo.doExecute(AbstractDep > oyerMojo.java:47) > at org.codehaus.cargo.maven2.AbstractCargoMojo.execute(AbstractCargoMoj > .java:255) > at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPlug > nManager.java:483) > at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(Def > ultLifecycleExecutor.java:678) > at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithL > fecycle(DefaultLifecycleExecutor.java:540) > at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(Defa > ltLifecycleExecutor.java:519) > at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHa > dleFailures(DefaultLifecycleExecutor.java:371) > at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegme > ts(DefaultLifecycleExecutor.java:332) > at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultL > fecycleExecutor.java:181) > at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:356) > at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:137) > at org.apache.maven.cli.MavenCli.main(MavenCli.java:362) > at org.apache.maven.cli.compat.CompatibleMain.main(CompatibleMain.java: > 1) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl > java:39) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcce > sorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315) > at org.codehaus.classworlds.Launcher.launch(Launcher.java:255) > at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430 > at org.codehaus.classworlds.Launcher.main(Launcher.java:375) > [INFO] ------------------------------------------------------------------------ > [INFO] Total time: 14 seconds > [INFO] Finished at: Thu Aug 06 10:14:58 CEST 2009 > [INFO] Final Memory: 22M/39M > [INFO] ------------------------------------------------------------------------ -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email |
|
|
[jira] Closed: (CARGO-724) JBoss 5: Local installation deployer throws exception[ http://jira.codehaus.org/browse/CARGO-724?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Wringe closed CARGO-724. ----------------------------- Resolution: Duplicate Duplicate of CARGO-726 > JBoss 5: Local installation deployer throws exception > ----------------------------------------------------- > > Key: CARGO-724 > URL: http://jira.codehaus.org/browse/CARGO-724 > Project: Cargo > Issue Type: Bug > Components: JBoss > Affects Versions: 1.0 > Environment: Windows XP, Maven 2.2.0, Java 1.6.0_11 > Reporter: Adrian Burri > Attachments: pom-extract.xml > > > The local deployment of an ear-File fails with an exception. However, the ear is deployed successfully and the container started. See the attached poms for the configuration (only extracts). Both the server log and the cargo generated logfiles show no errors, so I suppose it is a false alarm by the plugin. > The goal cargo:cargo:deployer-redeploy fails with the following stacktrace: > [INFO] ------------------------------------------------------------------------ > [ERROR] FATAL ERROR > [INFO] ------------------------------------------------------------------------ > [INFO] Not supported > [INFO] ------------------------------------------------------------------------ > [INFO] Trace > org.codehaus.cargo.container.ContainerException: Not supported > at org.codehaus.cargo.container.spi.deployer.AbstractDeployer.undeploy( > bstractDeployer.java:113) > at org.codehaus.cargo.container.jboss.JBossInstalledLocalDeployer.undep > oy(JBossInstalledLocalDeployer.java:107) > at org.codehaus.cargo.container.jboss.JBossInstalledLocalDeployer.redep > oy(JBossInstalledLocalDeployer.java:94) > at org.codehaus.cargo.maven2.DeployerRedeployMojo.performDeployerAction > nSingleDeployable(DeployerRedeployMojo.java:39) > at org.codehaus.cargo.maven2.AbstractDeployerMojo.performDeployerAction > nAllDeployables(AbstractDeployerMojo.java:118) > at org.codehaus.cargo.maven2.AbstractDeployerMojo.doExecute(AbstractDep > oyerMojo.java:47) > at org.codehaus.cargo.maven2.AbstractCargoMojo.execute(AbstractCargoMoj > .java:255) > at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPlug > nManager.java:483) > at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(Def > ultLifecycleExecutor.java:678) > at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithL > fecycle(DefaultLifecycleExecutor.java:540) > at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(Defa > ltLifecycleExecutor.java:519) > at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHa > dleFailures(DefaultLifecycleExecutor.java:371) > at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegme > ts(DefaultLifecycleExecutor.java:332) > at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultL > fecycleExecutor.java:181) > at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:356) > at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:137) > at org.apache.maven.cli.MavenCli.main(MavenCli.java:362) > at org.apache.maven.cli.compat.CompatibleMain.main(CompatibleMain.java: > 1) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl > java:39) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcce > sorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315) > at org.codehaus.classworlds.Launcher.launch(Launcher.java:255) > at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430 > at org.codehaus.classworlds.Launcher.main(Launcher.java:375) > [INFO] ------------------------------------------------------------------------ > [INFO] Total time: 14 seconds > [INFO] Finished at: Thu Aug 06 10:14:58 CEST 2009 > [INFO] Final Memory: 22M/39M > [INFO] ------------------------------------------------------------------------ -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email |
| Free embeddable forum powered by Nabble | Forum Help |