Return-Path: Delivered-To: apmail-db-derby-user-archive@www.apache.org Received: (qmail 63261 invoked from network); 2 Oct 2007 08:26:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 2 Oct 2007 08:26:20 -0000 Received: (qmail 87570 invoked by uid 500); 2 Oct 2007 08:26:09 -0000 Delivered-To: apmail-db-derby-user-archive@db.apache.org Received: (qmail 87123 invoked by uid 500); 2 Oct 2007 08:26:08 -0000 Mailing-List: contact derby-user-help@db.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: Reply-To: "Derby Discussion" Delivered-To: mailing list derby-user@db.apache.org Received: (qmail 87112 invoked by uid 99); 2 Oct 2007 08:26:08 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Oct 2007 01:26:08 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of lists@nabble.com designates 216.139.236.158 as permitted sender) Received: from [216.139.236.158] (HELO kuber.nabble.com) (216.139.236.158) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Oct 2007 08:26:09 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1Icd4e-0006m6-QB for derby-user@db.apache.org; Tue, 02 Oct 2007 01:25:48 -0700 Message-ID: <12994701.post@talk.nabble.com> Date: Tue, 2 Oct 2007 01:25:48 -0700 (PDT) From: raybristol To: derby-user@db.apache.org Subject: help, problem of java.security.AccessControlException: access denied (java.io.FilePermission derby.log read) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: raygrrr@gmail.com X-Virus-Checked: Checked by ClamAV on apache.org I post this one on Derby developer area and just realize that I should post it here, sorry for the duplicate thread as I can't move that one to here for some reason... I am using eclipse plugin for derby, I apply derby nature in multiple projects, however when I try to start the derby from the menu I got: Security manager installed using the Basic server security policy. 2007-10-01 15:16:41.125 GMT Thread[main,5,main] java.security.AccessControlException: access denied (java.io.FilePermission derby.log read) Exception in thread "main" java.lang.NoSuchMethodError: org.apache.derby.jdbc.InternalDriver.embeddedDriverAcceptsURL(Ljava/lang/String;)Z at org.apache.derby.jdbc.AutoloadedDriver.acceptsURL(Unknown Source) at java.sql.DriverManager.getDriver(Unknown Source) at org.apache.derby.impl.drda.NetworkServerControlImpl.startNetworkServer(Unknown Source) at org.apache.derby.impl.drda.NetworkServerControlImpl.blockingStart(Unknown Source) at org.apache.derby.impl.drda.NetworkServerControlImpl.executeWork(Unknown Source) at org.apache.derby.drda.NetworkServerControl.main(Unknown Source) however, in some project I can start the derby server correctly without above error, so I don't understand why I above errors in other projects? Many thanks, Ray -- View this message in context: http://www.nabble.com/help%2C-problem-of-java.security.AccessControlException%3A-access-denied-%28java.io.FilePermission-derby.log-read%29-tf4553610.html#a12994701 Sent from the Apache Derby Users mailing list archive at Nabble.com.