Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 65245 invoked from network); 3 May 2010 14:27:31 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 3 May 2010 14:27:31 -0000 Received: (qmail 75027 invoked by uid 500); 3 May 2010 14:27:30 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 74992 invoked by uid 500); 3 May 2010 14:27:30 -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 74985 invoked by uid 99); 3 May 2010 14:27:30 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 03 May 2010 14:27:30 +0000 X-ASF-Spam-Status: No, hits=4.4 required=10.0 tests=FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of ashjain2@gmail.com designates 209.85.210.176 as permitted sender) Received: from [209.85.210.176] (HELO mail-yx0-f176.google.com) (209.85.210.176) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 03 May 2010 14:27:22 +0000 Received: by yxe6 with SMTP id 6so902969yxe.27 for ; Mon, 03 May 2010 07:27:01 -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=0fjchTZtVzw2Ene0gU/FEWmuvRthTdePckFxoDsclxo=; b=XQa/6uWx/QuxEoVlALAznJQdr+s5LSx6lxinUFds0mQIhtm4XL9JJoLhXzLSl7FU6a jMn1/IxfC9oY3gePLXW1WKJrGumkyclW7qVHvkN9/f06Es3CcUTJV4CYPIAFVCUtLKPo hbkFeBgxTuzDOw2vdbeRIgbpT1+qXY5BdKp20= 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=QBbTBeqSDgK1Ua8WYxaa5urAcCMVC95m0jLGjEjvflIEASbzvATZPYFdaf2de1OmZ4 iRDg+Eo6wBArAwhlrBEkMHfBZsahp36h4D0BeDZyXsVyMUp4LWAWLAmfzKocEwPSNkJE bxchmwV6h8JneumTumMKcRtZsmKRVqffyBAro= MIME-Version: 1.0 Received: by 10.90.107.5 with SMTP id f5mr2028599agc.18.1272896817138; Mon, 03 May 2010 07:26:57 -0700 (PDT) Received: by 10.90.51.10 with HTTP; Mon, 3 May 2010 07:26:57 -0700 (PDT) In-Reply-To: References: Date: Mon, 3 May 2010 19:56:57 +0530 Message-ID: Subject: Re: G3 build failing on windows From: Ashish Jain To: dev@geronimo.apache.org Content-Type: multipart/alternative; boundary=0016e659f9f89f0ce40485b1628e X-Virus-Checked: Checked by ClamAV on apache.org --0016e659f9f89f0ce40485b1628e Content-Type: text/plain; charset=ISO-8859-1 thanks Ivan can you please point me to the revision number which fixes this issue. So that I can verify if my code is updated to that revision number. On Mon, May 3, 2010 at 7:40 PM, Ivan wrote: > It should be fixed by Rick now, update your codes :-) > > 2010/5/3 Ashish Jain > > Hi All, >> >> My G3 build seems to be failing on windows Xp. Here is the error >> >> >> ------------------------------------------------------------------------------- >> Test set: org.apache.geronimo.kernel.rmi.RMIClassLoaderSpiImplTest >> >> ------------------------------------------------------------------------------- >> Tests run: 3, Failures: 2, Errors: 0, Skipped: 0, Time elapsed: 0.047 sec >> <<< FAILURE! >> testNormalizeURL(org.apache.geronimo.kernel.rmi.RMIClassLoaderSpiImplTest) >> Time elapsed: 0.015 sec <<< FAILURE! >> junit.framework.ComparisonFailure: null >> expected: but >> was: >> at junit.framework.Assert.assertEquals(Assert.java:81) >> at junit.framework.Assert.assertEquals(Assert.java:87) >> at >> org.apache.geronimo.kernel.rmi.RMIClassLoaderSpiImplTest.testNormalizeURL(RMIClassLoaderSpiImplTest.java:57) >> 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 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(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) >> >> testNormalizeCodebase(org.apache.geronimo.kernel.rmi.RMIClassLoaderSpiImplTest) >> Time elapsed: 0 sec <<< FAILURE! >> junit.framework.ComparisonFailure: null >> expected:> file:/C:/Documents%20and%]20Settings/Administr...> but >> was:> file:/C:/Documents%2520and%25]20Settings/Administr...> >> at junit.framework.Assert.assertEquals(Assert.java:81) >> at junit.framework.Assert.assertEquals(Assert.java:87) >> at >> org.apache.geronimo.kernel.rmi.RMIClassLoaderSpiImplTest.testNormalizeCodebase(RMIClassLoaderSpiImplTest.java:64) >> 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 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(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) >> >> >> I am suspecting some issues with user.home. >> >> --Ashish >> > > > > -- > Ivan > --0016e659f9f89f0ce40485b1628e Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable thanks Ivan can you please point me to the revision number which fixes this= issue. So that I can verify if my code is updated to that revision number.=

On Mon, May 3, 2010 at 7:40 PM, Ivan <xhhsld@gmail.com= > wrote:
It should be fixe= d by Rick now, update your codes :-)

2010= /5/3 Ashish Jain <ashjain2@gmail.com>

Hi All,

My G3 build seems to be failing on windows Xp. Here is the e= rror

---------------------------------------------------------------= ----------------
Test set: org.apache.geronimo.kernel.rmi.RMIClassLoader= SpiImplTest
---------------------------------------------------------------------------= ----
Tests run: 3, Failures: 2, Errors: 0, Skipped: 0, Time elapsed: 0.0= 47 sec <<< FAILURE!
testNormalizeURL(org.apache.geronimo.kernel= .rmi.RMIClassLoaderSpiImplTest)=A0 Time elapsed: 0.015 sec=A0 <<< = FAILURE!
junit.framework.ComparisonFailure: null expected:<file:/C:/Documents%2[0= and%]20Settings/Administr...> but was:<file:/C:/Documents%2[520and%25= ]20Settings/Administr...>
=A0=A0=A0 at junit.framework.Assert.assertE= quals(Assert.java:81)
=A0=A0=A0 at junit.framework.Assert.assertEquals(Assert.java:87)
=A0=A0= =A0 at org.apache.geronimo.kernel.rmi.RMIClassLoaderSpiImplTest.testNormali= zeURL(RMIClassLoaderSpiImplTest.java:57)
=A0=A0=A0 at sun.reflect.Native= MethodAccessorImpl.invoke0(Native Method)
=A0=A0=A0 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccess= orImpl.java:39)
=A0=A0=A0 at sun.reflect.DelegatingMethodAccessorImpl.in= voke(DelegatingMethodAccessorImpl.java:25)
=A0=A0=A0 at java.lang.reflec= t.Method.invoke(Method.java:597)
=A0=A0=A0 at junit.framework.TestCase.runTest(TestCase.java:168)
=A0=A0= =A0 at junit.framework.TestCase.runBare(TestCase.java:134)
=A0=A0=A0 at = junit.framework.TestResult$1.protect(TestResult.java:110)
=A0=A0=A0 at j= unit.framework.TestResult.runProtected(TestResult.java:128)
=A0=A0=A0 at junit.framework.TestResult.run(TestResult.java:113)
=A0=A0= =A0 at junit.framework.TestCase.run(TestCase.java:124)
=A0=A0=A0 at juni= t.framework.TestSuite.runTest(TestSuite.java:232)
=A0=A0=A0 at junit.fra= mework.TestSuite.run(TestSuite.java:227)
=A0=A0=A0 at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38Class= Runner.java:79)
=A0=A0=A0 at org.apache.maven.surefire.junit4.JUnit4Test= Set.execute(JUnit4TestSet.java:62)
=A0=A0=A0 at org.apache.maven.surefir= e.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuit= e.java:140)
=A0=A0=A0 at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.exe= cute(AbstractDirectoryTestSuite.java:127)
=A0=A0=A0 at org.apache.maven.= surefire.Surefire.run(Surefire.java:177)
=A0=A0=A0 at sun.reflect.Native= MethodAccessorImpl.invoke0(Native Method)
=A0=A0=A0 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccess= orImpl.java:39)
=A0=A0=A0 at sun.reflect.DelegatingMethodAccessorImpl.in= voke(DelegatingMethodAccessorImpl.java:25)
=A0=A0=A0 at java.lang.reflec= t.Method.invoke(Method.java:597)
=A0=A0=A0 at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInPro= cess(SurefireBooter.java:345)
=A0=A0=A0 at org.apache.maven.surefire.boo= ter.SurefireBooter.main(SurefireBooter.java:1009)

testNormalizeCodeb= ase(org.apache.geronimo.kernel.rmi.RMIClassLoaderSpiImplTest)=A0 Time elaps= ed: 0 sec=A0 <<< FAILURE!
junit.framework.ComparisonFailure: null expected:<file:/C:/Documents%2[0= and%20Settings/Administrator/Apache%20Group/Geronimo file:/C:/Documents%20a= nd%]20Settings/Administr...> but was:<file:/C:/Documents%2[520and%252= 0Settings/Administrator/Apache%20Group/Geronimo file:/C:/Documents%2520and%= 25]20Settings/Administr...>
=A0=A0=A0 at junit.framework.Assert.assertEquals(Assert.java:81)
=A0=A0= =A0 at junit.framework.Assert.assertEquals(Assert.java:87)
=A0=A0=A0 at = org.apache.geronimo.kernel.rmi.RMIClassLoaderSpiImplTest.testNormalizeCodeb= ase(RMIClassLoaderSpiImplTest.java:64)
=A0=A0=A0 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)=A0=A0=A0 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcces= sorImpl.java:39)
=A0=A0=A0 at sun.reflect.DelegatingMethodAccessorImpl.i= nvoke(DelegatingMethodAccessorImpl.java:25)
=A0=A0=A0 at java.lang.reflect.Method.invoke(Method.java:597)
=A0=A0=A0 = at junit.framework.TestCase.runTest(TestCase.java:168)
=A0=A0=A0 at juni= t.framework.TestCase.runBare(TestCase.java:134)
=A0=A0=A0 at junit.frame= work.TestResult$1.protect(TestResult.java:110)
=A0=A0=A0 at junit.framework.TestResult.runProtected(TestResult.java:128)=A0=A0=A0 at junit.framework.TestResult.run(TestResult.java:113)
=A0= =A0=A0 at junit.framework.TestCase.run(TestCase.java:124)
=A0=A0=A0 at j= unit.framework.TestSuite.runTest(TestSuite.java:232)
=A0=A0=A0 at junit.framework.TestSuite.run(TestSuite.java:227)
=A0=A0=A0= at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.ja= va:79)
=A0=A0=A0 at org.apache.maven.surefire.junit4.JUnit4TestSet.execu= te(JUnit4TestSet.java:62)
=A0=A0=A0 at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.exe= cuteTestSet(AbstractDirectoryTestSuite.java:140)
=A0=A0=A0 at org.apache= .maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryT= estSuite.java:127)
=A0=A0=A0 at org.apache.maven.surefire.Surefire.run(Surefire.java:177)
= =A0=A0=A0 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)=A0=A0=A0 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcces= sorImpl.java:39)
=A0=A0=A0 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMeth= odAccessorImpl.java:25)
=A0=A0=A0 at java.lang.reflect.Method.invoke(Met= hod.java:597)
=A0=A0=A0 at org.apache.maven.surefire.booter.SurefireBoot= er.runSuitesInProcess(SurefireBooter.java:345)
=A0=A0=A0 at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireB= ooter.java:1009)


I am suspecting some issues with user.home.
=
--Ashish



--
Ivan

--0016e659f9f89f0ce40485b1628e--