Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 63111 invoked from network); 21 Aug 2010 06:25:15 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 21 Aug 2010 06:25:15 -0000 Received: (qmail 23732 invoked by uid 500); 21 Aug 2010 06:25:11 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 23341 invoked by uid 500); 21 Aug 2010 06:25:08 -0000 Mailing-List: contact users-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Users List" Delivered-To: mailing list users@tomcat.apache.org Received: (qmail 23332 invoked by uid 99); 21 Aug 2010 06:25:06 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 21 Aug 2010 06:25:06 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of aw@ice-sa.com designates 212.85.38.228 as permitted sender) Received: from [212.85.38.228] (HELO tor.combios.es) (212.85.38.228) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 21 Aug 2010 06:24:57 +0000 Received: from [192.168.245.129] (montserrat.wissensbank.com [212.85.37.175]) by tor.combios.es (Postfix) with ESMTPA id 466A72260D6 for ; Sat, 21 Aug 2010 08:22:02 +0200 (CEST) Message-ID: <4C6F70EC.6010606@ice-sa.com> Date: Sat, 21 Aug 2010 08:23:40 +0200 From: =?ISO-8859-1?Q?Andr=E9_Warnier?= Reply-To: Tomcat Users List User-Agent: Thunderbird 2.0.0.23 (Windows/20090812) MIME-Version: 1.0 To: Tomcat Users List Subject: Re: How to solve this bug References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Ranjith wrote: > Hi all, > I created a war using ant and deployed and got this error how can i solve > it. > HTTP Status 500 - > ------------------------------ > > *type* Exception report > > *message*** > > *description* *The server encountered an internal error () that prevented it > from fulfilling this request.* > > *exception* > > java.security.AccessControlException: access denied > (java.util.PropertyPermission unicorn.home read) > java.security.AccessControlContext.checkPermission(AccessControlContext.java:342) > java.security.AccessController.checkPermission(AccessController.java:553) > java.lang.SecurityManager.checkPermission(SecurityManager.java:549) ... Have a look at http://tomcat.apache.org/tomcat-6.0-doc/security-manager-howto.html --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org