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

Vijayakumar Ramdoss commented on HADOOP-10117:
----------------------------------------------

Seems, it appear again, and have been check-out the code from here 
http://svn.apache.org/repos/asf/hadoop/common/branches/branch-2.2.0/

Please refer the error message here


[INFO] 
[INFO] --- maven-antrun-plugin:1.6:run (create-testdirs) @ hadoop-auth ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: 
/opt/hadoop-source/branch-2.2.0/hadoop-common-project/hadoop-auth/target/test-dir
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-resources-plugin:2.2:resources (default-resources) @ 
hadoop-auth ---
[INFO] Using default encoding to copy filtered resources.
[INFO] 
[INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ hadoop-auth 
---
[INFO] Compiling 17 source files to 
/opt/hadoop-source/branch-2.2.0/hadoop-common-project/hadoop-auth/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.2:testResources (default-testResources) @ 
hadoop-auth ---
[INFO] Using default encoding to copy filtered resources.
[INFO] 
[INFO] --- maven-compiler-plugin:2.5.1:testCompile (default-testCompile) @ 
hadoop-auth ---
[INFO] Compiling 13 source files to 
/opt/hadoop-source/branch-2.2.0/hadoop-common-project/hadoop-auth/target/test-classes
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] 
/opt/hadoop-source/branch-2.2.0/hadoop-common-project/hadoop-auth/src/test/java/org/apache/hadoop/security/authentication/client/AuthenticatorTestCase.java:[88,11]
 error: cannot access AbstractLifeCycle
[ERROR]   class file for org.mortbay.component.AbstractLifeCycle not found
/opt/hadoop-source/branch-2.2.0/hadoop-common-project/hadoop-auth/src/test/java/org/apache/hadoop/security/authentication/client/AuthenticatorTestCase.java:[96,29]
 error: cannot access LifeCycle
[ERROR]   class file for org.mortbay.component.LifeCycle not found
/opt/hadoop-source/branch-2.2.0/hadoop-common-project/hadoop-auth/src/test/java/org/apache/hadoop/security/authentication/client/AuthenticatorTestCase.java:[98,10]
 error: cannot find symbol
[ERROR]   symbol:   method start()
  location: variable server of type Server
/opt/hadoop-source/branch-2.2.0/hadoop-common-project/hadoop-auth/src/test/java/org/apache/hadoop/security/authentication/client/AuthenticatorTestCase.java:[104,12]
 error: cannot find symbol


> Unable to compile source code from stable 2.2.0 release
> -------------------------------------------------------
>
>                 Key: HADOOP-10117
>                 URL: https://issues.apache.org/jira/browse/HADOOP-10117
>             Project: Hadoop Common
>          Issue Type: Bug
>    Affects Versions: 2.2.0
>         Environment: windows 7
>            Reporter: Prasad Ramalingam
>
> I am trying to compile the source code but I am getting the following error.
> [ERROR] 
> D:\hadoop-src\hadoop-2.2.0-src\hadoop-common-project\hadoop-auth\src\tes
> t\java\org\apache\hadoop\security\authentication\client\AuthenticatorTestCase.ja
> va:[86,13] cannot access org.mortbay.component.AbstractLifeCycle
> class file for org.mortbay.component.AbstractLifeCycle not found
>     server = new Server(0);
> [ERROR] 
> D:\hadoop-src\hadoop-2.2.0-src\hadoop-common-project\hadoop-auth\src\tes
> t\java\org\apache\hadoop\security\authentication\client\AuthenticatorTestCase.ja
> va:[96,29] cannot access org.mortbay.component.LifeCycle
> class file for org.mortbay.component.LifeCycle not found
>     server.getConnectors()[0].setHost(host);
> [ERROR] 
> D:\hadoop-src\hadoop-2.2.0-src\hadoop-common-project\hadoop-auth\src\tes
> t\java\org\apache\hadoop\security\authentication\client\AuthenticatorTestCase.ja
> va:[98,10] cannot find symbol
> symbol  : method start()
> location: class org.mortbay.jetty.Server
> [ERROR] 
> D:\hadoop-src\hadoop-2.2.0-src\hadoop-common-project\hadoop-auth\src\tes
> t\java\org\apache\hadoop\security\authentication\client\AuthenticatorTestCase.ja
> va:[104,12] cannot find symbol
> symbol  : method stop()
> location: class org.mortbay.jetty.Server
> Looks like the build is broken.
> Please fix and let me know as to when I can download the stable version.



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

Reply via email to