You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by "Caldarale, Charles R" <Ch...@unisys.com> on 2008/10/23 01:35:36 UTC

RE: Question regarding 6.0.14 and NoClassDefFound org/apache/juli/logging/LogFactory

> From: Mario Felarca [mailto:gennadius@yahoo.com]
> Subject: Question regarding 6.0.14 and NoClassDefFound
> org/apache/juli/logging/LogFactory
>
> We are experiencing this issue when trying to run tomcat
> 6.0.14 on a RHEL 4.6 system.

What happens if you try it with 6.0.18 downloaded from the Tomcat web site?
http://tomcat.apache.org/download-60.cgi#6.0.18

> regarding the MANIFEST.MF Class-Path line

The only entries on the bootstrap.jar META-INF/MANIFEST.MF Class-Path line should be the following:
 commons-daemon.jar commons-logging-api.jar tomcat-juli.jar tomcat-coyote.jar

If yours are different, your Tomcat is corrupted.  Only commons-daemon.jar and tomcat-juli.jar are distributed with Tomcat 6.0 in its bin directory; the other jar references appear to be artifacts from previous versions.

The error you're getting would indicate that tomcat-juli.jar is missing, corrupted, or otherwise inaccessible (permissions?).

> the actual CLASSPATH environment

That raises a red flag; the CLASSPATH environment variable should not be set when running Tomcat.

> Do newlines (empty lines) matter in the seed list?

You'll need to phrase that differently; I have no idea what you're asking about.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for use only by the intended recipient. If you received this in error, please contact the sender and delete the e-mail and its attachments from all computers.

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org