-
Notifications
You must be signed in to change notification settings - Fork 0
Description
Issue
Jagger distribution lib directory contains multiple versions of the same artifact.
Please see for recommendations #841
example:
tomcat:jasper-runtime:jar:5.5.12 -- excluding it fixes an issue
org.mortbay.jetty:jsp-2.1:jar:6.1.14
it results in kernel error:
WARN 11:20:15,443 [Thread-5] log | failed org.mortbay.jetty.webapp.WebAppContext@6ba97416{/,jar:file:/home/macys/runned_jagger/lib/hadoop-core-1.0.4.jar!/webapps/datanode}: java.lang.NoSuchFieldError: IS_SECURITY_ENABLED
WARN 11:20:15,443 [Thread-5] log | failed ContextHandlerCollection@4662ea80: java.lang.NoSuchFieldError: IS_SECURITY_ENABLED
ERROR 11:20:15,443 [Thread-5] log | Error starting handlers
java.lang.NoSuchFieldError: IS_SECURITY_ENABLED
at org.apache.jasper.compiler.JspRuntimeContext.(JspRuntimeContext.java:197)