From mapreduce-issues-return-52745-apmail-hadoop-mapreduce-issues-archive=hadoop.apache.org@hadoop.apache.org Tue Oct 2 23:49:07 2012 Return-Path: X-Original-To: apmail-hadoop-mapreduce-issues-archive@minotaur.apache.org Delivered-To: apmail-hadoop-mapreduce-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id BCC3EDA7D for ; Tue, 2 Oct 2012 23:49:07 +0000 (UTC) Received: (qmail 17956 invoked by uid 500); 2 Oct 2012 23:49:07 -0000 Delivered-To: apmail-hadoop-mapreduce-issues-archive@hadoop.apache.org Received: (qmail 17912 invoked by uid 500); 2 Oct 2012 23:49:07 -0000 Mailing-List: contact mapreduce-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: mapreduce-issues@hadoop.apache.org Delivered-To: mailing list mapreduce-issues@hadoop.apache.org Received: (qmail 17903 invoked by uid 99); 2 Oct 2012 23:49:07 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Oct 2012 23:49:07 +0000 Date: Wed, 3 Oct 2012 10:49:07 +1100 (NCT) From: "Gopal V (JIRA)" To: mapreduce-issues@hadoop.apache.org Message-ID: <1146956116.156955.1349221747497.JavaMail.jiratomcat@arcas> In-Reply-To: <1799837843.152865.1349148549421.JavaMail.jiratomcat@arcas> Subject: [jira] [Commented] (MAPREDUCE-4700) ACL Failure in TestWebUIAuthorization causes Timeout MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/MAPREDUCE-4700?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13468198#comment-13468198 ] Gopal V commented on MAPREDUCE-4700: ------------------------------------ Tests failing on branch-1 as well with similar errors. > ACL Failure in TestWebUIAuthorization causes Timeout > ---------------------------------------------------- > > Key: MAPREDUCE-4700 > URL: https://issues.apache.org/jira/browse/MAPREDUCE-4700 > Project: Hadoop Map/Reduce > Issue Type: Bug > Affects Versions: 1.1.1 > Reporter: Gopal V > Priority: Minor > > TestWebUIAuthorization test fails > {code} > [junit] 2012-10-01 20:25:17,576 INFO mapred.JobTracker (JobTracker.java:initializeFilesystem(1911)) - HDFS initialized but not 'healthy' yet, waiting... > [junit] 2012-10-01 20:25:17,601 INFO mapred.MiniMRCluster (MiniMRCluster.java:startJobTracker(640)) - JobTracker still initializing. Waiting. > [junit] 2012-10-01 20:25:18,587 INFO ipc.Server (Server.java:doRead(543)) - IPC Server listener on 63935: readAndProcess threw exception org.apache.hadoop.security.AccessControlException: Connection from 127.0.0.1:64022 for protocol org.apache.hadoop.hdfs.protocol.ClientProtocol is unauthorized for user gopal. Count of bytes read: 0 > [junit] org.apache.hadoop.security.AccessControlException: Connection from 127.0.0.1:64022 for protocol org.apache.hadoop.hdfs.protocol.ClientProtocol is unauthorized for user gopal > [junit] at org.apache.hadoop.ipc.Server$Connection.processOneRpc(Server.java:1294) > [junit] at org.apache.hadoop.ipc.Server$Connection.readAndProcess(Server.java:1189) > [junit] at org.apache.hadoop.ipc.Server$Listener.doRead(Server.java:538) > [junit] at org.apache.hadoop.ipc.Server$Listener$Reader.run(Server.java:345) > [junit] at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) > [junit] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) > [junit] at java.lang.Thread.run(Thread.java:680) > {code} > This is repeated until a timeout is triggered -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira