From dev-return-80477-apmail-geronimo-dev-archive=geronimo.apache.org@geronimo.apache.org Tue Feb 23 12:42:59 2010 Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 14316 invoked from network); 23 Feb 2010 12:42:58 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 23 Feb 2010 12:42:58 -0000 Received: (qmail 48848 invoked by uid 500); 23 Feb 2010 12:42:58 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 48769 invoked by uid 500); 23 Feb 2010 12:42:58 -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 48761 invoked by uid 99); 23 Feb 2010 12:42:58 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 23 Feb 2010 12:42:58 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED 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, 23 Feb 2010 12:42:49 +0000 Received: from brutus.apache.org (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id F22A1234C48C for ; Tue, 23 Feb 2010 04:42:27 -0800 (PST) Message-ID: <127855857.460861266928947990.JavaMail.jira@brutus.apache.org> Date: Tue, 23 Feb 2010 12:42:27 +0000 (UTC) From: "Ashish Jain (JIRA)" To: dev@geronimo.apache.org Subject: [jira] Commented: (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 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/GERONIMO-4892?page=3Dcom.atlass= ian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D1= 2837221#action_12837221 ]=20 Ashish Jain commented on GERONIMO-4892: --------------------------------------- Patch to this problem has been applied through Geronimo-4900 to 2.1 branch.= Request to review the same for 2.2.1 and help in applying it. > 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.1 > > Attachments: 4892.patch, GERONIMO-4892_updated.patch, LOGS_4892.r= ar, 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.