RE: NoClassDefFoundError (error500) ... with external package

2003-06-16 Thread Alknaion
No ... i don't have any others jars ... and i didn't set classpath or other variables Thence i'm confused ... NoClassDefFoundError i retrieved by Jswat with remote debug ... and it was caught in servlet created from jsp file in tomcathomedir/work/standalone/localhost... On Sun, 15 Jun 2003

RE: NoClassDefFoundError (error500) ... with external package

2003-06-16 Thread Anna
No ... i don't have any others jars ... and i didn't set classpath or other variables Thence i'm confused ... I'm attaching sample for better recognition Anna ### test.jsp ## %@ page language=java % %@ page import=java.util.*, java.io.*,

Re: NoClassDefFoundError (error500) ... with external package

2003-06-15 Thread Jason Bainbridge
On Sun, 15 Jun 2003 20:37, [EMAIL PROTECTED] wrote: net/sourceforge/headlines/Headline Do you have another .jar file hanging around with the above in it? Either in WEB-INF/lib or common/lib? NoClassDefFoundError basically means Tomcat is getting confused by multiple classes with the same

RE: NoClassDefFoundError (error500) ... with external package

2003-06-15 Thread Anna
No ... i don't have any others jars ... and i didn't set classpath or other variables Thence i'm confused ... I'm attaching sample for better recognition Anna ### test.jsp ## %@ page language=java % %@ page import=java.util.*, java.io.*,

Re: NoClassDefFoundError (error500) ... with external package

2003-06-15 Thread Jason Bainbridge
I'm guessing you have headlines.jar installed from: http://sourceforge.net/projects/headlines/ Given the error: root cause javax.servlet.ServletException: net/sourceforge/headlines/Headline Are you sure you don't have that anywhere Tomcat would be accessing it? Regards, -- Jason Bainbridge

RE: NoClassDefFoundError (error500) ... with external package

2003-06-15 Thread Anna
yes ... i tryed source from this project but i don't have any headlines.jar in classpaths/libpaths of tomcat and as you saw i attached listings of files and i tested this simple sample (if your want you can try it) which don't have any references to project from sourceforge and it makes me

Re: NoClassDefFoundError (error500) ... with external package

2003-06-15 Thread Jason Bainbridge
On Mon, 16 Jun 2003 00:14, Anna wrote: yes ... i tryed source from this project but i don't have any headlines.jar in classpaths/libpaths of tomcat Sorry but I don't believe you. :) Otherwise where did that error come from? Just do a search for headlines.jar I'm sure you've missed it, either

Re: NoClassDefFoundError (error500) ... with external package

2003-06-15 Thread Anna
I forgot mention that i get error returned from tomcat when i tested it on headlines from sourceforge but i in first my mail described it on finction sample and attached error listing .. and i rewrited it to headline/MyInter i forgot rewrite the second ocurence ... in root case my mistake ...