Return-Path: Delivered-To: apmail-ws-axis-user-archive@www.apache.org Received: (qmail 85864 invoked from network); 28 Sep 2004 06:07:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 28 Sep 2004 06:07:43 -0000 Received: (qmail 40905 invoked by uid 500); 28 Sep 2004 06:07:24 -0000 Delivered-To: apmail-ws-axis-user-archive@ws.apache.org Received: (qmail 40833 invoked by uid 500); 28 Sep 2004 06:07:23 -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: Delivered-To: mailing list axis-user@ws.apache.org Received: (qmail 40814 invoked by uid 99); 28 Sep 2004 06:07:22 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=RCVD_BY_IP,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: domain of jayachandra@gmail.com designates 64.233.170.200 as permitted sender) Received: from [64.233.170.200] (HELO mproxy.gmail.com) (64.233.170.200) by apache.org (qpsmtpd/0.28) with ESMTP; Mon, 27 Sep 2004 23:07:21 -0700 Received: by mproxy.gmail.com with SMTP id 76so4309580rnk for ; Mon, 27 Sep 2004 23:07:19 -0700 (PDT) Received: by 10.38.88.53 with SMTP id l53mr449246rnb; Mon, 27 Sep 2004 23:07:19 -0700 (PDT) Received: by 10.38.76.65 with HTTP; Mon, 27 Sep 2004 23:07:19 -0700 (PDT) Message-ID: <57023d13040927230741632d18@mail.gmail.com> Date: Tue, 28 Sep 2004 11:37:19 +0530 From: jayachandra Reply-To: jayachandra To: axis-user@ws.apache.org, Keeran Hawoldar Subject: Re: Installation troubles In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <3B7A491B88659F4FA3578A728CDC88960600DA95@pr-ex1.corp.myfamilyinc.com> X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Hey Kee! Best bet is to have all the jars in axis/web-inf/lib directory rather than in common/lib Then you shouldn't be getting any such errors. HTH, jayachandra On Tue, 28 Sep 2004 06:58:49 +0100, Keeran Hawoldar wrote: > Update: > > In the tomcat logs the root cause is: > > === > ----- Root Cause ----- > java.lang.ExceptionInInitializerError > at org.apache.commons.discovery.jdk.JDKHooks.(JDKHooks.java:75) > === > > caused by: > > === > Caused by: java.security.AccessControlException: access denied > (java.lang.RuntimePermission createClassLoader) > at java.security.AccessControlContext.checkPermission(AccessControlContext.java:269) > === > > I have checked and updated file permissions throughout the tomcat > directory structures without any luck :/ > > IS there something obvious I am missing here? > > Kee > > > > > On Mon, 27 Sep 2004 20:52:35 +0100, Keeran Hawoldar wrote: > > Hi Tami, > > > > Thanks for the response - I did have problems earlier in the > > installation that called out for activation.jar so I downloaded that > > from sun.com and put it in common/lib. That took the core errors down > > from 2 to 1, still leaving the problem with axis.jar. > > > > Keeran > > > > > > > > On Mon, 27 Sep 2004 13:48:18 -0600, Tami Wright > > wrote: > > > Hi Keeran, > > > > > > Try putting activation.jar in the same directory (common/lib). > > > > > > Tami > > > > > > > > > > > > -----Original Message----- > > > From: Keeran Hawoldar [mailto:keeran@gmail.com] > > > Sent: Monday, September 27, 2004 1:33 PM > > > To: axis-user@ws.apache.org > > > Subject: Installation troubles > > > > > > Hi all, > > > > > > I've been searching through the user archives for a solution to my > > > problem but haven't found anything so I hope you don't mind me mailing > > > this out. > > > > > > I have put the axis webapp into the webapps dir of my tomcat > > > installation (tomcat4 debian package). I copied all of the jars from the > > > axis package into /tomcatroot/common/lib as I wasn't sure what was going > > > on with happyaxis.jsp. > > > > > > The happyaxis jsp reports the following: > > > > > > === > > > Found SAAJ API (javax.xml.soap.SOAPMessage) at an unknown location Found > > > JAX-RPC API (javax.xml.rpc.Service) at an unknown location > > > > > > Error: could not find a dependency of class > > > org.apache.axis.transport.http.AxisServlet from file axis.jar Axis will > > > not work See http://xml.apache.org/axis/ The root cause was: null This > > > can happen e.g. if org.apache.axis.transport.http.AxisServlet is in the > > > 'common' classpath, but a dependency like activation.jar is only in the > > > webapp classpath. > > > > > > Found Jakarta-Commons Discovery > > > (org.apache.commons.discovery.Resource) at an unknown location Found > > > Jakarta-Commons Logging (org.apache.commons.logging.Log) at an unknown > > > location Found Log4j (org.apache.log4j.Layout) at an unknown location > > > Found IBM's WSDL4Java (com.ibm.wsdl.factory.WSDLFactoryImpl) at an > > > unknown location Found JAXP implementation > > > (javax.xml.parsers.SAXParserFactory) at an unknown location Found > > > Activation API (javax.activation.DataHandler) at an unknown location === > > > > > > axis.jar seems to be in the correct location (ie, from default > > > distribution as well as /common/lib) > > > > > > In the tomcat localhost logs there is a stack trace starting with : > > > > > > === > > > 2004-09-27 19:15:25 StandardContext[/axis]: Servlet /axis threw load() > > > exception > > > javax.servlet.ServletException: Error instantiating servlet class > > > org.apache.axis.transport.http.AdminServlet > > > === > > > > > > I'm not sure where to start hunting for the cause of this problem - > > > please could someone help? > > > > > > Many thanks, > > > > > > Keeran > > > > > > > > > -- -- Jaya