%JAVA_HOME%\jre\lib\ext may have parser.jar; you should move this to another
directory.

Scott

----- Original Message -----
From: "Gaur, Deepak" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, August 08, 2001 3:01 PM
Subject: RE: Problem with the Deployment.


> Scott,
>
> Thanks for replying.
> I have xerces.jar in my classpath in tomcat.bat(which is ahead of all
other
> entires and is namespace aware), the file looks like below :
>
> :setClasspath
> set CP=C:/xerces-1_4_2/xerces.jar;%CLASSPATH%;%CP%
> set CP=C:/jsse1.0.2/lib/jcert.jar;%CP%
> set CP=C:/jsse1.0.2/lib/jnet.jar;%CP%
> set CP=C:/jsse1.0.2/lib/jsse.jar;%CP%
> set CP=%TOMCAT_HOME%/classes
>
> Any other ideas that might be causing this problem.
>
> Thanks.
> ~deepak.
>
>
> -----Original Message-----
> From: Scott Nichol [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, August 08, 2001 12:51 PM
> To: [EMAIL PROTECTED]
> Subject: Re: Problem with the Deployment.
>
>
> Your server is loading DOM code that does not support namespaces.  This is
> probably an issue with the classpath used by your servlet container.  You
> should follow the instructions provided with SOAP 2.2 that pertain to the
> container you use.  The installation documentation is at
> /path-to-soap/docs/install.  Generally speaking, you will find that the
> containers have an XML parser in their classpath already.  You must put
> Xerces in the classpath before these other parsers.
>
> Scott
>
> ----- Original Message -----
> From: "Gaur, Deepak" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Wednesday, August 08, 2001 2:07 PM
> Subject: Problem with the Deployment.
>
>
> > 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.
> >
>

Reply via email to