make sure you are exporting your CLASSPATH variable.
-----Original Message-----
From: Rich Catlett [mailto:[EMAIL PROTECTED]]
Sent: Thursday, July 26, 2001 13:36
To: [EMAIL PROTECTED]
Subject: help can't get services deployed
I have been at this for over two days. I can't get the services
deployed. When I run testit.sh in the addressbook sample I get this
error message.
<h3>Root Cause:</h3>
<pre>
java.lang.NoClassDefFoundError
at org.apache.soap.server.ServiceManager.<init>(ServiceManager.java:83)
at
org.apache.soap.server.http.ServerHTTPUtils.getServiceManagerFromContext(Ser
verHTTPUtils.java:103)
at
org.apache.soap.server.http.RPCRouterServlet.doPost(RPCRouterServlet.java:21
2)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Application
FilterChain.java:254)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterCh
ain.java:194)
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.ja
va:255)
at
org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:5
66)
at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472)
at
org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
so on and so forth.
I'm using soap 2.2 in tomcat 4.0 with xerces 1.4.2. The xerces.jar is
first in the classpath, it shows up first in the classpath printed by
tomcat on startup, and no other xerces.jar is in the
java_home/jre/lib/ext dir or in the my classpath. I'm stumped. Please help.
Rich Catlett