Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Jakarta-Tomcat 4.1.18 + FreeBSD + linux-sun-jdk14 won't start ...

0 views
Skip to first unread message

Marc G. Fournier

unread,
Feb 14, 2003, 1:49:24 PM2/14/03
to

When I try to start, using linux-sun-jdk14:

Using CATALINA_BASE: /usr/local/jakarta-tomcat4.1
Using CATALINA_HOME: /usr/local/jakarta-tomcat4.1
Using CATALINA_TMPDIR: /usr/local/jakarta-tomcat4.1/temp
Using JAVA_HOME: /usr/local/linux-sun-jdk1.4.1
Using CLASSPATH: /usr/local/linux-sun-jdk1.4.1/lib/tools.jar:/usr/local/jakarta-tomcat4.1/bin/bootstrap.jar

it fails, missing a Class:

Exception during startup processing
java.lang.ClassNotFoundException: org.apache.catalina.startup.Catalina
at org.apache.catalina.loader.StandardClassLoader.loadClass(StandardClassLoader.java:992)
at org.apache.catalina.loader.StandardClassLoader.loadClass(StandardClassLoader.java:857)
at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:176)


If I switch to using the native JDK:

Using CATALINA_BASE: /usr/local/jakarta-tomcat4.1
Using CATALINA_HOME: /usr/local/jakarta-tomcat4.1
Using CATALINA_TMPDIR: /usr/local/jakarta-tomcat4.1/temp
Using JAVA_HOME: /usr/local/jdk1.3.1
Using CLASSPATH: /usr/local/jdk1.3.1/lib/tools.jar:/usr/local/jakarta-tomcat4.1/bin/bootstrap.jar

it all starts beautifully:

[INFO] Http11Protocol - -Initializing Coyote HTTP/1.1 on port 8042
Starting service Tomcat-Standalone
Apache Tomcat/4.1.18
[INFO] Http11Protocol - -Starting Coyote HTTP/1.1 on port 8042
[INFO] ChannelSocket - -JK2: ajp13 listening on 0.0.0.0/0.0.0.0:8043
[INFO] JkMain - -Jk running ID=0 time=17/118 config=/usr/local/jakarta-tomcat4.1/conf/jk2.properties

I've tried using the linux-sun-jdk13, and get the same results as the
jdk14 one ... is there a something that I need to add to my CLASSPATH that
the linux version doesn't have?

Thanks ...

To Unsubscribe: send mail to majo...@FreeBSD.org
with "unsubscribe freebsd-java" in the body of the message

0 new messages