Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 13176 invoked from network); 23 Nov 2006 13:47:03 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 23 Nov 2006 13:47:03 -0000 Received: (qmail 20077 invoked by uid 500); 23 Nov 2006 13:47:12 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 19478 invoked by uid 500); 23 Nov 2006 13:47:10 -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 19467 invoked by uid 99); 23 Nov 2006 13:47:10 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Nov 2006 05:47:10 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of www.bkk@gmail.com designates 66.249.92.169 as permitted sender) Received: from [66.249.92.169] (HELO ug-out-1314.google.com) (66.249.92.169) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Nov 2006 05:46:58 -0800 Received: by ug-out-1314.google.com with SMTP id 32so390753ugm for ; Thu, 23 Nov 2006 05:46:37 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=tzxDEN82nNZhBKSBvtaiMt6uCLYUcD29DLv6CQRkrqgKiGSFcjTlTE30GTgmfYOaTJUAjDIvS3nBteSimtDa1F77MSLCKQZ2dCcZioEIg344oiz6hFOPOtR8OpsN+ONN7si1Scwh9nIXRI3cEEnk424WJmMH7C5adDNJ1oKBzSY= Received: by 10.78.204.20 with SMTP id b20mr9069856hug.1164289597077; Thu, 23 Nov 2006 05:46:37 -0800 (PST) Received: by 10.78.133.7 with HTTP; Thu, 23 Nov 2006 05:46:36 -0800 (PST) Message-ID: <2ed2f49c0611230546n7e456502r9f547da34a583050@mail.gmail.com> Date: Thu, 23 Nov 2006 19:16:36 +0530 From: "Krishnakumar B" To: dev@geronimo.apache.org Subject: Re: 1.2 SNAPSHOT build error In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <2ed2f49c0611230219n5a6ffc33v27e517f57c8beaec@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org hi Gianny, Thanks. It works after i delete the configs. Regards Krish On 11/23/06, Gianny Damour wrote: > Hi Krish, > > You have in your m2 repository a 1.2-SNAPSHOT config, which needs to > be cleaned: basically, if you delete the directory org/apache/ > geronimo/configs from your m2 repository you should be able to build > successfully. > > In more details, during a couple of days, there was a GBeanInfo > having the SUID 1053655034244747613. In order to keep backward > compatibility with G1.1.1 having the SUID -6198804067155550221, we > set the SUID back to -6198804067155550221. Some configurations based > on the GBeanInfo having the SUID 1053655034244747613 are in your > local m2 repository and they cannot be loaded. > > Thanks, > Gianny > > > On 23/11/2006, at 9:19 PM, Krishnakumar B wrote: > > > I get an error in configs rmi-naming while building 1.2-SNAPSHOT > > geronimo. > > > > [INFO] [car:package] > > [INFO] Packaging module configuration: C:\g12\configs\rmi-naming > > \target\plan\pla > > n.xml > > [INFO] > > ---------------------------------------------------------------------- > > -- > > [ERROR] BUILD ERROR > > [INFO] > > ---------------------------------------------------------------------- > > -- > > [INFO] Unable to create configuration for deployment > > > > org.apache.geronimo.gbean.GBeanInfo; local class incompatible: > > stream classdesc > > serialVersionUID = 1053655034244747613, local class > > serialVersionUID = -61988040 > > 67155550221 > > [INFO] > > ---------------------------------------------------------------------- > > -- > > [INFO] For more information, run Maven with the -e switch > > [INFO] > > ---------------------------------------------------------------------- > > -- > > > > I tried clean, install of modules and then did clean,install of > > configs. Any help in fixing this. > > > > regards > > Krish > >