Results 1 to 3 of 3

Thread: java.lang.NoClassDefFoundError: org/apache/juli/logging/LogFactory

  1. #1
    Join Date
    Feb 2009
    Posts
    21

    Default 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.

  2. #2
    Join Date
    Feb 2010
    Posts
    1

    Default

    Hi

    I am having the same problem. Did you get it figured out?

    thanks

    diane

  3. #3

    Default

    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
  •