You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by "Josh Elser (JIRA)" <ji...@apache.org> on 2013/03/23 03:13:15 UTC

[jira] [Commented] (ACCUMULO-1195) Can not view traces

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

Josh Elser commented on ACCUMULO-1195:
--------------------------------------

Just noticed this too. Printing out the properties passed to ZKAuthenticator#login(Properties): "\{principal=root\}"

Possibly related to this as well; I noticed that I was getting following constantly spammed in the tracer log:

{noformat}
[trace.TraceServer] INFO : waiting to checking/create the trace table: org.apache.accumulo.core.client.AccumuloSecurityException: Error INSUFFICIENT_PROPERTIES for user root - Unknown security exception
{noformat}
                
> Can not view traces
> -------------------
>
>                 Key: ACCUMULO-1195
>                 URL: https://issues.apache.org/jira/browse/ACCUMULO-1195
>             Project: Accumulo
>          Issue Type: Sub-task
>          Components: master, tserver
>            Reporter: Keith Turner
>            Assignee: John Vines
>             Fix For: 1.5.0
>
>
> When I tried to look at recent traces on the monitor page, I saw the following exception.
> {noformat}
> org.apache.accumulo.core.client.AccumuloSecurityException: Error INSUFFICIENT_PROPERTIES for user root - Unknown security exception
> 	at org.apache.accumulo.core.security.handler.ZKAuthenticator.login(ZKAuthenticator.java:42)
> 	at org.apache.accumulo.server.monitor.servlets.trace.Basic.getScanner(Basic.java:86)
> 	at org.apache.accumulo.server.monitor.servlets.trace.Summary.pageBody(Summary.java:131)
> 	at org.apache.accumulo.server.monitor.servlets.BasicServlet.doGet(BasicServlet.java:61)
> 	at javax.servlet.http.HttpServlet.service(HttpServlet.java:707)
> 	at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
> 	at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:511)
> 	at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:401)
> 	at org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:182)
> 	at org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:766)
> 	at org.mortbay.jetty.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:230)
> 	at org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:152)
> 	at org.mortbay.jetty.Server.handle(Server.java:326)
> 	at org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:542)
> 	at org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:928)
> 	at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:549)
> 	at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:212)
> 	at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:404)
> 	at org.mortbay.jetty.bio.SocketConnector$Connection.run(SocketConnector.java:228)
> 	at org.mortbay.thread.QueuedThreadPool$PoolThread.run(QueuedThreadPool.java:582)
> {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