Bug 35487 - TomCat5 Fails to start under Suse 9.3
Summary: TomCat5 Fails to start under Suse 9.3
Status: RESOLVED INVALID
Alias: None
Product: Tomcat 5
Classification: Unclassified
Component: Unknown (show other bugs)
Version: 5.0.30
Hardware: Sun Linux
: P1 blocker (vote)
Target Milestone: ---
Assignee: Tomcat Developers Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-06-23 18:08 UTC by David Neumann
Modified: 2005-06-23 10:36 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David Neumann 2005-06-23 18:08:15 UTC
TomCat fails to start under Suse. I have the apache2 web server and Java 1.5.0 
installed as well and there was no dependency issues when building the box.

In the /usr/share/java/logs directory the Start.log and the Catalina.out read 
as follows:

Start.log:

Using CATALINA_BASE:   /usr/share/tomcat5
Using CATALINA_HOME:   /usr/share/tomcat5
Using CATALINA_TMPDIR: /usr/share/tomcat5/temp
Using JAVA_HOME:       /usr/lib/jvm/java
/usr/share/tomcat5/bin/catalina.sh: line 284: /var/run/tomcat5.pid: Permission 
denied


Catalina.out:

java.lang.NoClassDefFoundError: org/apache/commons/digester/Digester
	at java.lang.Class.getDeclaredConstructors0(Native Method)
	at java.lang.Class.privateGetDeclaredConstructors(Class.java:2328)
	at java.lang.Class.getConstructor0(Class.java:2640)
	at java.lang.Class.newInstance0(Class.java:321)
	at java.lang.Class.newInstance(Class.java:303)
	at org.apache.catalina.startup.Bootstrap.init(Bootstrap.java:208)
	at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:402)
java.lang.NoClassDefFoundError: org/apache/commons/digester/Digester
	at java.lang.Class.getDeclaredConstructors0(Native Method)
	at java.lang.Class.privateGetDeclaredConstructors(Class.java:2328)
	at java.lang.Class.getConstructor0(Class.java:2640)
	at java.lang.Class.newInstance0(Class.java:321)
	at java.lang.Class.newInstance(Class.java:303)
	at org.apache.catalina.startup.Bootstrap.init(Bootstrap.java:208)
	at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:402)

Note sure where the problem is, although I am new to all of this so any 
assistance that you could provide would be absolutely appreciated.
Comment 1 Tim Funk 2005-06-23 18:21:14 UTC
Please use the tomcat-user list to debug this. (or search the archives)
Comment 2 David Neumann 2005-06-23 18:30:39 UTC
(In reply to comment #1)
> Please use the tomcat-user list to debug this. (or search the archives)

Okay what tomcat-user list? And what archives am I suposed to be searching? 
Could you be a little more specific?