Scott,
My tomcat classpath was not taking xerces somehow, its working now. Thanks for your help.
~deepak.
-----Original Message-----
From: Scott Nichol [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, August 08, 2001 1:32 PM
To: [EMAIL PROTECTED]
Subject: Re: Problem with the Deployment.
My tomcat.bat (Tomcat 3.2.1) prints the classpath it is using. Does yours?
If so, what does it print? Also, while I *hope* it makes no difference,
have you tried using \ instead of /?
Scott
----- Original Message -----
From: "Gaur, Deepak" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, August 08, 2001 3:08 PM
Subject: RE: Problem with the Deployment.
> William,
>
> Thanks for the reply.
>
> I only have following files in my JAVA_HOME/jre/lib/ext directory:
> jcert.jar
> jnet.jar
> jsse.jar
>
> I tried to run the same command after removing all these jars but its not
> buying it, getting the same error.
> Any other ideas that might be causing this problem.
>
> Thanks,
> ~deepak.
>
> -----Original Message-----
> From: William Brogden [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, August 08, 2001 12:51 PM
> To: [EMAIL PROTECTED]
> Subject: Re: Problem with the Deployment.
>
>
>
>
> > "Gaur, Deepak" wrote:
> >
> > Hello Good People,
> >
> > I am a new SOAP developer. I was trying to deploy some of the samples
> > that came with the SOAP download using the following command :
> >
> > C:\soap-2_2\samples\stockquote> java -cp
> >
>
C:\soap-2_2\lib\soap.jar;C:\xerces-1_4_2\xerces.jar;C:\dev_home\opt\merc\pac
> kage\lib\mail.jar;C:\dev_home\opt\merc\package\lib\activation.jar
> > org.apache.soap.server.ServiceManagerClient
> > http://localhost/soap/servlet/rpcrouter deploy
> > DeploymentDescriptor.xml
> >
> > Getting the following Error :
> >
> > Ouch, the call failed:
> > Fault Code = SOAP-ENV:Server.Exception:
> > Fault String = java.lang.NoSuchMethodError
> >
> > Any sort of help will be highly appreciated.
> >
> > Thanks in advance.
> > ~deepak.
> > Experian Exactis.
> > Denver, CO.
>
> The most common cause of this appears to be an older
> XML parser that your JVM finds before it finds Xerces.jar
> Possibly in your standard extensions directory -
> JAVA-HOME\jre\lib\ext
>
> --
> WBB - [EMAIL PROTECTED]
> Java Cert mock exams http://www.lanw.com/java/javacert/
> Author of Java Developer's Guide to Servlets and JSP
> ISBN 0-7821-2809-2
>