Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 24680 invoked from network); 4 Dec 2007 10:35:17 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 4 Dec 2007 10:35:17 -0000 Received: (qmail 53132 invoked by uid 500); 4 Dec 2007 10:35:05 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 53095 invoked by uid 500); 4 Dec 2007 10:35:05 -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 53081 invoked by uid 99); 4 Dec 2007 10:35:05 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Dec 2007 02:35:05 -0800 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Dec 2007 10:35:04 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 129FC714159 for ; Tue, 4 Dec 2007 02:34:43 -0800 (PST) Message-ID: <15738614.1196764483050.JavaMail.jira@brutus> Date: Tue, 4 Dec 2007 02:34:43 -0800 (PST) From: "Ole Solberg (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Closed: (DERBY-3202) 'AccessControlException: access denied (java.io.FilePermission C:\....\file-2.log read)' in ErrorStreamTest. In-Reply-To: <4641130.1194939890786.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/DERBY-3202?page=3Dcom.atlassia= n.jira.plugin.system.issuetabpanels:all-tabpanel ] Ole Solberg closed DERBY-3202. ------------------------------ > 'AccessControlException: access denied (java.io.FilePermission C:\....\fi= le-2.log read)' in ErrorStreamTest. > -------------------------------------------------------------------------= ----------------------------------- > > Key: DERBY-3202 > URL: https://issues.apache.org/jira/browse/DERBY-3202 > Project: Derby > Issue Type: Bug > Components: Regression Test Failure, Test > Affects Versions: 10.4.0.0 > Environment: OS: Windows > JVM: Sun Microsystems Inc. 1.5.0, Sun Microsystems Inc. 1.4.2 > Reporter: Ole Solberg > Assignee: Vemund =C3=98stgaard > Fix For: 10.4.0.0 > > Attachments: 3202-diff, 3202-diff.stat, 3202-vistaproblem-diff, 3= 202-vistaproblem-diff.stat, 3202-vistaproblem-diffv2, 3202-vistaproblem-dif= fv2.stat > > > Seen on Windows only. > See e.g.=20 > http://dbtg.thresher.com/derby/test/Daily/jvm1.6/testing/Limited/testSumm= ary-594211.html : vista, w2003. > suitesAll fail **********************************************************= *** > 1) testFile(org.apache.derbyTesting.functionTests.tests.engine.ErrorStrea= mTest)java.security.AccessControlException: access denied (java.io.FilePerm= ission C:\cludev\jagtmp\autoderbyN_regression\suitesAll_30\log\system\file-= 2.log read) > 2) testWrongFile(org.apache.derbyTesting.functionTests.tests.engine.Error= StreamTest)java.security.AccessControlException: access denied (java.io.Fil= ePermission C:\cludev\jagtmp\autoderbyN_regression\suitesAll_30\log\system\= foo\file-3.log read) > 3) testFileOverMethod(org.apache.derbyTesting.functionTests.tests.engine.= ErrorStreamTest)java.security.AccessControlException: access denied (java.i= o.FilePermission C:\cludev\jagtmp\autoderbyN_regression\suitesAll_30\log\sy= stem\file-8.log read) > 4) testFileOverField(org.apache.derbyTesting.functionTests.tests.engine.E= rrorStreamTest)java.security.AccessControlException: access denied (java.io= .FilePermission C:\cludev\jagtmp\autoderbyN_regression\suitesAll_30\log\sys= tem\file-9.log read) > 5) testFileOverMethodAndField(org.apache.derbyTesting.functionTests.tests= .engine.ErrorStreamTest)java.security.AccessControlException: access denied= (java.io.FilePermission C:\cludev\jagtmp\autoderbyN_regression\suitesAll_3= 0\log\system\file-10.log read) > 1) testDefault(org.apache.derbyTesting.functionTests.tests.engine.ErrorSt= reamTest)junit.framework.AssertionFailedError: File C:\cludev\jagtmp\autode= rbyN_regression\suitesAll_30\log\system\derby.log could not be deleted > 2) testMethod(org.apache.derbyTesting.functionTests.tests.engine.ErrorStr= eamTest)junit.framework.AssertionFailedError: assertNotEmpty failed:C:\clud= ev\jagtmp\autoderbyN_regression\suitesAll_30\log\system\method-4.log > suitesAll fail **********************************************************= *** > 1) testFile(org.apache.derbyTesting.functionTests.tests.engine.ErrorStrea= mTest)java.security.AccessControlException: access denied (java.io.FilePerm= ission C:\cludev\jagtmp\autoderbyN_regression\suitesAll_30\log\system\file-= 2.log read) > =09at java.security.AccessControlContext.checkPermission(AccessControlCon= text.java:323) > =09at java.security.AccessController.checkPermission(AccessController.jav= a:546) > =09at java.lang.SecurityManager.checkPermission(SecurityManager.java:532) > =09at java.lang.SecurityManager.checkRead(SecurityManager.java:871) > =09at java.io.File.exists(File.java:731) > =09at java.io.Win32FileSystem.canonicalize(Win32FileSystem.java:402) > =09at java.io.File.getCanonicalPath(File.java:559) > =09at org.apache.derbyTesting.functionTests.tests.engine.ErrorStreamTest.= testFile(ErrorStreamTest.java:140) > =09at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > =09at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImp= l.java:39) > =09at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcc= essorImpl.java:25) > =09at org.apache.derbyTesting.junit.BaseTestCase.runBare(BaseTestCase.jav= a:95) > ++ --=20 This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.