Return-Path: Delivered-To: apmail-incubator-river-dev-archive@minotaur.apache.org Received: (qmail 99620 invoked from network); 20 Nov 2010 18:12:34 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 20 Nov 2010 18:12:34 -0000 Received: (qmail 11899 invoked by uid 500); 20 Nov 2010 18:13:05 -0000 Delivered-To: apmail-incubator-river-dev-archive@incubator.apache.org Received: (qmail 11827 invoked by uid 500); 20 Nov 2010 18:13:05 -0000 Mailing-List: contact river-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: river-dev@incubator.apache.org Delivered-To: mailing list river-dev@incubator.apache.org Received: (qmail 11819 invoked by uid 99); 20 Nov 2010 18:13:04 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 20 Nov 2010 18:13:04 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of pats@acm.org designates 209.86.89.63 as permitted sender) Received: from [209.86.89.63] (HELO elasmtp-junco.atl.sa.earthlink.net) (209.86.89.63) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 20 Nov 2010 18:12:55 +0000 Received: from [70.230.203.59] (helo=[192.168.1.104]) by elasmtp-junco.atl.sa.earthlink.net with esmtpa (Exim 4.67) (envelope-from ) id 1PJrvP-0005MB-66 for river-dev@incubator.apache.org; Sat, 20 Nov 2010 13:12:35 -0500 Message-ID: <4CE80F90.3000009@acm.org> Date: Sat, 20 Nov 2010 10:12:32 -0800 From: Patricia Shanahan User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.9.2.11) Gecko/20101013 Thunderbird/3.1.6 MIME-Version: 1.0 To: river-dev@incubator.apache.org Subject: Re: Build failed in Hudson: River-trunk-QA-windows #7 References: <395281260.4121290093968351.JavaMail.hudson@aegis> <1685541788.5351290187204180.JavaMail.hudson@aegis> <4CE6BC98.3010008@qcg.nl> In-Reply-To: <4CE6BC98.3010008@qcg.nl> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-ELNK-Trace: 9a090983a806273c061ba25959e76cc985338a7d01cb3b6a7e972de0d01da9404e7e34eab086eedfd8329a0543b6992d350badd9bab72f9c350badd9bab72f9c X-Originating-IP: 70.230.203.59 X-Virus-Checked: Checked by ClamAV on apache.org On 11/19/2010 10:06 AM, Sim IJskes - QCG wrote: > On 11/19/2010 06:20 PM, Apache Hudson Server wrote: >> See > >> [java] # of tests started = 1410 >> [java] # of tests completed = 1410 >> [java] # of tests skipped = 46 >> [java] # of tests passed = 1363 >> [java] # of tests failed = 47 > > https://hudson.apache.org/hudson/job/River-trunk-QA-windows/ws/jtsk/trunk/qa/result/index.html > > > Some tests failed on policy permissions (so it looks), any change that > this is windows related? slash vs backslash and driveletter? I have run the first failing test, com/sun/jini/test/impl/start/ActivateWrapperActivateDescTest.td, under WindowsXP, and reproduced the failure. The test passes on an identical checkout, compiled and run with the same JDK version, on a Ubuntu VirtualBox. That creates a strong presumption that we are indeed dealing with a Windows related issue, such as the horrible Windows file naming. The first error in the log is: [java] com.sun.jini.qa.harness.TestException: Unexpected exception starting service; nested exception is: [java] Problem creating service for sharedGroupImpl; nested exception is: [java] exception constructing object; nested exception is: [java] java.lang.SecurityException: ProtectionDomain ProtectionDomain (file:/C:/apache2/River/lib/group.jar ) [java] null [java] The failure is during set-up, so it is quite likely that a lot of tests are affected by the same problem. Any advice on how to check the signer certificates? Thanks, Patricia