Yes!!!!
 
Go to the tomcat.bat file under the \jakarta-tomcat\bin\ folder and find the following occurrence:
 
set CP=%CP%;%CLASSPATH% and change it with the following one
 
set CP=%CLASSPATH%;%CP%
 
There is a comment in the installation docs about this procedure...
 
I hope it helps you
 
Cyber
 
----- Original Message -----
Sent: Thursday, May 31, 2001 9:00 PM
Subject: error using tomcat



I am trying to use install apache-soap to work with Tomcat.  everything seems to go well but when I attempt to run the testit.cmd from addressbook I get the following error:
 
Deploying the addressbook service...
Ouch, the call failed:
  Fault Code   = SOAP-ENV:Server.Exception:
  Fault String = java.lang.NoSuchMethodError
.
Verify that its there
Ouch, the call failed:
  Fault Code   = SOAP-ENV:Server.Exception:
  Fault String = java.lang.NoSuchMethodError
.
Getting info for "Mr Good"
Generated fault:
  Fault Code   = SOAP-ENV:Server.Exception:
  Fault String = java.lang.NoSuchMethodError
.
Adding "John Doe"
Generated fault:
  Fault Code   = SOAP-ENV:Server.Exception:
  Fault String = java.lang.NoSuchMethodError
.
Query "Mr Doe" to make sure it was added
Generated fault:
  Fault Code   = SOAP-ENV:Server.Exception:
  Fault String = java.lang.NoSuchMethodError
.
Adding an XML file of listings
Generated fault:
  Fault Code   = SOAP-ENV:Server.Exception:
  Fault String = java.lang.NoSuchMethodError
.
Get everyone!
Generated fault:
  Fault Code   = SOAP-ENV:Server.Exception:
  Fault String = java.lang.NoSuchMethodError
 
 
Has anyone encountered this problem before?
 
Thanks


Get your FREE download of MSN Explorer at http://explorer.msn.com

Reply via email to