Re: Axis LogFactory NoClassDefFoundError

2004-07-02 Thread NYY96
Quadruple check the namespaces in your WSDL   In a message dated 7/1/2004 6:31:07 PM Eastern Standard Time, [EMAIL PROTECTED] writes: Hello James,How can that be, from the stack crawl I see as a found method.All the axis jars are in the same directory.My guess is that needs to ge

Re: Axis LogFactory NoClassDefFoundError

2004-07-01 Thread David denBoer
I have seen this in the past. Make sure that you do not have more than one class in your classpath that has org.apache.axis.handlers.BasicHandler And, I have seen it using WO, so this could easily be what you are seeing. On Jul 1, 2004, at 3:30 PM, Baiss Eric Magnusson wrote: Hello James, How

Re: Axis LogFactory NoClassDefFoundError

2004-07-01 Thread Baiss Eric Magnusson
Hello James, How can that be, from the stack crawl I see as a found method. All the axis jars are in the same directory. My guess is that needs to generate a class name and it is either a bogus name or... The strange part is it runs on one machine and not the next, the install was done manual

Re: Axis LogFactory NoClassDefFoundError

2004-07-01 Thread NYY96
Definitely your classpath.   James   In a message dated 7/1/2004 5:10:34 PM Eastern Standard Time, [EMAIL PROTECTED] writes: I was able to run the Apache Axis stuff from my development machine  running MacOSX 10.3.4.But when I try to deploy the app on my MacOSXS 10.2.8 server, I get t