Return-Path: X-Original-To: apmail-geronimo-dev-archive@www.apache.org Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B190A9FE1 for ; Thu, 20 Oct 2011 01:55:55 +0000 (UTC) Received: (qmail 27868 invoked by uid 500); 20 Oct 2011 01:55:55 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 27651 invoked by uid 500); 20 Oct 2011 01:55:55 -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 27644 invoked by uid 99); 20 Oct 2011 01:55:55 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 Oct 2011 01:55:55 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of kevan.miller@gmail.com designates 209.85.161.182 as permitted sender) Received: from [209.85.161.182] (HELO mail-gx0-f182.google.com) (209.85.161.182) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 Oct 2011 01:55:45 +0000 Received: by ggnq2 with SMTP id q2so1299699ggn.13 for ; Wed, 19 Oct 2011 18:55:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=from:content-type:content-transfer-encoding:subject:date:message-id :to:mime-version:x-mailer; bh=sXXhH+OUe1h2wgTum0tNaji0xEvm0U8rDO6BvKdb+sY=; b=vS7RNMMdl5FCqPPcOsMoUzZZOZ9ayPabuBTPggGoZnY0kslCV1x4b2Ui5UaUvNBnvm 1qXbtlkqxbH4Y3KtIsm3QOAQBK9bwoe8fPwU60PKPO/bDG+Luh343H+zWWgggV1aP9gZ KAVrdwFOtgnISZPYA3LP7CmFnqN7EDFZg7glg= Received: by 10.151.25.14 with SMTP id c14mr8161363ybj.18.1319075724533; Wed, 19 Oct 2011 18:55:24 -0700 (PDT) Received: from [10.0.1.24] (cpe-066-057-034-114.nc.res.rr.com. [66.57.34.114]) by mx.google.com with ESMTPS id e4sm21280716ani.12.2011.10.19.18.55.22 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 19 Oct 2011 18:55:23 -0700 (PDT) From: Kevan Miller Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Subject: 3.0-beta build failure? Date: Wed, 19 Oct 2011 21:55:21 -0400 Message-Id: <24B42306-A031-416C-AC8E-3572A6A7B575@gmail.com> To: Geronimo Dev Mime-Version: 1.0 (Apple Message framework v1084) X-Mailer: Apple Mail (2.1084) X-Virus-Checked: Checked by ClamAV on apache.org Trying to verify license information, but I'm running into a build = failure. Anyone else having problems? ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.apache.geronimo.axis.builder.WSDLMapTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.303 = sec Running org.apache.geronimo.axis.builder.ServiceReferenceTest Tests run: 4, Failures: 0, Errors: 3, Skipped: 0, Time elapsed: 1.38 sec = <<< FAILURE! Results : Tests in error:=20 = testBuildOperationInfo(org.apache.geronimo.axis.builder.ServiceReferenceTe= st) = testBuildFullServiceProxy(org.apache.geronimo.axis.builder.ServiceReferenc= eTest) = testBuildBookQuoteProxy(org.apache.geronimo.axis.builder.ServiceReferenceT= est) ... =46rom = plugins/axis/geronimo-axis-builder/target/surefire-reports/org.apache.gero= nimo.axis.builder.ServiceReferenceTest.txt: Tests run: 4, Failures: 0, Errors: 3, Skipped: 0, Time elapsed: 1.379 = sec <<< FAILURE! = testBuildOperationInfo(org.apache.geronimo.axis.builder.ServiceReferenceTe= st) Time elapsed: 0.262 sec <<< ERROR! java.lang.ExceptionInInitializerError at org.apache.axis.constants.Enum.(Enum.java:35) at = org.apache.geronimo.axis.builder.ServiceReferenceTest.buildOperationInfoFo= rMockOperation(ServiceReferenceTest.java:252) at = org.apache.geronimo.axis.builder.ServiceReferenceTest.testBuildOperationIn= fo(ServiceReferenceTest.java:162) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at = sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:= 39) at = sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorIm= pl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at junit.framework.TestCase.runTest(TestCase.java:168) at junit.framework.TestCase.runBare(TestCase.java:134) 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(Abstrac= tDirectoryTestSuite.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(DelegatingMethodAccessorIm= pl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at = org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(Surefir= eBooter.java:345) at = org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:1= 009) Caused by: org.apache.commons.logging.LogConfigurationException: = java.lang.InstantiationException (Caused by = java.lang.InstantiationException) at = org.apache.commons.logging.LogFactory.createFactory(LogFactory.java:1276) at = org.apache.commons.logging.LogFactory$2.run(LogFactory.java:1065) at java.security.AccessController.doPrivileged(Native Method) at = org.apache.commons.logging.LogFactory.newFactory(LogFactory.java:1062) at = org.apache.commons.logging.LogFactory.getFactory(LogFactory.java:612) at = org.apache.axis.components.logger.LogFactory$1.run(LogFactory.java:44) at java.security.AccessController.doPrivileged(Native Method) at = org.apache.axis.components.logger.LogFactory.getLogFactory(LogFactory.java= :40) at = org.apache.axis.components.logger.LogFactory.(LogFactory.java:32) ... 26 more Caused by: java.lang.InstantiationException at = sun.reflect.InstantiationExceptionConstructorAccessorImpl.newInstance(Inst= antiationExceptionConstructorAccessorImpl.java:30) at = java.lang.reflect.Constructor.newInstance(Constructor.java:513) at java.lang.Class.newInstance0(Class.java:355) at java.lang.Class.newInstance(Class.java:308) at = org.apache.commons.logging.LogFactory.createFactory(LogFactory.java:1160) ... 34 more = testBuildFullServiceProxy(org.apache.geronimo.axis.builder.ServiceReferenc= eTest) Time elapsed: 0.567 sec <<< ERROR! java.lang.NoClassDefFoundError: Could not initialize class = org.apache.axis.constants.Style at = org.apache.geronimo.axis.builder.AxisBuilder.getStyle(AxisBuilder.java:410= ) at = org.apache.geronimo.axis.builder.AxisBuilder.mapBinding(AxisBuilder.java:3= 54) at = org.apache.geronimo.axis.builder.AxisBuilder.buildSEIFactoryMap(AxisBuilde= r.java:348) at = org.apache.geronimo.axis.builder.AxisBuilder.createService(AxisBuilder.jav= a:272) at = org.apache.geronimo.axis.builder.ServiceReferenceTest.testBuildFullService= Proxy(ServiceReferenceTest.java:172) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at = sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:= 39) at = sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorIm= pl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at junit.framework.TestCase.runTest(TestCase.java:168) at junit.framework.TestCase.runBare(TestCase.java:134) 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(Abstrac= tDirectoryTestSuite.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(DelegatingMethodAccessorIm= pl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at = org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(Surefir= eBooter.java:345) at = org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:1= 009) = testBuildBookQuoteProxy(org.apache.geronimo.axis.builder.ServiceReferenceT= est) Time elapsed: 0.415 sec <<< ERROR! java.lang.NoClassDefFoundError: Could not initialize class = org.apache.axis.constants.Style at = org.apache.geronimo.axis.builder.AxisBuilder.getStyle(AxisBuilder.java:410= ) at = org.apache.geronimo.axis.builder.AxisBuilder.mapBinding(AxisBuilder.java:3= 54) at = org.apache.geronimo.axis.builder.AxisBuilder.buildSEIFactoryMap(AxisBuilde= r.java:348) at = org.apache.geronimo.axis.builder.AxisBuilder.createService(AxisBuilder.jav= a:272) at = org.apache.geronimo.axis.builder.ServiceReferenceTest.testBuildBookQuotePr= oxy(ServiceReferenceTest.java:194) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at = sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:= 39) at = sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorIm= pl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at junit.framework.TestCase.runTest(TestCase.java:168) at junit.framework.TestCase.runBare(TestCase.java:134) 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(Abstrac= tDirectoryTestSuite.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(DelegatingMethodAccessorIm= pl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at = org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(Surefir= eBooter.java:345) at = org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:1= 009)