Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 70267 invoked from network); 17 Nov 2009 14:24:03 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 17 Nov 2009 14:24:03 -0000 Received: (qmail 9701 invoked by uid 500); 17 Nov 2009 14:24:03 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 9631 invoked by uid 500); 17 Nov 2009 14:24:02 -0000 Mailing-List: contact dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 9623 invoked by uid 99); 17 Nov 2009 14:24:02 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Nov 2009 14:24:02 +0000 X-ASF-Spam-Status: No, hits=-10.5 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Nov 2009 14:23:59 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id A0778234C1EE for ; Tue, 17 Nov 2009 06:23:39 -0800 (PST) Message-ID: <892911935.1258467819656.JavaMail.jira@brutus> Date: Tue, 17 Nov 2009 14:23:39 +0000 (UTC) From: "Ashish Jain (JIRA)" To: dev@geronimo.apache.org Subject: [jira] Updated: (GERONIMO-4892) Farm Deployment Error if deploy more than one applications In-Reply-To: <1633225236.1253697076136.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/GERONIMO-4892?page=3Dcom.atlas= sian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ashish Jain updated GERONIMO-4892: ---------------------------------- Attachment: 4892.patch > 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)=20 > Components: commands > Affects Versions: 2.1.4, 2.2 > Environment: oS: winxp and win2003 > Reporter: viola.lu > Assignee: Ashish Jain > Fix For: 2.1.5, 2.2 > > Attachments: 4892.patch, LOGS_4892.rar, TwoFarm.zip > > > Win2003 as master node( NODE2) with config.xml > ... > > > NODE1 > > > system > manager > rmi > 9.186.10.167 > 1099 > JMXConnector > false > > > > > ${ClusterNodeName} > > > ${FarmName} > > > ... > WinXP as node 1 > WinXp. as node 1 > .. > > > NODE2 > > > system > manager > rmi > 9.186.10.67 > 1099 > JMXConnector > false > > > > > ${ClusterNodeName} > > > ${FarmName} > > > .. > 1.Following doc http://cwiki.apache.org/GMOxDOC22/farming-using-deploymen= t.html to farm deploy apps=20 > with command: > deploy.bat --user system --password manager deploy --targets org.apache.g= eronimo.configs/farming/2.2-SNAPSHOT/car?ServiceModule=3Dorg.apache.geronim= o.configs/farming/2.2-SNAPSHOT/car,j2eeType=3DConfigurationStore,name=3DMas= terConfigurationStore %Sample_HOME%\applications\hello\target\hello-2.1.1.2= .war > =20 > 2.First deploy hello.war, successfully, second deploy cviewer with comman= d: > deploy.bat --user system --password manager deploy --targets org.apache.g= eronimo.configs/farming/2.2-SNAPSHOT/car?ServiceModule=3Dorg.apache.geronim= o.configs/farming/2.2-SNAPSHOT/car,j2eeType=3DConfigurationStore,name=3DMas= terConfigurationStore %Sample_HOME%\applications\cviewer\target\cviewer-2.1= .1.2.war > but errors popup: > 2009-09-23 17:00:02,937 ERROR [DeployTool] Error:=20 > org.apache.geronimo.common.DeploymentException: Operation failed: start o= f com.ibm.wasce.samples/cviewer_G_MASTER/2.1.1.2/car failed > =09org.apache.geronimo.kernel.GBeanAlreadyExistsException: GBean already = registered: geronimo:J2EEServer=3Dgeronimo,nodeName=3DNODE1 > =09GBean already registered: geronimo:J2EEServer=3Dgeronimo,nodeName=3DNO= DE1 > =09at org.apache.geronimo.deployment.cli.CommandDistribute.executeOnline(= CommandDistribute.java:169) > =09at org.apache.geronimo.deployment.cli.CommandDistribute.execute(Comman= dDistribute.java:125) > =09at org.apache.geronimo.deployment.cli.DeployTool.execute(DeployTool.ja= va:168) > =09at org.apache.geronimo.kernel.util.MainConfigurationBootstrapper.main(= MainConfigurationBootstrapper.java:45) > =09at org.apache.geronimo.cli.AbstractCLI.executeMain(AbstractCLI.java:65= ) > =09at org.apache.geronimo.cli.deployer.DeployerCLI.main(DeployerCLI.java:= 31) > 3.After deployment, on master node, open web app modules porlet, hello a= nd cviewer app don't exist in it, but in its master-repository and config.x= ml, on other cluster nodes, these apps exist --=20 This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.