Your missing the commons-discovery.jar file, which is causing the error. This should be placed in the same directory as your other Axis libs.
-----Original Message----- From: NJ Rogers [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 16, 2003 1:03 PM To: [EMAIL PROTECTED] Subject: newbie question - installation problems Hi I've got axis deployed in tomcat, running on Windows 2K. I can validate ok - happyaxis.jsp tells me that I've got all the core axis libraries, but that 1 optional library is missing (xmlsec.jar which I will obtain) But I cannot "View the list of deployed Web services " The tomcat logs for this show (snippet): "... 2003-01-14 12:36:14 StandardWrapperValve[AxisServlet]: Servlet.service() for servlet AxisServlet threw exception at javax.servlet.ServletException: Servlet execution threw an exception at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Applica tionFilterChain.java:269) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilt erChain.java:193) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValv e.java:260) at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.i nvokeNext(StandardPipeline.java:643) ....]" [ ... further down ... ----- Root Cause ----- java.lang.NoClassDefFoundError: org/apache/commons/discovery/resource/names/DiscoverNamesInAlternateMana gedProperties at org.apache.axis.AxisProperties.getAlternatePropertyNameDiscoverer(AxisPr operties.java:170) at org.apache.axis.AxisProperties.setClassOverrideProperty(AxisProperties.j ava:126) ...] So the AxisServlet method "reportAvailableServices" is failing, right? Can anyone help, thanks Nikki ---------------------- NJ Rogers [EMAIL PROTECTED] Technical Researcher (Semantic Web Applications Developer) ILRT Institute for Learning and Research Technology University of Bristol, 8-10 Berkeley Square, BRISTOL BS8 1HH, UK Tel: ++44(0)117 928 7096 (Direct) Tel: ++44(0)117 928 7193 (Office) Fax: ++44(0)117 928 7112 http://www.ilrt.bristol.ac.uk
