Hello all,
We are experiencing this issue when trying to run tomcat 6.0.14 on a RHEL 4.6
system. Looking up through the archives yields items regarding the MANIFEST.MF
Class-Path line, and the actual CLASSPATH environment, however altering these
items or removing them, or leaving them produces the same results.
The interesting thing is, on other machines, the same seteup works fine and
does not throw the exception.
I cannot seem to find any other options other than the MANIFEST.MF, so any help
or even ideas would be greatly appreciated!
Thanks much in advance,
Mario-
Exception follows:
-
Do newlines (empty lines) matter in the seed list?
Exception in thread "main"
java.lang.NoClassDefFoundError:
org/apache/juli/logging/LogFactory
at
org.apache.catalina.startup.Bootstrap.<clinit>(Bootstrap.java:54)
Caused by: java.lang.ClassNotFoundException:
org.apache.juli.logging.LogFactory
at
java.net.URLClassLoader$1.run(URLClassLoader.java:200)
at
java.security.AccessController.doPrivileged(Native Method)
at
java.net.URLClassLoader.findClass(URLClassLoader.java:188)
at
java.lang.ClassLoader.loadClass(ClassLoader.java:306)
at
sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:276)
at
java.lang.ClassLoader.loadClass(ClassLoader.java:251)
at
java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)
... 1 more
---------------------------------------------------------------------
To start a new topic, e-mail: [email protected]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]