You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@accumulo.apache.org by "Eric Newton (Commented) (JIRA)" <ji...@apache.org> on 2011/11/24 16:40:40 UTC

[jira] [Commented] (ACCUMULO-184) Accumulo is logging a lot to tracer.log of failure to create tracer table

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

Eric Newton commented on ACCUMULO-184:
--------------------------------------

The username/password for the tracer is configurable.  You'll need to make entries in accumulo-site.xml:

{noformat}

 <property>
    <name>trace.user</name>
    <value>root</name>
 </property>

 <property>
    <name>trace.password</name>
    <value>YourPasswordHere</name>
 </property>

{noformat}

If you use a different user, be sure to grant the user the ability to create tables, or create the table "trace" and grant the trace user the ability to write to the table.

                
> Accumulo is logging a lot to tracer.log of failure to create tracer table
> -------------------------------------------------------------------------
>
>                 Key: ACCUMULO-184
>                 URL: https://issues.apache.org/jira/browse/ACCUMULO-184
>             Project: Accumulo
>          Issue Type: Bug
>          Components: trace
>    Affects Versions: 1.3.5
>         Environment: CentOS release 5.6
> single node Accumulo setup
>            Reporter: Minh Duc Nguyen
>            Assignee: Eric Newton
>            Priority: Minor
>
> Getting this error (over and over again) in tracer.log:
> tracer_server1.bericotechnologies.com.log:23 17:34:25,785 [trace.TraceServer] INFO : waiting to checking/create the trace table: org.apache.accumulo.core.client.AccumuloSecurityException: Error BAD_CREDENTIALS - Username or Password is Invalid
> I'm not sure what credentials are being used, I can verify via the accumulo shell that the root user and my generated user have the right passwords.  

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira