Title: RE: Problem with the Deployment.

Hi Deepak,

I've attached a JSP which may help you find your problem. Take the attached test.jsp and drop it into your \soap-2_2\webapps\soap directory. Then restart your server and point your browser at: http://localhost:8080/soap/test.jsp

It should provide some information as to whether a JAXP-compliant parser is being found, and whether the org.w3c.dom interfaces being resolved are namespace-aware.

Thanks,

-Matt

-----Original Message-----
From: Gaur, Deepak [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, August 08, 2001 3:08 PM
To: '[EMAIL PROTECTED]'
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\package\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

test.jsp

Reply via email to