Sam Ruby wrote: > Arne M. Degenring wrote: > > > > I tried to update my AXIS installation to a newer nightly > build. I've > > tried 2002-06-19 and 2002-06-22. I always get the following > error in > > Tomcat (4.0.3) logs when acessing the AxisServlet. With > 2002-05-17 it > > worked fine. > > > > Am I missing something, or is it just a bug in the recent nightly > > builds? > > In order to get running with Tomcat 4.0.3, did you need to > copy some jar > files to the tomcat4/common/lib directory? Did you update these jars > when you upgrades to a recent nightly?
Hi Sam, yes, I copied the jaxrpc.jar to the common/lib dir, and updated it. In the recent nightly build I also had to copy wsdl4j.jar to the common/lib dir, because there was one class from the javax package in it. I don't get a NoClassDefFoundException, but a NoSuchMethodError - which seems to be a versioning problem. I really don't understand what's going wrong. If it isn't a bug in the recent builds, perhaps I should re-setup Tomcat, and upgrade to 4.0.4... Arne