You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tajo.apache.org by "Hyunsik Choi (JIRA)" <ji...@apache.org> on 2014/01/27 10:54:38 UTC

[jira] [Created] (TAJO-556) java.lang.NoSuchFieldError: IS_SECURITY_ENABLED

Hyunsik Choi created TAJO-556:
---------------------------------

             Summary: java.lang.NoSuchFieldError: IS_SECURITY_ENABLED
                 Key: TAJO-556
                 URL: https://issues.apache.org/jira/browse/TAJO-556
             Project: Tajo
          Issue Type: Bug
            Reporter: Hyunsik Choi
             Fix For: 0.8-incubating


Please take a look at this log.
https://builds.apache.org/job/PreCommit-TAJO-Build/80//consoleFull

This bug still occurs in some cases. Any one can know how we solve this?

{noformat}
2014-01-27 09:42:37,480 INFO  mortbay.log (NativeMethodAccessorImpl.java:invoke0(?)) - jetty-6.1.14
2014-01-27 09:42:37,516 INFO  mortbay.log (NativeMethodAccessorImpl.java:invoke0(?)) - Extract jar:file:/home/jenkins/.m2/repository/org/apache/hadoop/hadoop-hdfs/2.2.0/hadoop-hdfs-2.2.0-tests.jar!/webapps/hdfs to /tmp/Jetty_localhost_50670_hdfs____.jana6a/webapp
2014-01-27 09:42:37,714 ERROR mortbay.log (NativeMethodAccessorImpl.java:invoke0(?)) - failed jsp
java.lang.NoSuchFieldError: IS_SECURITY_ENABLED
at org.apache.jasper.compiler.JspRuntimeContext.<init>(JspRuntimeContext.java:197)
at org.apache.jasper.servlet.JspServlet.init(JspServlet.java:150)
at org.mortbay.jetty.servlet.ServletHolder.initServlet(ServletHolder.java:431)
at org.mortbay.jetty.servlet.ServletHolder.doStart(ServletHolder.java:263)
at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
at org.mortbay.jetty.servlet.ServletHandler.initialize(ServletHandler.java:643)
at org.mortbay.jetty.servlet.Context.startContext(Context.java:140)
at org.mortbay.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1234)
at org.mortbay.jetty.handler.ContextHandler.doStart(ContextHandler.java:517)
at org.mortbay.jetty.webapp.WebAppContext.doStart(WebAppContext.java:460)
at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
at org.mortbay.jetty.handler.HandlerCollection.doStart(HandlerCollection.java:152)
at org.mortbay.jetty.handler.ContextHandlerCollection.doStart(ContextHandlerCollection.java:156)
at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
at org.mortbay.jetty.handler.HandlerWrapper.doStart(HandlerWrapper.java:130)
at org.mortbay.jetty.Server.doStart(Server.java:222)
at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
{noformat}



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)