Help | Site Map
Connecting Tech Pros Worldwide
 
 
LinkBack Thread Tools
  #1  
Old April 20th, 2007, 03:15 AM
Chen Yang
Guest
 
Posts: n/a
Default Tomcat5+CentOS 4.2+JDK 1.5.0_11 Failure

Hi all,

I have been working on this problem for two days, any suggestion would
be very appreciated.

I am installing Tomcat5 on CentOS 4.2 with the following instructions:
http://www.law.emory.edu/~bchapman/tomcat5.html

1. I installed jpackage-utils by yum from jpackage repo
2. rpmbuild --rebuild /usr/local/src/java-1.5.0-sun-1.5.0.11-1jpp.nosrc.rpm
3. rpm -ivh /usr/src/redhat/RPMS/i586/java-1.5.0-sun-1.5.0.11-1jpp.i586.rpm
4. rpm -ivh
/usr/src/redhat/RPMS/i586/java-1.5.0-sun-devel-1.5.0.11-1jpp.i586.rpm
5. rpmbuild --rebuild --without javadoc
/usr/local/src/jta-1.0.1-0.b.4jpp.nosrc.rpm
6. rpm -ivh /usr/src/redhat/RPMS/noarch/jta-1.0.1-0.b.4jpp.noarch.rpm

So that I installed jdk 1.5.0_11, then I installed tomcat5 with
yum install yum install tomcat5 tomcat5-admin-webapps tomcat5-webapps

There was a problem when I installed tomcat5:
JVM_LIBDIR /usr/lib/jvm-exports/java does not exist or is not a directory

I then modified /etc/tomcat5/tomcat5.conf, commented out JAVA_HOME to
use the system one.

I then run
# /etc/rc.d/init.d/tomcat5 start

It said OK but tomcat5 was not on. I check
/var/log/tomcat5/catalina.out, it said:

Bootstrap: Class loader creation threw exception
java.lang.NoClassDefFoundError: org/apache/commons/logging/LogFactory
at
org.apache.tomcat.util.compat.JdkCompat.<clinit>(J dkCompat.java:55)
at
org.apache.catalina.startup.ClassLoaderFactory.<cl init>(ClassLoaderF
at
org.apache.catalina.startup.Bootstrap.initClassLoa ders(Bootstrap.jav
at org.apache.catalina.startup.Bootstrap.init(Bootstr ap.java:196)
at org.apache.catalina.startup.Bootstrap.main(Bootstr ap.java:402)


I googled the error log, it seemed that the problem has to do with
commons-logging.jar, can any one help me with this?

Thank you so much for your time!

-Chen
 

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

What is Bytes?

We are a network of experts and professionals in IT and software development that help one another with answers to tough questions and share insights. Get the best answers to your questions from over network members.
Post your question now . . .
It's fast and it's free

Popular Articles