My clients classpath is this

~/xmlparse/xerces.jar:~/xmlparse/xalan.jar:$OPTIMIZE_HOME/lib/optit.jar:
~/extras/mp3stuff/jmpg/jmpg.jar:$ANT_HOME/dist/lib/optional.jar:
~/java/javaextras/tyrex/tyrex-0.9.7.0.jar:~/jakarta/soap-2_2/soap-2_2/lib/soap.jar:
~/jakarta/soap-2_2/soap-2_2

the servers classpath is the following on startup of tomcat
/usr/local/kinetic/soap/xerces.jar:/usr/local/kinetic/soap/bin/bootstrap.jar:
/export/home/staff/rich/jakarta/soap-2_2:/usr/j2se/lib/tools.jar

this is the contents of my java_home/jre/lib/ext directory
activation.jar   jdbc2_0-stdext.jar  jta-spec1_0_1.jar
ejb.jar   jnet.jar mail.jar jcert.jar    jsse.jar     rowset.jar

This is the contents of my tomcat/server/lib directory they get added to 
the classpath during startup

catalina.jar  crimson.jar  jakarta-regexp-1.2.jar  jaxp.jar  warp.jar

And the following jar files are in the tomcat/common/lib directory (they 
get added to the classpath for the server during startup after the 
server/lib dir)

bsf.jar   naming.jar     servlet.jar        xalan.jar
jndi.jar  pop3.jar       smtp.jar           xmisoap.jar
js.jar    resources.jar  tyrex-0.9.7.0.jar

So all of the above make up my servers classpath

[EMAIL PROTECTED] wrote:

> what are the classpaths of your client and server?
> 
> 
> 
>                                                                                      
>                
>                     Rich Catlett                                                     
>                
>                     <[EMAIL PROTECTED]        To:     [EMAIL PROTECTED]            
>                
>                     t>                   cc:                                         
>                
>                                          Subject:     help can't get services 
>deployed               
>                     26-07-01                                                         
>                
>                     11:35 AM                                                         
>                
>                     Please                                                           
>                
>                     respond to                                                       
>                
>                     soap-user                                                        
>                
>                                                                                      
>                
>                                                                                      
>                
> 
> 
> 
> 
> 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(ServerHTTPUtils.java:103)
> 
>    at
> org.apache.soap.server.http.RPCRouterServlet.doPost(RPCRouterServlet.java:212)
> 
>    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(ApplicationFilterChain.java:254)
> 
>    at
> 
>org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:194)
> 
>    at
> org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:255)
> 
>    at
> org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:566)
> 
>    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
> 
> 
> 
> 
> --
> 
> NOTICE:  The information contained in this electronic mail transmission is
> intended by Convergys Corporation for the use of the named individual or
> entity to which it is directed and may contain information that is
> privileged or otherwise confidential.  If you have received this electronic
> mail transmission in error, please delete it from your system without
> copying or forwarding it, and notify the sender of the error by reply email
> or by telephone (collect), so that the sender's address records can be
> corrected.
> 
> 

Reply via email to