Created
November 15, 2012 14:14
-
-
Save raphink/4078813 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/juli/logging/LogFactory | |
at org.apache.catalina.startup.Bootstrap.<clinit>(Bootstrap.java:55) | |
Caused by: java.lang.ClassNotFoundException: org.apache.juli.logging.LogFactory | |
at java.net.URLClassLoader$1.run(URLClassLoader.java:202) | |
at java.security.AccessController.doPrivileged(Native Method) | |
at java.net.URLClassLoader.findClass(URLClassLoader.java:190) | |
at java.lang.ClassLoader.loadClass(ClassLoader.java:306) | |
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301) | |
at java.lang.ClassLoader.loadClass(ClassLoader.java:247) | |
... 1 more | |
Could not find the main class: org.apache.catalina.startup.Bootstrap. Program will exit. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment