I don't know if this would help or not, but try setting your classpath so 
that xerces.jar is the very first jar file in that. Any other jar file 
before xerces.jar seems to cause all kind of problems.

Good luck,
Anvita


On Wed, 8 Aug 2001, Gaur, Deepak wrote:

> 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
> 

Reply via email to