Return-Path: Delivered-To: apmail-ws-axis-user-archive@www.apache.org Received: (qmail 60871 invoked from network); 20 May 2008 03:30:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 20 May 2008 03:30:34 -0000 Received: (qmail 318 invoked by uid 500); 20 May 2008 03:30:26 -0000 Delivered-To: apmail-ws-axis-user-archive@ws.apache.org Received: (qmail 297 invoked by uid 500); 20 May 2008 03:30:26 -0000 Mailing-List: contact axis-user-help@ws.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-user@ws.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list axis-user@ws.apache.org Received: (qmail 286 invoked by uid 99); 20 May 2008 03:30:26 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 May 2008 20:30:26 -0700 X-ASF-Spam-Status: No, hits=0.2 required=10.0 tests=SPF_PASS,WHOIS_MYPRIVREG X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of csethil@gmail.com designates 209.85.198.249 as permitted sender) Received: from [209.85.198.249] (HELO rv-out-0708.google.com) (209.85.198.249) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 May 2008 03:29:39 +0000 Received: by rv-out-0708.google.com with SMTP id c5so1527993rvf.28 for ; Mon, 19 May 2008 20:29:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=oEA4bGivOiMN3vPBkpYXI+mAW8fM2N2X1tPHtES/Qrg=; b=sNzVZwpMSrcrRPPH7aKqf4rZnE7K9vaUNTy2casBOQ6Dlw7C+awz7dym/3UkudRivb8WzphXJb2VTPhL8H+/CVkgEG4jQ0L5hZ8ybp7AMDh6gzFPjUC30Xe07i7xwG7/kNHJwmW5O6Hrw10X6jCa1Swv/93EfRZvdis/e28uMLI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=qQiJXY2JmdwVyC7XcjVR2iSP9QdiJekAYDE1lgxPBU55UBzLNtXOfVYYhwcYDIyJRlN5XWgw37NOhaEHEZKnT6EUIZM2yeca8R8bxv3LqeexEKhxizRnPlA64yEq/4RfSHYcp4QxqhAl4g9nThU4XAK+kQNc+/jNoI2ADeZiuiw= Received: by 10.115.32.8 with SMTP id k8mr8309972waj.89.1211254194274; Mon, 19 May 2008 20:29:54 -0700 (PDT) Received: by 10.115.94.16 with HTTP; Mon, 19 May 2008 20:29:54 -0700 (PDT) Message-ID: Date: Mon, 19 May 2008 22:29:54 -0500 From: "Thilina Gunarathne" To: axis-user@ws.apache.org Subject: Re: Access denied message in Axis2 In-Reply-To: <17250115.post@talk.nabble.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <17250115.post@talk.nabble.com> X-Virus-Checked: Checked by ClamAV on apache.org It seems like this is something specific to a eclipse plugin.. Try installing Axis2 in a separate servlet container like Tomcat and deploying your web services in there.. thanks, Thilina On Thu, May 15, 2008 at 5:21 AM, sandeep_khurana wrote: > > I have made a webservice using Axis2 1.3 and the latest Axis2 1.4 and in both > the cases I am running into some serious access denied exceptions. > > > > Description: > > I have made a simple webservice which has API's capable of accepting and > returning byte arrays. I am using gSoapClient in c++ which communicates by > sending xml soap messages. Basically I have to give some security > permissions to this web application. Even after giving those permissions it > is still throwing an exception saying: > > > > access: access denied (java.io.FilePermission C:\ \Java\workspace > \.metadata\.plugins\org.eclipse.wst.server.core\tmp0\wtpwebapps\MyWebService\WEB-INF\services > read) > > > > this log has been created on Eclipse by specifying enabling the debug option > in tomcat 4.1. > > > > Sometimes it is also seen that it gives me the same exception for > "\WEB-INF\scriptServices read" > > > > Please help me as I am unable to figure out this error even after googling > it. > > > > Regards, > > Sandeep Singh. > > -- > View this message in context: http://www.nabble.com/Access-denied-message-in-Axis2-tp17250115p17250115.html > Sent from the Axis - User mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org > For additional commands, e-mail: axis-user-help@ws.apache.org > > -- Thilina Gunarathne - http://thilinag.blogspot.com --------------------------------------------------------------------- To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org For additional commands, e-mail: axis-user-help@ws.apache.org