Re: NoClassDefFoundError: org/apache/avalon/framework/logger/Logger

2005-04-05 Thread reynir
d though? Anyway, I moved the libs up next to Armanta.jar in the lib >dir and it works fine. > >Thanks > >Eric > >-Original Message- >From: reynir [mailto:[EMAIL PROTECTED] >Sent: Tuesday, April 05, 2005 3:53 PM >To: Tomcat Users List >Subject: Re: NoClass

RE: NoClassDefFoundError: org/apache/avalon/framework/logger/Logger

2005-04-05 Thread Eric J Kaplan
3:53 PM To: Tomcat Users List Subject: Re: NoClassDefFoundError: org/apache/avalon/framework/logger/Logger hi, This is a simple class not found exception, that would be fixed if you add the avalon jars into WEB-INF/lib The classloader can not find : org.apache.avalon.framework.logger.Logger This

Re: NoClassDefFoundError: org/apache/avalon/framework/logger/Logger

2005-04-05 Thread reynir
hi, This is a simple class not found exception, that would be fixed if you add the avalon jars into WEB-INF/lib The classloader can not find : org.apache.avalon.framework.logger.Logger This is a class that you are using in your aramanta application (com.armanta.servlets.ReportServlet) You must pro

RE: NoClassDefFoundError: org/apache/avalon/framework/logger/Logger

2005-04-05 Thread Eric J Kaplan
Fyi, I am running java 1.4.1_07 on windows XP -Original Message- From: Eric J Kaplan [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 05, 2005 2:44 PM To: tomcat-user@jakarta.apache.org Subject: NoClassDefFoundError: org/apache/avalon/framework/logger/Logger All I recently downloaded t

Re: NoClassDefFoundError Issue

2004-09-08 Thread Avinash R S
o: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Tuesday, September 07, 2004 10:40 PM Subject: Re: NoClassDefFoundError Issue > On Tue, Sep 07, 2004 at 10:36:29PM +0530, Avinash R S wrote: > : - Root Cause - > : java.lang.NoClassDefFoundError: ssbi/bean/SSBIUserMessa

Re: NoClassDefFoundError Issue

2004-09-07 Thread QM
On Tue, Sep 07, 2004 at 10:36:29PM +0530, Avinash R S wrote: : - Root Cause - : java.lang.NoClassDefFoundError: ssbi/bean/SSBIUserMessage : : Prior to restarting the server I didn't have this issue. The classes referred : in the above Exceptions, exist in the correct location. Are there a

RE: NoClassDefFoundError

2004-07-30 Thread Shapira, Yoav
Hi, Tomcat already ships with and uses commons-logging, and that's why this is not trivial. So you need to be careful, and understand the difference between a ClassNotFoundException and a NoClassDefFoundError. (As an aside, this is a good interview question, I bet less than one in five Java devel

RE: NoClassDefFoundError

2004-06-10 Thread Shapira, Yoav
Hi, >My application is in $CATALINA_HOME/webapps/ROOT/matrici Move everything one level up: from webapps/ROOT/matrici to webapps/matrici. Yoav This e-mail, including any attachments, is a confidential business communication, and may contain information that is confidential, proprietary and/

RE: NoClassDefFoundError

2004-06-10 Thread Martinelli Paolo A.
Try to put the axis.jar under $CATALINA_HOME/shared/lib. Which version of Tomcat are you using? Bye, Paolo Martinelli IrisCube Reply S.p.A. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thu 6/10/2004 12:37 To: tomcat-user Subject: Re: NoClassDefFoundError

Re: NoClassDefFoundError

2004-06-10 Thread [EMAIL PROTECTED]
> Is your webapp in "ROOT"? That's usually the default application for Tomcat and > your own app would be in a named context. Assuming you are doing the latter, > and your named context is "mycontext", you'd put it in: > > $CATALINA_HOME/webapps/mycontext/WEB-INF/lib > > Jake My application is i

Re: NoClassDefFoundError

2004-06-09 Thread Jacob Kjome
Is your webapp in "ROOT"? That's usually the default application for Tomcat and your own app would be in a named context. Assuming you are doing the latter, and your named context is "mycontext", you'd put it in: $CATALINA_HOME/webapps/mycontext/WEB-INF/lib Jake Quoting "[EMAIL PROTECTED]" <[E

RE: NoClassDefFoundError

2004-06-09 Thread Jerry Miernik
Try to move that file to $CATALINA_HOME/common/lib -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 09, 2004 11:50 AM To: tomcat-user Subject: NoClassDefFoundError Hi all! I'm new to Tomcat. I have a problem testing my web application (jsp p

RE: NoClassDefFoundError

2004-05-27 Thread Benjamin Armintor
I saw something similar recently- a static code block in the class in question was throwing an unchecked exception, which prevented the class from being loaded. Benjamin J. Armintor Systems Analyst ITS-Systems: Mainframe Group University of Texas - Austin tele: (512) 232-6562 email: [EMAIL PROTECT

RE: NoClassDefFoundError

2004-05-27 Thread Worley Brent - bworle
ssage- From: None None [mailto:[EMAIL PROTECTED] Sent: Thursday, May 27, 2004 3:35 PM To: [EMAIL PROTECTED] Subject: RE: NoClassDefFoundError Are you importing class Search in SearchSession? I can't tell from your post, but I suspect you may be asusming that doing the import in the JSP mak

RE: NoClassDefFoundError

2004-05-27 Thread None None
Are you importing class Search in SearchSession? I can't tell from your post, but I suspect you may be asusming that doing the import in the JSP makes all the classes in the package available to all the classes in that package, and that isn't the case. Each class still must have an import of

RE: NoClassDefFoundError: Digester

2004-01-16 Thread Shapira, Yoav
Howdy, >One more note that may (or may not) be relevant: I am running Tomcat with >a dedicated solaris user ID, not as root. Same here. Tomcat 5.0.16 zip downloaded from apache main distribution site, Solaris 8 (with all OS patches), JDK 1.4.2. Yoav Shapira This e-mail, including any attac

RE: NoClassDefFoundError: Digester

2004-01-16 Thread Bruno.Melloni
One more note that may (or may not) be relevant: I am running Tomcat with a dedicated solaris user ID, not as root. -Original Message- From: ext Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: Friday, January 16, 2004 11:39 AM To: Tomcat Users List Subject: RE: NoClassDefFoundError

RE: NoClassDefFoundError: Digester

2004-01-16 Thread Bruno.Melloni
--Original Message- From: ext Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: Friday, January 16, 2004 11:39 AM To: Tomcat Users List Subject: RE: NoClassDefFoundError: Digester Howdy, >This could be a bug on the latest distribution of Tomcat 5.0.16 for >Solaris. I just did a standard inst

RE: NoClassDefFoundError: Digester

2004-01-16 Thread Shapira, Yoav
Howdy, >This could be a bug on the latest distribution of Tomcat 5.0.16 for >Solaris. I just did a standard install from scratch, modified the >Connector ports to new numbers (to avoid conflicts with previous install), >renamed localhost to the real machine name in and in >, and nothing else.

RE: NoClassDefFoundError: Digester

2004-01-16 Thread Bruno.Melloni
This could be a bug on the latest distribution of Tomcat 5.0.16 for Solaris. I just did a standard install from scratch, modified the Connector ports to new numbers (to avoid conflicts with previous install), renamed localhost to the real machine name in and in , and nothing else. I had the s

RE: NoClassDefFoundError

2004-01-15 Thread Larry Isaacs
OTECTED] > Sent: Thursday, January 15, 2004 10:04 AM > To: Tomcat Users List > Subject: RE: NoClassDefFoundError > > > My structure of tomcat is : > > > > /usr/tomcat : Tomcat Directory > > /usr/tomcat/webapps/soap/ : my app directory > > /usr/tomcat/web

RE: NoClassDefFoundError

2004-01-15 Thread Xavier ANDRE
27;origine- De : Larry Isaacs [mailto:[EMAIL PROTECTED] Envoyé : jeudi 15 janvier 2004 15:53 À : Tomcat Users List Objet : RE: NoClassDefFoundError Where exactly is the lib123.soap.sms.SmsDriverSOAP class located (jar and directory) and where are the org.apache.soap.* classes listed in the s

RE: NoClassDefFoundError

2004-01-15 Thread Larry Isaacs
Thursday, January 15, 2004 8:56 AM > To: Tomcat Users List > Subject: RE: NoClassDefFoundError > > > Thankds Stephen for the idea but it doesn't work also. > This is my error : > > > xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"; >

RE: NoClassDefFoundError

2004-01-15 Thread Bruchem, A. van (Alexander)
Windows System Engineer ISD - N.V. Organon P.O. Box 20 5340 BH Oss The Netherlands Ext.: +31 (0) 412 665076 mailto:[EMAIL PROTECTED] -Original Message- From: Xavier ANDRE [mailto:[EMAIL PROTECTED] Sent: donderdag 15 januari 2004 14:56 To: Tomcat Users List Subject: RE: NoClassDefFoundError

RE: NoClassDefFoundError

2004-01-15 Thread Xavier ANDRE
phen [mailto:[EMAIL PROTECTED] Envoyé : jeudi 15 janvier 2004 14:50 À : Tomcat Users List Objet : RE: NoClassDefFoundError Try extracting the JAR's contents into the webapp/WEB-INF/classes directory, check the class exists and restart tommy. -Original Message- From: Xavier ANDRE [m

RE: NoClassDefFoundError

2004-01-15 Thread Stuart Stephen
Try extracting the JAR's contents into the webapp/WEB-INF/classes directory, check the class exists and restart tommy. -Original Message- From: Xavier ANDRE [mailto:[EMAIL PROTECTED] Sent: 15 January 2004 08:32 To: Tomcat Users List Subject: RE: NoClassDefFoundError Hi again, I t

RE: NoClassDefFoundError

2004-01-15 Thread Xavier ANDRE
4, 2004 11:27 AM > To: Tomcat Users List > Subject: RE: NoClassDefFoundError > > > If I put a jar file in classpath, how can I do that ? > > In which directory do I put my jar file ? > Must I modify a file ? > > Xavier André > > -Message d'origine- &

RE: NoClassDefFoundError

2004-01-15 Thread Xavier ANDRE
Thankds guys. I will try now... Have a good day -Message d'origine- De : news [mailto:[EMAIL PROTECTED] De la part de Bill Barker Envoyé : jeudi 15 janvier 2004 07:39 À : [EMAIL PROTECTED] Objet : Re: NoClassDefFoundError Actually, since he is using TC 3.3, the correct link is:

Re: NoClassDefFoundError

2004-01-14 Thread Bill Barker
:27 AM > To: Tomcat Users List > Subject: RE: NoClassDefFoundError > > > If I put a jar file in classpath, how can I do that ? > > In which directory do I put my jar file ? > Must I modify a file ? > > Xavier André > > -Message d'origine- > De : Shapira, Yo

RE: NoClassDefFoundError

2004-01-14 Thread Michael Duffy
Sorry if I botched it. If I did, it was inadvertent. - Sincerely, MOD --- "Shapira, Yoav" <[EMAIL PROTECTED]> wrote: > > Howdy, > > >"...Sorry to point this out again, but don't forget > to > >trim what can be trimmed in replies..." - I'm not > sure > >I know what you mean by this. > > He mea

RE: NoClassDefFoundError

2004-01-14 Thread Shapira, Yoav
Howdy, >"...Sorry to point this out again, but don't forget to >trim what can be trimmed in replies..." - I'm not sure >I know what you mean by this. He means basic mailing list etiquette, which I've long since given up for this list :( See the "should I quote" question here, for example: http:

RE: NoClassDefFoundError

2004-01-14 Thread Michael Duffy
Hi Giuliano, You're correct. I see now that the JARs in TOMCAT_HOME/server/lib are specific to Tomcat, and are not visible to applications. Thanks for correcting me. - MOD "...Sorry to point this out again, but don't forget to trim what can be trimmed in replies..." - I'm not sure I know what y

RE: NoClassDefFoundError

2004-01-14 Thread Giuliano Gavazzi
At 11:24 am -0800 2004/01/14, Michael Duffy wrote: I believe Tomcat ignores any system environment variable CLASSPATH. When Tomcat starts, it assumes the CLASSPATH for your Web app consists of: [...] (3) All the JARs in the TOMCAT_HOME/server/lib, which are visible only to Tomcat, I am not so sure

RE: NoClassDefFoundError

2004-01-14 Thread Michael Duffy
t; [mailto:[EMAIL PROTECTED] > > Sent: Wednesday, January 14, 2004 11:27 AM > > To: Tomcat Users List > > Subject: RE: NoClassDefFoundError > > > > > > If I put a jar file in classpath, how can I do > that ? > > > > In which directory do I

RE: NoClassDefFoundError

2004-01-14 Thread Mike Curwen
rs List > Subject: RE: NoClassDefFoundError > > > If I put a jar file in classpath, how can I do that ? > > In which directory do I put my jar file ? > Must I modify a file ? > > Xavier André > > -Message d'origine- > De : Shapira, Yoav [mailto

RE: NoClassDefFoundError

2004-01-14 Thread Xavier ANDRE
 : RE: NoClassDefFoundError Howdy, Read the classloader how-to in the tomcat documentation. Yoav Shapira Millennium ChemInformatics >-Original Message- >From: Xavier ANDRE [mailto:[EMAIL PROTECTED] >Sent: Wednesday, January 14, 2004 8:45 AM >To: Tomcat Users List >Subject: RE: NoClassDe

RE: NoClassDefFoundError

2004-01-14 Thread Shapira, Yoav
Howdy, Read the classloader how-to in the tomcat documentation. Yoav Shapira Millennium ChemInformatics >-Original Message- >From: Xavier ANDRE [mailto:[EMAIL PROTECTED] >Sent: Wednesday, January 14, 2004 8:45 AM >To: Tomcat Users List >Subject: RE: NoClassDefFoundErr

RE: NoClassDefFoundError

2004-01-14 Thread Xavier ANDRE
EMAIL PROTECTED] Envoyé : mercredi 14 janvier 2004 14:40 À : Tomcat Users List Objet : RE: NoClassDefFoundError Howdy, We got your email, rest assured ;) I noticed a couple of things: First, the stack trace is for a ClassNotFoundException, which is very different from a NoClassDefFoundError t

RE: NoClassDefFoundError

2004-01-14 Thread Shapira, Yoav
>From: Xavier ANDRE [mailto:[EMAIL PROTECTED] >Sent: Wednesday, January 14, 2004 5:36 AM >To: Tomcat Users List >Subject: RE: NoClassDefFoundError > >Please I really need help !!! > >Is someone receive my mail ? > > >-Message d'origine- >De : Xavier ANDR

RE: NoClassDefFoundError

2004-01-14 Thread Xavier ANDRE
Please I really need help !!! Is someone receive my mail ? -Message d'origine- De : Xavier ANDRE Envoyé : mercredi 14 janvier 2004 09:38 À : Tomcat Users List Objet : NoClassDefFoundError Importance : Haute Hi, I've got en NoClassDefFoundError when I'm calling a method of a SOAP s

RE: NoClassDefFoundError : Digester

2004-01-06 Thread Shapira, Yoav
Delray [mailto:[EMAIL PROTECTED] >Sent: Monday, January 05, 2004 5:14 PM >To: 'Tomcat Users List' >Subject: RE: NoClassDefFoundError : Digester > >No webapps can see any JARs in server/lib. I'm not familiar with Balancer, >but I would guess Digester wi

RE: NoClassDefFoundError : Digester

2004-01-06 Thread Hume, John - NA US HQ Delray
No webapps can see any JARs in server/lib. I'm not familiar with Balancer, but I would guess Digester will need to move to common/lib. -john. -Original Message- From: 29djeo [mailto:[EMAIL PROTECTED] Sent: Monday, January 05, 2004 4:29 PM To: [EMAIL PROTECTED] Subject: NoClassDefFoundEr

RE: NoClassDefFoundError: Digester

2003-12-24 Thread Shapira, Yoav
Yoav Shapira ---Original Message--- > From: Shapira, Yoav <[EMAIL PROTECTED]> > Subject: RE: NoClassDefFoundError: Digester > Sent: 22 Dec 2003 10:25:05 > > Howdy, > You need the commons-digester library to use the balancer webapp. > There's a copy in $CATALINA_HO

RE: NoClassDefFoundError: Digester

2003-12-24 Thread 29djeo
apparently I have several. It looks like two came with redhat linux. one in /usr/share/java/commons-digester-1.5/ and 1 in usr/local/commons-digester-1.5 ---Original Message--- > From: Shapira, Yoav <[EMAIL PROTECTED]> > Subject: RE: NoClassDefFoundError: Digest

RE: NoClassDefFoundError: Digester

2003-12-22 Thread Shapira, Yoav
Howdy, You need the commons-digester library to use the balancer webapp. There's a copy in $CATALINA_HOME/server/lib if you can't find one. However, your specific error is NOT a ClassNotFoundException. It indicates a different version of the Digester library is on the runtime classpath. Have you

Re: NoClassDefFoundError

2003-06-18 Thread John Turner
Sorry, I tried to jump in before you did, save you the trouble, but I was too late. LOL John On Wed, 18 Jun 2003 11:19:25 -0400, Shapira, Yoav <[EMAIL PROTECTED]> wrote: Howdy, NoClassDefFoundError is not the same as ClassNotFoundException. Read the JavaDocs for both. Search the archives o

RE: NoClassDefFoundError

2003-06-18 Thread Shapira, Yoav
Howdy, NoClassDefFoundError is not the same as ClassNotFoundException. Read the JavaDocs for both. Search the archives of this list for other people's experiences with this error. Yoav Shapira Millennium ChemInformatics >-Original Message- >From: Bob Damato [mailto:[EMAIL PROTECTE

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.

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 /work/standalone/localhost... On Sun, 15 Jun 2003 20:37, [EMAIL P

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 ...

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, eithe

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
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 h

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.

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 name

RE: NoClassDefFoundError: org/xml/sax/InputSource

2003-06-13 Thread Shapira, Yoav
Howdy, You have mismatching versions of the XML (specifically SAX in this case) parsing APIs. What do you have in WEB-INF/lib? I suggest you search the archives of this list before posting questions. This question, as well as the one about the logger error, are asked frequently and you will find

Re: NoClassDefFoundError: org/apache/commons/pool/impl/GenericObjectPool

2003-02-28 Thread Georges Roux
Sorry, the problem was: I don't have commons-pool.jar org/apache/commons/pool/impl/GenericObjectPool thanks anyway. Tomcat wrote: Hi, Try by extracting the pgjdbc2.jar and place it in the common\classes. It should locate the classes. Pratt. - Original Message - From: "Georges Roux"

Re: NoClassDefFoundError: org/apache/commons/pool/impl/GenericObjectPool

2003-02-28 Thread Tomcat
Hi, Try by extracting the pgjdbc2.jar and place it in the common\classes. It should locate the classes. Pratt. - Original Message - From: "Georges Roux" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Friday, February 28, 2003 4:37 PM Subject: NoClassDefFoundErro

Re: RE: .NoClassDefFoundError: java/util/ArrayList

2002-05-06 Thread kn Nair
Thanks Gred.I will try that. K N >>> "Greg Trasuk" <[EMAIL PROTECTED]> 05/06 10:06 AM >>> Hi there: I'm not current on HP-UX systems (at least not since 1993), but from the command line you give, it looks like you're using a JDK 1.1.x system. If that is correct, it won't contain java.u

RE: .NoClassDefFoundError: java/util/ArrayList

2002-05-06 Thread Greg Trasuk
Hi there: I'm not current on HP-UX systems (at least not since 1993), but from the command line you give, it looks like you're using a JDK 1.1.x system. If that is correct, it won't contain java.util.ArrayList, since the collections framework was added in Java 2 (i.e. JDK1.2.2 or higher)

RE: $CATALINA_HOME/shared deprecated? [was Re: NoClassDefFoundError With Tomcat 4.0.2 and Xalan 2.3.1]

2002-04-09 Thread Larry Isaacs
; classloader in the diagram shown on the document cited. Cheers, Larry > -Original Message- > From: Aditya [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, April 09, 2002 3:52 PM > To: Tomcat Users List > Subject: $CATALINA_HOME/shared deprecated? [was Re: > NoClassDefFoundE

$CATALINA_HOME/shared deprecated? [was Re: NoClassDefFoundError With Tomcat 4.0.2 and Xalan 2.3.1]

2002-04-09 Thread Aditya
4.0.4-B2-01 doesn't seem to include $CATALINA_HOME/shared in the classpath however the documentation still says that that's the place to put local, shared jars: http://jakarta.apache.org/tomcat/tomcat-4.1-doc/class-loader-howto.html Thanks, Adi On Tue, Apr 09, 2002 at 01:38:27PM -0400, Larry

RE: NoClassDefFoundError With Tomcat 4.0.2 and Xalan 2.3.1

2002-04-09 Thread Larry Isaacs
Yes, it is a known issue for Tomcat 4.0.2 and 4.0.3. Putting the jars in $CATALINA_HOME/lib or $CATALINA_HOME/common/lib is the only workaround for these versions. To get the bugfix, you will need to upgrade to the nightly Tomcat 4.x or Tomcat 4.0.4-b1, or later. Cheers, Larry > -Original M

Re: NoClassDefFoundError with tomcat 4.0.2

2002-02-25 Thread Remy Maucherat
> My webapp works fine with tomcat 4.0.1. When using 4.0.2, I get an > exception when invoking my webapp: > java.lang.NoClassDefFoundError: javax/xml/transform/TransformerException > > If I copy xalan.jar from %catalina_home%\webapps\myapp\web-inf\lib to > %catalina_home%\lib, the problem no long

RE: NoClassDefFoundError with tomcat 4.0.2

2002-02-25 Thread Larry Isaacs
I believe you are experiencing Bugzilla bug 6374, see: Cheers, Larry > -Original Message- > From: Cole, Russ E [mailto:[EMAIL PROTECTED]] > Sent: Monday, February 25, 2002 2:26 PM > To: [EMAIL PROTECTED] > Subject: NoClassDef

Re: NoClassDefFoundError org/apache/tomcat/logging/Logger on startup

2002-02-15 Thread Craig R. McClanahan
On Fri, 15 Feb 2002, Kapasi, Mehjabin wrote: > Date: Fri, 15 Feb 2002 15:26:06 -0800 > From: "Kapasi, Mehjabin" <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]> > Subject: NoClassDefFoundError org/apache/tomcat/logging/Logger on

Re: NoClassDefFoundError: sun/tools/javac/Main

2001-11-16 Thread Eric Strain
-To: "Tomcat Users List" <[EMAIL PROTECTED]> >To: [EMAIL PROTECTED] >Subject: Re: NoClassDefFoundError: sun/tools/javac/Main >Date: Fri, 16 Nov 2001 14:33:48 -0700 > >I have heard that perhaps I need to make sure that tools.jar is in >Tomcat's CLASSPATH. > >How

Re: NoClassDefFoundError: sun/tools/javac/Main

2001-11-16 Thread Craig R. McClanahan
On Fri, 16 Nov 2001, James Adams wrote: > Date: Fri, 16 Nov 2001 14:33:48 -0700 > From: James Adams <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: Re: NoClassDefFoundError: sun/tools/javac/Main > > I

Re: NoClassDefFoundError: sun/tools/javac/Main

2001-11-16 Thread James Adams
I have heard that perhaps I need to make sure that tools.jar is in Tomcat's CLASSPATH. How can I determine the environment variables being used by Tomcat ? Where are these set ? I assume that there is a config file which is handling this... Thanks for suggestions, -James -- To unsubscribe:

Antw: RE: NoClassDefFoundError: javax/ejb/EJBHome(Abwesenheitsnotiz)

2001-06-29 Thread Petra Hora
Ich bin bis 9.7.2001 auf Urlaub. Bitte wenden Sie sich in dieser Zeit an meine Kollegen im Team EW2 Mit freundlichen Grüßen Petra Hora

RE: NoClassDefFoundError: javax/ejb/EJBHome

2001-06-29 Thread Verhoff, Kevin A.
TECTED]] > Sent: Friday, June 29, 2001 7:53 AM > To: [EMAIL PROTECTED] > Subject: RE: NoClassDefFoundError: javax/ejb/EJBHome > > you will need to have your ejbclasses in the classpath of tomcat, then u > can access the classes over JNDI. > > have a nice day >

Antw: RE: NoClassDefFoundError: javax/ejb/EJBHome(Abwesenheitsnotiz)

2001-06-29 Thread Petra Hora
Ich bin bis 9.7.2001 auf Urlaub. Bitte wenden Sie sich in dieser Zeit an meine Kollegen im Team EW2 Mit freundlichen Grüßen Petra Hora

RE: NoClassDefFoundError: javax/ejb/EJBHome

2001-06-29 Thread Reynir Hübner
you will need to have your ejbclasses in the classpath of tomcat, then u can access the classes over JNDI. have a nice day -r -Original Message- From: Verhoff, Kevin A. [mailto:[EMAIL PROTECTED]] Sent: Friday, June 29, 2001 12:54 PM To: [EMAIL PROTECTED] Subject: NoClassDefFoundError:

RE: NoClassDefFoundError

2001-06-13 Thread Lund, Kevin
Well, I'm up and running. My problem was, not surprisingly, a classpath error (or errors). One thing that helped was to empty my classpath before starting Tomcat. After that, I had to move some jar files from the web app /lib directory to Tomcat's /lib directory. I don't know exactly what worked o

RE: NoClassDefFoundError

2001-06-13 Thread Shailendra T Kontham
I was having this problem some time back. The error was that of the classloader. The class was in the path. The class compiled properly so i would expect we should have no trounble instantiting it. The error was like this: I was initilizing a all the vector 31 elements to some value inside cons

Re: NoClassDefFoundError

2001-06-13 Thread Jere_McDevitt
One thing to keep in mind is that NoClassDefFoundError can actually be thrown even if the class is found. It seems that if the class loader fails to load a class, this error will be thrown. Failure to load can be caused by having static initializers that fail or an unimplemented method is part

RE: NoClassDefFoundError

2001-06-13 Thread Robert Slifka
TECTED]] > Sent: June 13, 2001 9:54 AM > To: '[EMAIL PROTECTED]' > Subject: RE: NoClassDefFoundError > > > > I would suggest to look at > > %TOMCAT_HOME%/logs/jasper.log - it will > > show you the classpath its using for each request, although >

RE: NoClassDefFoundError

2001-06-13 Thread Lund, Kevin
> I would suggest to look at > %TOMCAT_HOME%/logs/jasper.log - it will > show you the classpath its using for each request, although > it sounds like > the jar isn't in the right place - you need to put it into > webapp/WEB-INF/lib folder and its name must end in .jar. Well, it's in the r

RE: NoClassDefFoundError

2001-06-13 Thread Lund, Kevin
> Could you paste the stack trace? Sure: Error: 500 Location: /PULogon/Logon Internal Servlet Error: java.lang.NoClassDefFoundError: com/legaledcenter/util/DBUtilities at com.westgroup.registration.wld.profileupdate.RegDBTools.authenticateUserPass word(RegDBTools.java:136) at co

RE: NoClassDefFoundError

2001-06-13 Thread Randy Layman
I would suggest to look at %TOMCAT_HOME%/logs/jasper.log - it will show you the classpath its using for each request, although it sounds like the jar isn't in the right place - you need to put it into webapp/WEB-INF/lib folder and its name must end in .jar. Randy > -Original

RE: NoClassDefFoundError

2001-06-13 Thread Robert Slifka
Could you paste the stack trace? ...and open the .JAR to ensure that the class is in there? - r > -Original Message- > From: Lund, Kevin [mailto:[EMAIL PROTECTED]] > Sent: June 13, 2001 9:13 AM > To: '[EMAIL PROTECTED]' > Subject: NoClassDefFoundError > > > OK, to start I'll admit tha

RE: NoClassDefFoundError

2001-04-03 Thread Warren Crossing
lto:[EMAIL PROTECTED]] Sent: Wednesday, 4 April 2001 4:20 PM To: [EMAIL PROTECTED] Subject: Re: NoClassDefFoundError I am includeing the tools.jar. My classpath is /usr/tomcat/lib/ant.jar:/usr/tomcat/lib/jasper.jar: /usr/tomcat/lib/jaxp.jar:/usr/tomcat/lib/parser.jar: /usr/tomcat/lib/servlet.jar:/

Re: NoClassDefFoundError

2001-04-03 Thread Hossein Tahani
# From: Hossein Tahani [mailto:[EMAIL PROTECTED]] > # Sent: Martes, 03 de Abril de 2001 09:57 p.m. > # To: [EMAIL PROTECTED] > # Subject: Re: NoClassDefFoundError > # > # > # > # I get > # JAVACMD is /usr/jdk1.3/bin/java > # > # Apparently, it doesn't find the

RE: NoClassDefFoundError

2001-04-03 Thread Warren Crossing
classpath or maybe even Xbootclasspath ?? -Original Message- From: Gustavo Munoz [mailto:[EMAIL PROTECTED]] Sent: Wednesday, 4 April 2001 2:26 PM To: [EMAIL PROTECTED] Subject: RE: NoClassDefFoundError Just be sure about includying tools.jar in the classpath of tomcat. my two cents

RE: NoClassDefFoundError

2001-04-03 Thread Gustavo Munoz
Just be sure about includying tools.jar in the classpath of tomcat. my two cents, gus. # -Original Message- # From: Hossein Tahani [mailto:[EMAIL PROTECTED]] # Sent: Martes, 03 de Abril de 2001 09:57 p.m. # To: [EMAIL PROTECTED] # Subject: Re: NoClassDefFoundError # # # # I get

Re: NoClassDefFoundError

2001-04-03 Thread Hossein Tahani
I get JAVACMD is /usr/jdk1.3/bin/java Apparently, it doesn't find the /usr/jdk1.3/lib/tools.jar that has the sun.tools.javac.Main. But, tools.jar is in its classpath. Thanks! Warren Crossing wrote: > > hey it sounds like your tomcat is using the jre not the jdk! check the > JAVA_HOME value t

RE: NoClassDefFoundError

2001-04-03 Thread Warren Crossing
hey it sounds like your tomcat is using the jre not the jdk! check the JAVA_HOME value tomcat startup up script is using by putting an echo command in the script.. -Original Message- From: Hossein Tahani [mailto:[EMAIL PROTECTED]] Sent: Wednesday, 4 April 2001 12:08 PM To: tomcat users Su

Re: NoClassDefFoundError - classpath problems

2001-03-26 Thread Anuj Agrawal
I've had this problem before as well. The problem usually is that the classpath has the right number of members, but in the wrong order. You might want to look in your jar files (if any) to see if there are any classes that are similar, but perhaps one jar has an older version than another. We

Re: NoClassDefFoundError in Tomcat installation

2000-11-21 Thread Miles Daffin
This is precisely the sort of question that should be sent to a tomcat-newbies news group. Please. Miles - Original Message - From: "Byung Jin Chun" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, November 21, 2000 6:09 PM Subject: RE: NoClassD

RE: NoClassDefFoundError in Tomcat installation

2000-11-21 Thread Byung Jin Chun
make sure that tools.jar is in your classpath Jin -Original Message- From: Gregor v. Bochmann [mailto:[EMAIL PROTECTED]] Sent: Tuesday, November 21, 2000 11:40 AM To: [EMAIL PROTECTED] Subject: NoClassDefFoundError in Tomcat installation I have just installed the tomcat system under Wi

Re: NoClassDefFoundError in Tomcat installation

2000-11-17 Thread Rama Venkata Kunapuli
Hi: I got similar error while trying to execute build.bat file to compile my servlets. I have solved is by making sure that the following are in the CLASSPATH. jdk's tools.jar -- (needed if you running ant) jaxp.jar -- (needed if you are running ant) parser.jar -- server.jar -- servlet.jar T