-
Dec 11th, 2009, 11:10 PM
#1
java.lang.NoClassDefFoundError: org/apache/juli/logging/LogFactory
Hello,
When I start the server instance in eclipse galileo i get this error:
Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/juli/logging/LogFactory
at org.apache.catalina.startup.Bootstrap.<clinit>(Boo tstrap.java:55)
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.j ava:188)
the server wont start,
thanks.
cheers.
-
Feb 24th, 2010, 02:51 PM
#2
Hi
I am having the same problem. Did you get it figured out?
thanks
diane
-
Feb 24th, 2010, 03:12 PM
#3
Tomcat's bootstrap.jar used to reference the file bin/tomcat-juli.jar in it's manifest. That is changing since it forced tomcat to use a specific library. Instead, it has to be added to the -classpath line. Open your server configuration, and add tomcat-juli.jar to the classpath, and it will work.
I am not a a computer that has eclipse right now, but once I get there I can post more specific information.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules