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 D5A76EE69 for ; Wed, 27 Feb 2013 14:59:12 +0000 (UTC) Received: (qmail 82487 invoked by uid 500); 27 Feb 2013 14:59:12 -0000 Delivered-To: apmail-accumulo-notifications-archive@accumulo.apache.org Received: (qmail 82450 invoked by uid 500); 27 Feb 2013 14:59:12 -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 82441 invoked by uid 99); 27 Feb 2013 14:59:12 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 Feb 2013 14:59:12 +0000 Date: Wed, 27 Feb 2013 14:59:12 +0000 (UTC) From: "Eric Newton (JIRA)" To: notifications@accumulo.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (ACCUMULO-1120) stop-all doesn't work: Error BAD_CREDENTIALS for user root MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Eric Newton created ACCUMULO-1120: ------------------------------------- Summary: stop-all doesn't work: Error BAD_CREDENTIALS for user root Key: ACCUMULO-1120 URL: https://issues.apache.org/jira/browse/ACCUMULO-1120 Project: Accumulo Issue Type: Bug Reporter: Eric Newton Assignee: John Vines Priority: Blocker Fix For: 1.5.0 {noformat} $ bin/accumulo admin stopAll 2013-02-27 14:56:14,072 [util.Admin] ERROR: org.apache.accumulo.core.client.AccumuloSecurityException: Error BAD_CREDENTIALS for user root - Username or Password is Invalid org.apache.accumulo.core.client.AccumuloSecurityException: Error BAD_CREDENTIALS for user root - Username or Password is Invalid at org.apache.accumulo.core.client.impl.MasterClient.execute(MasterClient.java:119) at org.apache.accumulo.server.util.Admin.stopServer(Admin.java:107) at org.apache.accumulo.server.util.Admin.main(Admin.java:95) 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:97) at java.lang.Thread.run(Thread.java:662) Caused by: ThriftSecurityException(user:root, code:BAD_CREDENTIALS) at org.apache.accumulo.core.master.thrift.MasterClientService$shutdown_result$shutdown_resultStandardScheme.read(MasterClientService.java:8424) at org.apache.accumulo.core.master.thrift.MasterClientService$shutdown_result$shutdown_resultStandardScheme.read(MasterClientService.java:8410) at org.apache.accumulo.core.master.thrift.MasterClientService$shutdown_result.read(MasterClientService.java:8360) at org.apache.thrift.TServiceClient.receiveBase(TServiceClient.java:78) at org.apache.accumulo.core.master.thrift.MasterClientService$Client.recv_shutdown(MasterClientService.java:312) at org.apache.accumulo.core.master.thrift.MasterClientService$Client.shutdown(MasterClientService.java:297) at org.apache.accumulo.server.util.Admin$1.execute(Admin.java:110) at org.apache.accumulo.server.util.Admin$1.execute(Admin.java:107) at org.apache.accumulo.core.client.impl.MasterClient.execute(MasterClient.java:113) ... 8 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