Out of curiosity what xerces.jar file is your CLASSPATH pointing to?  The 
one in tomcat/webapps/axis/WEB-INF/lib or xml-axis-beta1/lib??   

I was getting the same errors until I realized you need the CLASSPATH to 
point to the  xml-axis-beta1/lib/xerces.jar file.  Actually, I pointed to 
all of the .jar files in that directory to be thorough.  put the 
xml-axis-beta1/ directory in there too.  

Also, for some reason it would only work for me if I specified each 
individual .jar file in there.  So there would be seven paths in the 
CLASSPATH all pointing to a different .jar file.  Worked for me!

Also, you might want to check out the newer beta2 version of axis.  Worth 
a try if you keep having problems.

Hope this helps


On Wed, 12 Jun 2002, Aravind Chavar wrote:

> Hi ,
> I am trying to integrate axis - beta1 with tomcat 4.0.4-b3,a nd am getting 
> the following error
> 
> java.lang.NoSuchMethodError
>       at org.apache.axis.deployment.wsdd.WSDDDocument.(Unknown Source)
>       at org.apache.axis.configuration.FileProvider.configureEngine(Unknown 
> Source)
>       at org.apache.axis.AxisEngine.init(Unknown Source)
>       at org.apache.axis.AxisEngine.(Unknown Source)
>       at org.apache.axis.server.AxisServer.(Unknown Source)
>       at org.apache.axis.server.DefaultAxisServerFactory.createNewServer(Unknown 
> Source)
>       at org.apache.axis.server.DefaultAxisServerFactory.getServer(Unknown 
> Source)
>       at org.apache.axis.server.AxisServer.getServer(Unknown Source)
>       at org.apache.axis.transport.http.AxisServlet.getEngine(Unknown Source)
>       at org.apache.axis.transport.http.AdminServlet.getEngine(Unknown Source)
> 
> 
> I tried other suggestiins already posted online , such as placing the 
> xerces.jar at the beginning of the classpath, etc, nothing seem to make it 
> working.Please helpo me resolve this problem.
> 
> Thanks,
> 
> Arvind
> 
> 
> _________________________________________________________________
> Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp.
> 

-- 
_____________________________________________________________________
Eric Roberts                                 [EMAIL PROTECTED]
Grid Computing Group                             
Texas Advanced Computing Center                 
University of Texas at Austin    http://www.tacc.utexas.edu/~ericrobe
_____________________________________________________________________

Reply via email to