Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 73759 invoked from network); 22 Oct 2010 13:42:25 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 22 Oct 2010 13:42:25 -0000 Received: (qmail 67810 invoked by uid 500); 22 Oct 2010 13:42:25 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 67469 invoked by uid 500); 22 Oct 2010 13:42:22 -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 67449 invoked by uid 99); 22 Oct 2010 13:42:21 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 22 Oct 2010 13:42:21 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of xhhsld@gmail.com designates 209.85.214.182 as permitted sender) Received: from [209.85.214.182] (HELO mail-iw0-f182.google.com) (209.85.214.182) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 22 Oct 2010 13:42:14 +0000 Received: by iwn39 with SMTP id 39so745190iwn.13 for ; Fri, 22 Oct 2010 06:41:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type; bh=I5Eygmt082D03r0WywfOZWcPjbQbWi1RoPoKxICcXlo=; b=WTHho6ppF+xmyfUanMP0UMJ7r1S7b/SEidwGv+R8k+Bh5WUWamz6vx6YdRtv2vYy+p S9pdzAjrhBwcTfRGdk9TPoQslnCOva5HZIAe3JtDGg929BKQtiT1pnmTfPIw1jTgNBq/ TPJ4yblHDWrMH7Xqe+aRftxM2KCsvvQr2H2g0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=dtGFQRiT4fmYTfmxNhb0R22owVFBOCGz+882fACS+Jc4F0Zboa4aMmDFmlPquA2JoF BbJQb/+kY2Fj5B1Fe6wAuoLSEoVQzMl0KnKj/XvBrK8kfbLwhpPC4A8/fhxp6dc3u9Kf 8P2rWSpbODHy2Caw/jcP0QuvLID9+ejte8MZY= MIME-Version: 1.0 Received: by 10.231.191.136 with SMTP id dm8mr2602093ibb.75.1287754914059; Fri, 22 Oct 2010 06:41:54 -0700 (PDT) Received: by 10.231.37.134 with HTTP; Fri, 22 Oct 2010 06:41:53 -0700 (PDT) In-Reply-To: <4CC18761.6070802@gmail.com> References: <4CC18761.6070802@gmail.com> Date: Fri, 22 Oct 2010 21:41:53 +0800 Message-ID: Subject: Re: Test failures in the jetty plugin. From: Ivan To: dev@geronimo.apache.org Content-Type: multipart/alternative; boundary=0016367d6c4a35d592049334ceda --0016367d6c4a35d592049334ceda Content-Type: text/plain; charset=ISO-8859-1 After configuring the default JSPFactory, it seems OK now. 2010/10/22 Rick McGuire > I'm getting test failures building trunk now that look like they're a > result of the openwebbeans changes. > > name="testContainerStats"> > type="java.lang.NullPointerException">java.lang.NullPointerException > at > org.apache.webbeans.web.lifecycle.WebContainerLifecycle.afterStartApplication(WebContainerLifecycle.java:109) > at > org.apache.webbeans.lifecycle.AbstractLifeCycle.startApplication(AbstractLifeCycle.java:127) > at > org.apache.webbeans.web.lifecycle.WebContainerLifecycle.startApplication(WebContainerLifecycle.java:78) > at > org.apache.geronimo.openwebbeans.OpenWebBeansWebInitializer.<init>(OpenWebBeansWebInitializer.java:53) > at > org.apache.geronimo.jetty8.WebAppContextWrapper.<init>(WebAppContextWrapper.java:299) > at > org.apache.geronimo.jetty8.AbstractWebModuleTest.setUpAppContext(AbstractWebModuleTest.java:155) > at org.apache.geronimo.jetty8.StatTest.setUp(StatTest.java:90) > at junit.framework.TestCase.runBare(TestCase.java:132) > at junit.framework.TestResult$1.protect(TestResult.java:110) > at junit.framework.TestResult.runProtected(TestResult.java:128) > at junit.framework.TestResult.run(TestResult.java:113) > at junit.framework.TestCase.run(TestCase.java:124) > at junit.framework.TestSuite.runTest(TestSuite.java:232) > at junit.framework.TestSuite.run(TestSuite.java:227) > at > org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:79) > at > org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:62) > at > org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:140) > at > org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:127) > at org.apache.maven.surefire.Surefire.run(Surefire.java:177) > 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:597) > at > org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:345) > at > org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:1009) > > > > Rick > -- Ivan --0016367d6c4a35d592049334ceda Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable After configuring the default JSPFactory, it seems OK now.

2010/10/22 Rick McGuire <rickmcg@gmail.com>
I'm getting test failures building trunk now that look like they're= a result of the openwebbeans changes.

=A0<testcase =A0time=3D"13.156" =A0classname=3D"org.apac= he.geronimo.jetty8.StatTest" =A0name=3D"testContainerStats"&= gt;
=A0 =A0<error =A0type=3D"java.lang.NullPointerException">j= ava.lang.NullPointerException
=A0 =A0at =A0org.apache.webbeans.web.lifecycle.WebContainerLifecycle.after= StartApplication(WebContainerLifecycle.java:109)
=A0 =A0at =A0org.apache.webbeans.lifecycle.AbstractLifeCycle.startApplicat= ion(AbstractLifeCycle.java:127)
=A0 =A0at =A0org.apache.webbeans.web.lifecycle.WebContainerLifecycle.start= Application(WebContainerLifecycle.java:78)
=A0 =A0at =A0org.apache.geronimo.openwebbeans.OpenWebBeansWebInitializer.&= amp;lt;init&gt;(OpenWebBeansWebInitializer.java:53)
=A0 =A0at =A0org.apache.geronimo.jetty8.WebAppContextWrapper.&lt;init&= amp;gt;(WebAppContextWrapper.java:299)
=A0 =A0at =A0org.apache.geronimo.jetty8.AbstractWebModuleTest.setUpAppCont= ext(AbstractWebModuleTest.java:155)
=A0 =A0at =A0org.apache.geronimo.jetty8.StatTest.setUp(StatTest.java:90) =A0 =A0at =A0junit.framework.TestCase.runBare(TestCase.java:132)
=A0 =A0at =A0junit.framework.TestResult$1.protect(TestResult.java:110)
=A0 =A0at =A0junit.framework.TestResult.runProtected(TestResult.java:128)<= br> =A0 =A0at =A0junit.framework.TestResult.run(TestResult.java:113)
=A0 =A0at =A0junit.framework.TestCase.run(TestCase.java:124)
=A0 =A0at =A0junit.framework.TestSuite.runTest(TestSuite.java:232)
=A0 =A0at =A0junit.framework.TestSuite.run(TestSuite.java:227)
=A0 =A0at =A0org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38Clas= sRunner.java:79)
=A0 =A0at =A0org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4= TestSet.java:62)
=A0 =A0at =A0org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.ex= ecuteTestSet(AbstractDirectoryTestSuite.java:140)
=A0 =A0at =A0org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.ex= ecute(AbstractDirectoryTestSuite.java:127)
=A0 =A0at =A0org.apache.maven.surefire.Surefire.run(Surefire.java:177)
=A0 =A0at =A0sun.reflect.NativeMethodAccessorImpl.invoke0(Native =A0Method= )
=A0 =A0at =A0sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcces= sorImpl.java:39)
=A0 =A0at =A0sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMet= hodAccessorImpl.java:25)
=A0 =A0at =A0java.lang.reflect.Method.invoke(Method.java:597)
=A0 =A0at =A0org.apache.maven.surefire.booter.SurefireBooter.runSuitesInPr= ocess(SurefireBooter.java:345)
=A0 =A0at =A0org.apache.maven.surefire.booter.SurefireBooter.main(Surefire= Booter.java:1009)



Rick



--
Ivan
--0016367d6c4a35d592049334ceda--