Return-Path: X-Original-To: apmail-accumulo-notifications-archive@minotaur.apache.org Delivered-To: apmail-accumulo-notifications-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 7F255E341 for ; Thu, 7 Mar 2013 22:02:16 +0000 (UTC) Received: (qmail 27075 invoked by uid 500); 7 Mar 2013 22:02:16 -0000 Delivered-To: apmail-accumulo-notifications-archive@accumulo.apache.org Received: (qmail 27017 invoked by uid 500); 7 Mar 2013 22:02:15 -0000 Mailing-List: contact notifications-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jira@apache.org Delivered-To: mailing list notifications@accumulo.apache.org Received: (qmail 26972 invoked by uid 99); 7 Mar 2013 22:02:15 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Mar 2013 22:02:15 +0000 Date: Thu, 7 Mar 2013 22:02:15 +0000 (UTC) From: "Hudson (JIRA)" To: notifications@accumulo.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (ACCUMULO-1162) Security.xml random walk test fails 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/ACCUMULO-1162?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13596449#comment-13596449 ] Hudson commented on ACCUMULO-1162: ---------------------------------- Integrated in Accumulo-Trunk #767 (See [https://builds.apache.org/job/Accumulo-Trunk/767/]) ACCUMULO-1162 - Initialization now sets TableUser to non-existant. (Revision 1454008) Result = SUCCESS vines : Files : * /accumulo/trunk * /accumulo/trunk/test/src/main/java/org/apache/accumulo/test/randomwalk/security/WalkingSecurity.java > Security.xml random walk test fails > ----------------------------------- > > Key: ACCUMULO-1162 > URL: https://issues.apache.org/jira/browse/ACCUMULO-1162 > Project: Accumulo > Issue Type: Bug > Components: test > Environment: ten node test cluster > Reporter: Eric Newton > Assignee: John Vines > Fix For: 1.5.0 > > > {noformat} > 07 14:21:47,926 [randomwalk.Framework] ERROR: Error during random walk > java.lang.Exception: Error running node Security.xml > at org.apache.accumulo.test.randomwalk.Module.visit(Module.java:285) > at org.apache.accumulo.test.randomwalk.Framework.run(Framework.java:65) > at org.apache.accumulo.test.randomwalk.Framework.main(Framework.java:125) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.apache.accumulo.start.Main$1.run(Main.java:99) > at java.lang.Thread.run(Thread.java:662) > Caused by: java.lang.Exception: Error running node SystemChangeTablePass > at org.apache.accumulo.test.randomwalk.Module.visit(Module.java:285) > at org.apache.accumulo.test.randomwalk.Module.visit(Module.java:254) > ... 8 more > Caused by: org.apache.accumulo.core.client.AccumuloException: User table_example_com doesn't exist and they SHOULD. > at org.apache.accumulo.test.randomwalk.security.ChangePass.visit(ChangePass.java:77) > at org.apache.accumulo.test.randomwalk.Module.visit(Module.java:254) > ... 9 more > Caused by: org.apache.accumulo.core.client.AccumuloSecurityException: Error USER_DOESNT_EXIST for user table_example_com - The user does not exist > at org.apache.accumulo.core.client.admin.SecurityOperationsImpl.execute(SecurityOperationsImpl.java:59) > at org.apache.accumulo.core.client.admin.SecurityOperationsImpl.changeLocalUserPassword(SecurityOperationsImpl.java:154) > at org.apache.accumulo.test.randomwalk.security.ChangePass.visit(ChangePass.java:68) > ... 10 more > Caused by: ThriftSecurityException(user:table_example_com, code:USER_DOESNT_EXIST) > at org.apache.accumulo.core.client.impl.thrift.ClientService$changeLocalUserPassword_result$changeLocalUserPassword_resultStandardScheme.read(ClientService.java:11182) > at org.apache.accumulo.core.client.impl.thrift.ClientService$changeLocalUserPassword_result$changeLocalUserPassword_resultStandardScheme.read(ClientService.java:11168) > at org.apache.accumulo.core.client.impl.thrift.ClientService$changeLocalUserPassword_result.read(ClientService.java:11118) > at org.apache.thrift.TServiceClient.receiveBase(TServiceClient.java:78) > at org.apache.accumulo.core.client.impl.thrift.ClientService$Client.recv_changeLocalUserPassword(ClientService.java:420) > at org.apache.accumulo.core.client.impl.thrift.ClientService$Client.changeLocalUserPassword(ClientService.java:404) > at org.apache.accumulo.core.client.admin.SecurityOperationsImpl$4.execute(SecurityOperationsImpl.java:157) > at org.apache.accumulo.core.client.admin.SecurityOperationsImpl$4.execute(SecurityOperationsImpl.java:154) > at org.apache.accumulo.core.client.impl.ServerClient.executeRaw(ServerClient.java:108) > at org.apache.accumulo.core.client.admin.SecurityOperationsImpl.execute(SecurityOperationsImpl.java:51) > ... 12 more > {noformat} -- 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