You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by "John Vines (JIRA)" <ji...@apache.org> on 2013/02/27 19:11:15 UTC

[jira] [Resolved] (ACCUMULO-1120) stop-all doesn't work: Error BAD_CREDENTIALS for user root

     [ https://issues.apache.org/jira/browse/ACCUMULO-1120?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

John Vines resolved ACCUMULO-1120.
----------------------------------

    Resolution: Fixed

CLI no longer has a default password in it
                
> 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