Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 70302 invoked from network); 13 Sep 2006 17:58:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 13 Sep 2006 17:58:07 -0000 Received: (qmail 32862 invoked by uid 500); 13 Sep 2006 17:58:04 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 32823 invoked by uid 500); 13 Sep 2006 17:58:04 -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 32812 invoked by uid 99); 13 Sep 2006 17:58:04 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 Sep 2006 10:58:04 -0700 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=DNS_FROM_RFC_ABUSE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of paulmcmahan@gmail.com designates 66.249.92.172 as permitted sender) Received: from [66.249.92.172] (HELO ug-out-1314.google.com) (66.249.92.172) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 Sep 2006 10:57:57 -0700 Received: by ug-out-1314.google.com with SMTP id o4so2525uge for ; Wed, 13 Sep 2006 10:57:30 -0700 (PDT) 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=J4HwzN6HZ1Ak988XWc2Da9ayyk6gKo9HLINoIJ1mp/6+zEEwtlUlB+hHNd9m0wa2uWlzwT+rIX4klVAKdg2cefJX3OuHq4VQV6/TwglSXAuo3FHqfiSwNMrUboGH9ImLzCVfPcsRmV6uBnFLqXOjYZU57aH8YZU2zAqUwPXq0C8= Received: by 10.66.224.19 with SMTP id w19mr4248394ugg; Wed, 13 Sep 2006 10:47:30 -0700 (PDT) Received: by 10.67.19.8 with HTTP; Wed, 13 Sep 2006 10:47:30 -0700 (PDT) Message-ID: <21df75940609131047r1de3d98fp806a647ecde7114b@mail.gmail.com> Date: Wed, 13 Sep 2006 13:47:30 -0400 From: "Paul McMahan" To: dev@geronimo.apache.org Subject: Re: trunk build failure In-Reply-To: <07411F43-6A64-4F0E-AAC3-036D585677E4@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <07411F43-6A64-4F0E-AAC3-036D585677E4@gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Sachin, I'm seeing that error too. Paul On 9/13/06, Sachin Patel wrote: > > Anyone seeing the following? > > [INFO] [surefire:test] > [INFO] Surefire report directory: > /Users/sppatel/geronimo/trunk/modules/geronimo-connector/target/surefire-reports > org.apache.maven.surefire.booter.SurefireExecutionException: > EDU/oswego/cs/dl/util/concurrent/Executor; nested exception > is java.lang.NoClassDefFoundError: > EDU/oswego/cs/dl/util/concurrent/Executor > java.lang.NoClassDefFoundError: > EDU/oswego/cs/dl/util/concurrent/Executor > at java.lang.Class.getDeclaredMethods0(Native > Method) > at > java.lang.Class.privateGetDeclaredMethods(Class.java:1655) > at java.lang.Class.getMethod0(Class.java:1901) > at java.lang.Class.getMethod(Class.java:984) > at > org.apache.maven.surefire.junit.JUnitTestSet.createInstanceFromSuiteMethod(JUnitTestSet.java:173) > at > org.apache.maven.surefire.junit.JUnitTestSet.constructTestObject(JUnitTestSet.java:137) > at > org.apache.maven.surefire.junit.JUnitTestSet.getTestCount(JUnitTestSet.java:244) > at > org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.locateTestSets(AbstractDirectoryTestSuite.java:101) > at > org.apache.maven.surefire.Surefire.createSuiteFromDefinition(Surefire.java:147) > at > org.apache.maven.surefire.Surefire.run(Surefire.java:108) > at > sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:324) > at > org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:225) > at > org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:747) > [INFO] > ------------------------------------------------------------------------ > [ERROR] BUILD FAILURE > [INFO] > ------------------------------------------------------------------------ > > > > -sachin > >