Return-Path: Delivered-To: apmail-jakarta-tomcat-dev-archive@www.apache.org Received: (qmail 3050 invoked from network); 6 Mar 2005 12:33:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 6 Mar 2005 12:33:47 -0000 Received: (qmail 30227 invoked by uid 500); 6 Mar 2005 12:33:42 -0000 Delivered-To: apmail-jakarta-tomcat-dev-archive@jakarta.apache.org Received: (qmail 30203 invoked by uid 500); 6 Mar 2005 12:33:42 -0000 Mailing-List: contact tomcat-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tomcat Developers List" Reply-To: "Tomcat Developers List" Delivered-To: mailing list tomcat-dev@jakarta.apache.org Received: (qmail 30187 invoked by uid 99); 6 Mar 2005 12:33:41 -0000 X-ASF-Spam-Status: No, hits=0.2 required=10.0 tests=NO_REAL_NAME X-Spam-Check-By: apache.org Received: from ajax-1.apache.org (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.28) with ESMTP; Sun, 06 Mar 2005 04:33:40 -0800 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (8.12.11/8.12.11) with ESMTP id j26CXbNf001314 for ; Sun, 6 Mar 2005 13:33:37 +0100 Received: (from nobody@localhost) by ajax.apache.org (8.12.11/8.12.11/Submit) id j26CXbNs001312; Sun, 6 Mar 2005 13:33:37 +0100 Date: Sun, 6 Mar 2005 13:33:37 +0100 Message-Id: <200503061233.j26CXbNs001312@ajax.apache.org> From: bugzilla@apache.org To: tomcat-dev@jakarta.apache.org Subject: DO NOT REPLY [Bug 33869] New: - tomcat5 has classloading problems X-Bugzilla-Reason: AssignedTo X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG� RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND� INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bug.cgi?id=33869 Summary: tomcat5 has classloading problems Product: Tomcat 5 Version: 5.0.28 Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Catalina AssignedTo: tomcat-dev@jakarta.apache.org ReportedBy: sgala@hisitech.com when I try to deploy blojsom, or jetspeed, on tomcat-5.0.28, I get a strange error about not being able to find some log4j classes. It amounts to a classloader problem: http://cvs.apache.org/viewcvs.cgi/jakarta-tomcat-catalina/catalina/src/bin/catalina.sh?rev=1.19&view=markup catalina.sh uses CLASSPATH="$CLASSPATH":"$CATALINA_HOME"/bin/bootstrap.jar:"$CATALINA_HOME"/bin/commons-logging-api.jar which means that, due to classloaders, webapps using log4j won't be able to see it from the commons-logging-api classes. It happens to me with blojsom or jetspeed-2, tomcat-5.0.28 and IBM jdk 1.4.2 see: http://bugs.gentoo.org/show_bug.cgi?id=84206 It can be worked around by either adding log4j.jar to the classpath or removing commons-logging-api (I imagine that the second workaround would limit logging until the bootstrap process is completed. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org