Hi Hu Jing,
                     U should have xerces.jar in your tomcat cat runtime
classpath. Check it out. In tomcat.bat file, at  line number 69, it  is some
thing like this
 set CP=%TOMCAT_HOME%
u have to append your xerces.jar with its path to the above.
if your xerces.jar file is in D:\jars, your runtime class path should looks
like this
set CP=%TOMCAT_HOME%;D:\ jars\xerces.jar.

If problem persists don't hegitate to contact


Cheers.
Vali

----- Original Message -----
From: "Hu Jing" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, September 27, 2001 2:04 PM
Subject: Ugent ! Unable to deploy the deploymentDescriptor


> My OS is Redhat 7.1 . Please help me.
>
> -----Original Message-----
> From: Hu Jing [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, September 27, 2001 1:56 PM
> To: [EMAIL PROTECTED]
> Subject: Ugent ! Unable to deploy the deploymentDescriptor
>
>
> When I run the soap sample "addressbook", it can't deploy the
> DeploymentDescriptor.xml. The error is
>
> Ouch, the call failed:
>   Fault Code   = SOAP-ENV:Client
>   Fault String = Unable to retrieve PropertyDescriptor for property 'iD'
> of class 'class
> org.apache.soap.server.DeploymentDescriptor'.
>
> My SOAP version is 2.2.
> My CLASSPATH is :
>
>
/usr/local/soap-2_2/lib/xerces.jar::.:/usr/local/jakarta-tomcat-3.2.3/lib:/h
> ome/
>
>
nas/sydney:/usr/local/soap-2_2/lib/soaplite.jar:/usr/local/soap-2_2/lib/soap
> .jar
>
>
:/usr/local/soap-2_2/lib/mail.jar:/usr/local/soap-2_2/lib/js.jar:/usr/local/
> soap
> -2_2/lib/bsf.jar:/usr/local/soap-2_2/lib/activation.jar
>
> I don't know why. Can anyone help me? Thank you very much.
>

Reply via email to