Re: HELP!!! java.lang.NoClassDefFoundError running CXF-based client inTomcat

2008-11-26 Thread Steve Cohen
It's the Real Tomcat, but running inside Eclipse WTP, which starts and stops the server. Caldarale, Charles R wrote: From: Steve Cohen [mailto:[EMAIL PROTECTED] Subject: Re: HELP!!! java.lang.NoClassDefFoundError running CXF-based client inTomcat Another piece of information I omitted

RE: HELP!!! java.lang.NoClassDefFoundError running CXF-based client inTomcat

2008-11-26 Thread Caldarale, Charles R
> From: Steve Cohen [mailto:[EMAIL PROTECTED] > Subject: Re: HELP!!! java.lang.NoClassDefFoundError running > CXF-based client inTomcat > > Another piece of information I omitted: JDK version > java-1.5.0-sun-1.5.0.13 running under Ubuntu Linux. Is this a real Tomcat or a 3r

Re: HELP!!! java.lang.NoClassDefFoundError running CXF-based client inTomcat

2008-11-26 Thread Steve Cohen
to do about it if this is the cause. This would be the first time we've tried adding a SOAP client to this application, so it seems likely that this is the case. Caldarale, Charles R wrote: From: Steve Cohen [mailto:[EMAIL PROTECTED] Subject: HELP!!! java.lang.NoClassDefFoundError running

RE: HELP!!! java.lang.NoClassDefFoundError running CXF-based client inTomcat

2008-11-26 Thread Caldarale, Charles R
> From: Steve Cohen [mailto:[EMAIL PROTECTED] > Subject: Re: HELP!!! java.lang.NoClassDefFoundError running > CXF-based client inTomcat > > Tomcat version is 6.0.16. That simplifies things, since the only directory to look at is Tomcat's lib. One common error is having j2ee.

RE: HELP!!! java.lang.NoClassDefFoundError running CXF-based client inTomcat

2008-11-26 Thread Pieter Temmerman
you move your program .jar to /server/lib and see if it works? (This is not a solution though). On Wed, 2008-11-26 at 09:16 -0600, Caldarale, Charles R wrote: > > From: Steve Cohen [mailto:[EMAIL PROTECTED] > > Subject: HELP!!! java.lang.NoClassDefFoundError running > > CXF-bas

Re: HELP!!! java.lang.NoClassDefFoundError running CXF-based client inTomcat

2008-11-26 Thread Steve Cohen
Tomcat version is 6.0.16. Sorry for not mentioning it originally. Thanks. Caldarale, Charles R wrote: From: Steve Cohen [mailto:[EMAIL PROTECTED] Subject: HELP!!! java.lang.NoClassDefFoundError running CXF-based client inTomcat I am beginning to think the problem is not a missing class but a

RE: HELP!!! java.lang.NoClassDefFoundError running CXF-based client inTomcat

2008-11-26 Thread Caldarale, Charles R
> From: Steve Cohen [mailto:[EMAIL PROTECTED] > Subject: HELP!!! java.lang.NoClassDefFoundError running > CXF-based client inTomcat > > I am beginning to think the problem is not a missing class > but a class conflicting with something in Tomcat. Highly likely. First just lo