Oops! Forgot to mention that I am using jakarta-tomcat-5.0.14.

-Nishi

> -----Original Message-----
> From: Kapoor, Nishikant 
> Sent: Thursday, December 04, 2003 2:45 PM
> To: [EMAIL PROTECTED]
> Subject: newbie needs installation help
> 
> 
> Hello list,
> 
> I am trying to install Apache-SOAP on a Mandrake Linux 9.2 
> with 2.4.22 kernel.
> I have successfully executed jsp-examples and 
> servlets-examples but I am getting following errors (at the 
> end of this mail) when I run 
> http://localhost/soap/servlet/rpcrouter. Looks like 'root cause' is
> 
> 'java.lang.NoClassDefFoundError: javax/mail/MessagingException'
> 
> which is not true because mail.jar is present in CLASSPATH. I 
> started Tomcat server as root and here is root'S CLASSPATH:
> 
> [EMAIL PROTECTED] local]# echo $CLASSPATH
> :/usr/local/xerces-1_4_4/xerces.jar:/usr/local/j2sdk1.4.1/src.
> zip:/usr/local/soap-2_3_1:/usr/local/soap-2_3_1/lib/soap.jar:/
> usr/local/jaf-1.0.2/activation.jar:/usr/local/javamail-1.3.1/m
> ail.jar:/usr/local/bsf-2_2/lib/bsf.jar:/usr/local/rhino1_5R4_1
> /js.jar:.
> 
> Does anybody know what the problem could be?
> 
> Thanks
> Nishi
> 
> -----------------------complete error 
> message--------------------------
> exception
> 
> javax.servlet.ServletException: Servlet.init() for servlet 
> rpcrouter threw exception
>       
> org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReport
> Valve.java:164)
>       
> org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.
> java:209)
>       
> org.apache.coyote.http11.Http11Processor.process(Http11Process
> or.java:781)
>       
> org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandle
> r.processConnection(Http11Protocol.java:549)
>       
> org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoi
> nt.java:589)
>       
> org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(
> ThreadPool.java:666)
>       java.lang.Thread.run(Thread.java:536)
> 
> root cause
> 
> java.lang.NoClassDefFoundError: javax/mail/MessagingException
>       
> org.apache.soap.server.http.RPCRouterServlet.init(RPCRouterSer
> vlet.java:239)
>       javax.servlet.GenericServlet.init(GenericServlet.java:256)
>       
> org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReport
> Valve.java:164)
>       
> org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.
> java:209)
>       
> org.apache.coyote.http11.Http11Processor.process(Http11Process
> or.java:781)
>       
> org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandle
> r.processConnection(Http11Protocol.java:549)
>       
> org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoi
> nt.java:589)
>       
> org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(
> ThreadPool.java:666)
>       java.lang.Thread.run(Thread.java:536)
> 
> 
> 

Reply via email to