Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 40279 invoked from network); 19 Apr 2006 12:09:16 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 19 Apr 2006 12:09:16 -0000 Received: (qmail 34510 invoked by uid 500); 19 Apr 2006 12:09:13 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 34290 invoked by uid 500); 19 Apr 2006 12:09:12 -0000 Mailing-List: contact derby-dev-help@db.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: Delivered-To: mailing list derby-dev@db.apache.org Received: (qmail 34275 invoked by uid 99); 19 Apr 2006 12:09:12 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Apr 2006 05:09:11 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=UNPARSEABLE_RELAY X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [192.18.98.31] (HELO brmea-mail-1.sun.com) (192.18.98.31) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Apr 2006 05:09:11 -0700 Received: from phys-epost-1 ([129.159.136.14]) by brmea-mail-1.sun.com (8.12.10/8.12.9) with ESMTP id k3JC8o3d023714 for ; Wed, 19 Apr 2006 06:08:50 -0600 (MDT) Received: from conversion-daemon.epost-mail1.sweden.sun.com by epost-mail1.sweden.sun.com (iPlanet Messaging Server 5.2 HotFix 1.24 (built Dec 19 2003)) id <0IXY00001X9BZY@epost-mail1.sweden.sun.com> (original mail from Vemund.Ostgaard@Sun.COM) for derby-dev@db.apache.org; Wed, 19 Apr 2006 14:08:49 +0200 (MEST) Received: from [129.159.112.244] (khepri32.Norway.Sun.COM [129.159.112.244]) by epost-mail1.sweden.sun.com (iPlanet Messaging Server 5.2 HotFix 1.24 (built Dec 19 2003)) with ESMTPA id <0IXY00LGLXQPWB@epost-mail1.sweden.sun.com> for derby-dev@db.apache.org; Wed, 19 Apr 2006 14:08:49 +0200 (MEST) Date: Wed, 19 Apr 2006 14:08:49 +0200 From: Vemund Ostgaard Subject: Re: java.lang.RuntimePermission getProtectionDomain in derbynet/sysinfo.java In-reply-to: <443D0EE2.5070000@amberpoint.com> To: derby-dev@db.apache.org Message-id: <44462851.4000605@sun.com> MIME-version: 1.0 Content-type: text/plain; charset=us-ascii; format=flowed Content-transfer-encoding: 7BIT X-Accept-Language: en-us, en User-Agent: Mozilla/5.0 (X11; U; SunOS i86pc; en-US; rv:1.7.12) Gecko/20050927 References: <443CEC05.3090802@sun.com> <443D0EE2.5070000@amberpoint.com> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Bryan Pendleton wrote: > Vemund Ostgaard wrote: > >> The following two tests have been failing when I have run >> derbynetclientmats: >> >> derbynetclientmats/derbynetmats/derbynetmats.fail:derbynet/sysinfo.java >> derbynetclientmats/derbynetmats/derbynetmats.fail:derbynet/sysinfo_withproperties.java >> >> >> The reason is that the test fails to get the permission for doing >> getProtectionDomain().getCodeSource() on class >> com.ibm.db2.jcc.DB2Driver: > Hmm I see Myrna writes in another mail: With this patch, derbyall on linux passes (except for known diffs in sysinfo* (db2jcc in same path as sane derby.jars) So, I guess this probably is the same issue that I am seeing. Is there a Jira for it? Thanks, Vemund