Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 60144 invoked from network); 26 Jul 2007 22:49:25 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 26 Jul 2007 22:49:25 -0000 Received: (qmail 36723 invoked by uid 500); 26 Jul 2007 22:49:25 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 36697 invoked by uid 500); 26 Jul 2007 22:49:25 -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 36687 invoked by uid 99); 26 Jul 2007 22:49:25 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 Jul 2007 15:49:25 -0700 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; Thu, 26 Jul 2007 15:49:24 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 993E4714163 for ; Thu, 26 Jul 2007 15:49:03 -0700 (PDT) Message-ID: <10754917.1185490143594.JavaMail.jira@brutus> Date: Thu, 26 Jul 2007 15:49:03 -0700 (PDT) From: "Ramandeep Kaur (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Created: (DERBY-2980) three test failed with 'java.security.AccessControlException MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org three test failed with 'java.security.AccessControlException ------------------------------------------------------------ Key: DERBY-2980 URL: https://issues.apache.org/jira/browse/DERBY-2980 Project: Derby Issue Type: Bug Components: Regression Test Failure Affects Versions: 10.4.0.0 Reporter: Ramandeep Kaur Assignee: Ramin Moazeni Fix For: 10.4.0.0 The following tests failed with java.security.AccessControlException: derbyall/derbyall.fail:tools/importExportThruIJ.sql derbyall/derbyall.fail:i18n/UnicodeEscape_JP.sql derbyall/derbyall.fail:i18n/iepnegativetests_ES.sql Diff is as following: ********* Diff file derbyall/derbytools/importExportThruIJ.diff *** Start: importExportThruIJ jdk1.4.2 derbyall:derbytools 2007-07-24 19:37:56 *** 838 del < 0 rows inserted/updated/deleted 838a838,839 > ERROR XJ001: Java exception: 'java.security.AccessControlException: access denied (java.io.FilePermission extout/derby-2925.txt read)'. > ERROR XJ001: Java exception: 'access denied (java.io.FilePermission extout/derby-2925.txt read): java.security.AccessControlException'. 846 del < ERROR XIE0S: The export operation was not performed, because the specified output file (extout/derby-2925.txt) already exists. Export processing will not overwrite an existing file, even if the process has permissions to write to that file, due to security concerns, and to avoid accidental file damage. Please either change the output file name in the export procedure arguments to specify a file which does not exist, or delete the existing file, then retry the export operation. 846a847,848 > ERROR XJ001: Java exception: 'java.security.AccessControlException: access denied (java.io.FilePermission extout/derby-2925.txt read)'. > ERROR XJ001: Java exception: 'access denied (java.io.FilePermission extout/derby-2925.txt read): java.security.AccessControlException'. 852 del < 0 rows inserted/updated/deleted 852a854,855 > ERROR XJ001: Java exception: 'java.security.AccessControlException: access denied (java.io.FilePermission extout/derby-2925-query.dat read)'. > ERROR XJ001: Java exception: 'access denied (java.io.FilePermission extout/derby-2925-query.dat read): java.security.AccessControlException'. 860 del < ERROR XIE0S: The export operation was not performed, because the specified output file (extout/derby-2925-query.dat) already exists. Export processing will not overwrite an existing file, even if the process has permissions to write to that file, due to security concerns, and to avoid accidental file damage. Please either change the output file name in the export procedure arguments to specify a file which does not exist, or delete the existing file, then retry the export operation. 860a863,864 > ERROR XJ001: Java exception: 'java.security.AccessControlException: access denied (java.io.FilePermission extout/derby-2925-query.dat read)'. > ERROR XJ001: Java exception: 'access denied (java.io.FilePermission extout/derby-2925-query.dat read): java.security.AccessControlException'. 878 del < 0 rows inserted/updated/deleted 878a882,883 > ERROR XJ001: Java exception: 'java.security.AccessControlException: access denied (java.io.FilePermission extout/derby-2925_data.dat read)'. > ERROR XJ001: Java exception: 'access denied (java.io.FilePermission extout/derby-2925_data.dat read): java.security.AccessControlException'. 886 del < ERROR XIE0S: The export operation was not performed, because the specified output file (extout/derby-2925_data.dat) already exists. Export processing will not overwrite an existing file, even if the process has permissions to write to that file, due to security concerns, and to avoid accidental file damage. Please either change the output file name in the export procedure arguments to specify a file which does not exist, or delete the existing file, then retry the export operation. 886a891,892 > ERROR XJ001: Java exception: 'java.security.AccessControlException: access denied (java.io.FilePermission extout/derby-2925_data.dat read)'. > ERROR XJ001: Java exception: 'access denied (java.io.FilePermission extout/derby-2925_data.dat read): java.security.AccessControlException'. 897 del < ERROR XIE0T: The export operation was not performed, because the specified large object auxiliary file (extout/derby-2925_lobs.dat) already exists. Export processing will not overwrite an existing file, even if the process has permissions to write to that file, due to security concerns, and to avoid accidental file damage. Please either change the large object auxiliary file name in the export procedure arguments to specify a file which does not exist, or delete the existing file, then retry the export operation. 897a903,904 > ERROR XJ001: Java exception: 'java.security.AccessControlException: access denied (java.io.FilePermission extout/derby-2925_data1.dat read)'. > ERROR XJ001: Java exception: 'access denied (java.io.FilePermission extout/derby-2925_data1.dat read): java.security.AccessControlException'. Test Failed. *** End: importExportThruIJ jdk1.4.2 derbyall:derbytools 2007-07-24 19:38:17 *** ********* Diff file derbyall/i18nTest/UnicodeEscape_JP.diff *** Start: UnicodeEscape_JP jdk1.4.2 derbyall:i18nTest 2007-07-24 20:52:28 *** 71 del < 0 rows inserted/updated/deleted 71a71,72 > ERROR XJ001: Java exception: 'java.security.AccessControlException: access denied (java.io.FilePermission extout/jtest.unl read)'. > ERROR XJ001: Java exception: 'access denied (java.io.FilePermission extout/jtest.unl read): java.security.AccessControlException'. Test Failed. *** End: UnicodeEscape_JP jdk1.4.2 derbyall:i18nTest 2007-07-24 20:52:39 *** ********* Diff file derbyall/i18nTest/iepnegativetests_ES.diff *** Start: iepnegativetests_ES jdk1.4.2 derbyall:i18nTest 2007-07-24 20:53:49 *** 48 del < ERROR XIE0I: Se ha producido una excepci EnC:>243< n de E/S al grabar datos en el archivo. 49 del < ERROR XJ001: Excepci EnC:>243< n de Java: ': java.io.FileNotFoundException'. 49a48,49 > ERROR XJ001: Excepci EnC:>243< n de Java: 'java.security.AccessControlException: access denied (java.io.FilePermission extout/nodir/t1.dat read)'. > ERROR XJ001: Excepci EnC:>243< n de Java: ': java.security.AccessControlException'. Test Failed. *** End: iepnegativetests_ES jdk1.4.2 derbyall:i18nTest 2007-07-24 20:54:09 *** -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.