You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tajo.apache.org by "Jaehwa Jung (JIRA)" <ji...@apache.org> on 2014/01/14 17:22:50 UTC

[jira] [Commented] (TAJO-502) Jenkins build is failing

    [ https://issues.apache.org/jira/browse/TAJO-502?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13870857#comment-13870857 ] 

Jaehwa Jung commented on TAJO-502:
----------------------------------

Thanks you for your patch.
I came across same situation on my local cluster.
'mvn clean install' finished successfully, and I succeed to run my local Tajo cluster with your patch. 

Ship it. :)

> Jenkins build is failing
> ------------------------
>
>                 Key: TAJO-502
>                 URL: https://issues.apache.org/jira/browse/TAJO-502
>             Project: Tajo
>          Issue Type: Bug
>          Components: build
>    Affects Versions: 0.8-incubating
>         Environment: * Apache Jenkins
> * Maven 3.0.3
>            Reporter: Jinho Kim
>            Assignee: Jinho Kim
>         Attachments: TAJO-502.patch
>
>
> Jenkins builds are failing due to maven-3.0.3 dependency issue
> * http://jira.codehaus.org/browse/MNG-5096
> Jenkins log :
> {noformat}
> -------------------------------------------------------
> Running org.apache.tajo.benchmark.TestTPCH
> 2014-01-14 03:42:56,201 INFO  tajo.LocalTajoTestingUtility (LocalTajoTestingUtility.java:setup(66)) - ===================================================
> 2014-01-14 03:42:56,205 INFO  tajo.LocalTajoTestingUtility (LocalTajoTestingUtility.java:setup(67)) - Starting Test Cluster.
> 2014-01-14 03:42:56,205 INFO  tajo.LocalTajoTestingUtility (LocalTajoTestingUtility.java:setup(68)) - ===================================================
> 2014-01-14 03:42:56,334 INFO  tajo.TajoTestingCluster (TajoTestingCluster.java:startMiniCluster(378)) - Starting up minicluster with 1 master(s) and 1 worker(s) and 1 datanode(s)
> 2014-01-14 03:42:56,751 WARN  util.NativeCodeLoader (NativeCodeLoader.java:<clinit>(62)) - Unable to load native-hadoop library for your platform... using builtin-java classes where applicable
> Formatting using clusterid: testClusterID
> 2014-01-14 03:42:57,533 WARN  impl.MetricsConfig (MetricsConfig.java:loadFirst(124)) - Cannot locate configuration: tried hadoop-metrics2-namenode.properties,hadoop-metrics2.properties
> 2014-01-14 03:42:57,642 INFO  mortbay.log (NativeMethodAccessorImpl.java:invoke0(?)) - Logging to org.slf4j.impl.Log4jLoggerAdapter(org.mortbay.log) via org.mortbay.log.Slf4jLog
> 2014-01-14 03:42:57,725 INFO  mortbay.log (NativeMethodAccessorImpl.java:invoke0(?)) - jetty-6.1.14
> 2014-01-14 03:42:57,756 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_37381_hdfs____.9nyhn2/webapp
> 2014-01-14 03:42:57,949 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)
> {noformat}
> {noformat}
> /apache-maven-3.0.3/bin/mvn dependency:list
> [INFO] ------------------------------------------------------------------------
> [INFO] Building Tajo Core Backend 0.8.0-SNAPSHOT
> [INFO] ------------------------------------------------------------------------
> [INFO] 
> [INFO] --- maven-dependency-plugin:2.1:list (default-cli) @ tajo-core-backend ---
> [INFO] 
> [INFO] The following files have been resolved:
> ……
> [INFO]    tomcat:jasper-runtime:jar:5.5.23:test
> [INFO]    xmlenc:xmlenc:jar:0.52:compile
> {noformat}



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