Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 51029 invoked from network); 8 Jul 2010 15:15:03 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 8 Jul 2010 15:15:03 -0000 Received: (qmail 79656 invoked by uid 500); 8 Jul 2010 15:15:03 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 79617 invoked by uid 500); 8 Jul 2010 15:15:02 -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 79610 invoked by uid 99); 8 Jul 2010 15:15:02 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 Jul 2010 15:15:02 +0000 X-ASF-Spam-Status: No, hits=-2.3 required=10.0 tests=RCVD_IN_DNSWL_MED,SPF_PASS,UNPARSEABLE_RELAY X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [148.87.113.121] (HELO rcsinet10.oracle.com) (148.87.113.121) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 Jul 2010 15:14:52 +0000 Received: from rcsinet13.oracle.com (rcsinet13.oracle.com [148.87.113.125]) by rcsinet10.oracle.com (Switch-3.4.2/Switch-3.4.2) with ESMTP id o68FDxkO004069 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 8 Jul 2010 15:14:01 GMT Received: from acsmt354.oracle.com (acsmt354.oracle.com [141.146.40.154]) by rcsinet13.oracle.com (Switch-3.4.2/Switch-3.4.1) with ESMTP id o68ExtXg001442 for ; Thu, 8 Jul 2010 15:13:42 GMT Received: from abhmt012.oracle.com by acsmt354.oracle.com with ESMTP id 409746231278602016; Thu, 08 Jul 2010 08:13:36 -0700 Received: from localhost (/129.159.112.134) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Thu, 08 Jul 2010 08:13:35 -0700 From: Knut Anders Hatlen To: Subject: Re: Enabling IO permissions References: Date: Thu, 08 Jul 2010 17:13:31 +0200 In-Reply-To: (Nirmal Fernando's message of "Thu, 8 Jul 2010 19:16:24 +0530") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (usg-unix-v) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Source-IP: acsmt354.oracle.com [141.146.40.154] X-Auth-Type: Internal IP X-CT-RefId: str=0001.0A090204.4C35EB37.0214:SCFMA4539814,ss=1,fgs=0 X-Virus-Checked: Checked by ClamAV on apache.org Nirmal Fernando writes: > I'm getting following error stack trace while trying to read a content > of a file inside the class "XplainStatisticsTest.java". > How can I grant the permission to read these files to Derby? Perhaps more liberal permissions are needed in derby_tests.policy found in the functionTests/util directory? -- Knut Anders