Here's the exact error:
java version "1.4.2"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2-b28)
Java HotSpot(TM) Client VM (build 1.4.2-b28, mixed mode)
java.lang.NoClassDefFoundError: org/apache/commons/digester/Digester
at java.lang.Class.getDeclaredConstructors0(Native Method)
at java.lang.Class.privateGetDeclaredConstructors(Class.java:1610)
at java.lang.Class.getConstructor0(Class.java:1922)
at java.lang.Class.newInstance0(Class.java:278)
at java.lang.Class.newInstance(Class.java:261)
at org.apache.catalina.startup.Bootstrap.init(Bootstrap.java:218)
at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:375)
Thanks,
Steve
-----Original Message-----
From: Steven Garrett [mailto:[EMAIL PROTECTED]
Sent: Wednesday, May 12, 2004 11:31 AM
To: 'Tomcat Users List'
Subject: RE: error starting tomcat5
Thanks that seems to work out. Now I have one last error that I can't seem
to figure out: Where should the commons-digester.jar reside? currently it
is in the /usr/share/java directory (with all the other jars), but tomcat
can't seem to find it. I have it in the classpath as well as the
${CATALINA_HOME}/server/lib directory, is this the right place?
Thanks,
Steve
-----Original Message-----
From: Bill Barker [mailto:[EMAIL PROTECTED]
Sent: Wednesday, May 12, 2004 2:50 AM
To: [EMAIL PROTECTED]
Subject: Re: error starting tomcat5
"Steven Garrett" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Hi,
>
> Thanks to those of you who helped me with my previous server.xml include
> file issue, that worked out like a charm....eventually :)
>
> Anyways, we're testing out tomcat5 on a RedHat 9 box and I keep getting
this
> error message.
>
> java.lang.NoClassDefFoundError: org/apache/commons/modeler/BaseModelMBean
>
> All I've been able to find so far is that this is supposedly part of the
> catalina.jar (not very helpful I know). all I'm trying to do is to get
> tomcat to start at this point. Any suggestions on how to debug this or if
> anyone knows what's wrong that would be great. Please let me know if you
> need any further information.
>
Actually, it is supposed to be part of commons-modeler.jar which should be
living in $CATALINA_HOME/server/lib.
> Thanks,
>
> Steve
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]