I had a similar problem. I think it's a classloader problem with Tomcat. If you extract the classes from jaxrpc.jar and place the classes under WEB-INF/classes, the Error goes away and Axis runs fine.
Carl --- Minh Duong <[EMAIL PROTECTED]> wrote: > Aravind, > > What JDK version are you using? When we were using > JDK1.3.1, we were experiencing the same issue in a > Win2K environment. When we switched to JDK1.4, the > problem went away. > > Another symptom of this is to check whether you the > AXIS server has started. Go to /axis on your local > host using your browser and see if you can enter the > Administer Axis. Then select start under the > options. If you can't make it that far, it meads > that your Axis server has not started. > > Regards, > Minh > > -----Original Message----- > From: Aravind Chavar [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, June 12, 2002 2:51 PM > To: [EMAIL PROTECTED] > Subject: Tomcat + Axisintegration problem > > > 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. > __________________________________________________ Do You Yahoo!? Yahoo! - Official partner of 2002 FIFA World Cup http://fifaworldcup.yahoo.com
