Re: NoClasDefFoundError

2009-08-12 Thread Charles Koppelman
This is probably related to your services.xml file.  Check to make sure
you're calling the right classes in there.

On Tue, Aug 11, 2009 at 1:12 PM, Jack Sprat  wrote:

> I made a few changes to an Axis2 1.4.1 service and now get the following
> error when I start my Tomcat 5.5 server:
>
> java.lang.NoClassDefFoundError: org/apache/axis2/handlers/AbstractHandler
>
> I've added all JARs from the Axis2 1.4.1 distribution but the error
> persists.
>
> I've searched around and not found anything that applies. Can someone point
> me in the right direction?
>
> Thanks,
> T
>
>
>


NoClasDefFoundError

2009-08-11 Thread Jack Sprat
I made a few changes to an Axis2 1.4.1 service and now get the following error 
when I start my Tomcat 5.5 server:



java.lang.NoClassDefFoundError: org/apache/axis2/handlers/AbstractHandler



I've added all JARs from the Axis2 1.4.1 distribution but the error persists.



I've searched around and not found anything that applies. Can someone point me 
in the right direction?



Thanks,

T