https://issues.apache.org/bugzilla/show_bug.cgi?id=49410
Summary: digest.sh script throws java.lang.NoClassDefFoundError
Product: Tomcat 7
Version: trunk
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: Packaging
AssignedTo: [email protected]
ReportedBy: [email protected]
Created an attachment (id=25553)
--> (https://issues.apache.org/bugzilla/attachment.cgi?id=25553)
Adding tomcat-juli.jar to classpath
After building trunk in Ubuntu 10.04, I run the following
digest.sh -a md5 hello
I throws
Exception in thread "main" java.lang.NoClassDefFoundError:
org/apache/juli/logging/LogFactory
at org.apache.catalina.startup.Tool.<clinit>(Tool.java:76)
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:307)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
... 1 more
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]