Farm Deployment Error if deploy more than one applications
----------------------------------------------------------
Key: GERONIMO-4892
URL: https://issues.apache.org/jira/browse/GERONIMO-4892
Project: Geronimo
Issue Type: Bug
Security Level: public (Regular issues)
Components: commands
Affects Versions: 2.2
Environment: oS: winxp and win2003
Reporter: viola.lu
1.Following doc http://cwiki.apache.org/GMOxDOC22/farming-using-deployment.html
to farm deploy apps
2.First deploy hello.war, successfully, second deploy cviewer, but errors popup:
2009-09-23 17:00:02,937 ERROR [DeployTool] Error:
org.apache.geronimo.common.DeploymentException: Operation failed: start of
com.ibm.wasce.samples/cviewer_G_MASTER/2.1.1.2/car failed
org.apache.geronimo.kernel.GBeanAlreadyExistsException: GBean already
registered: geronimo:J2EEServer=geronimo,nodeName=NODE1
GBean already registered: geronimo:J2EEServer=geronimo,nodeName=NODE1
at
org.apache.geronimo.deployment.cli.CommandDistribute.executeOnline(CommandDistribute.java:169)
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)
3.After deployment, on master node, open web app modules porlet, hello and
cviewer app don't exist in it, but in its master-repository and config.xml, on
other cluster nodes, these apps exist
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.