You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2014/01/23 19:06:38 UTC

[jira] [Commented] (ACCUMULO-2183) [RW] Error in Security.Validate

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

ASF subversion and git services commented on ACCUMULO-2183:
-----------------------------------------------------------

Commit 956c32f8fa258ea0b87f267675cdcec91e16dce1 in branch refs/heads/1.5.1-SNAPSHOT from [~elserj]
[ https://git-wip-us.apache.org/repos/asf?p=accumulo.git;h=956c32f ]

ACCUMULO-2183 Look for the thrift SecurityErrorCode since this is coming from the ThriftSecurityException.


> [RW] Error in Security.Validate
> -------------------------------
>
>                 Key: ACCUMULO-2183
>                 URL: https://issues.apache.org/jira/browse/ACCUMULO-2183
>             Project: Accumulo
>          Issue Type: Bug
>          Components: test
>            Reporter: Josh Elser
>            Assignee: Josh Elser
>             Fix For: 1.5.1
>
>
> {noformat}
> 11 12:02:58,543 [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:57)
>         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>         at java.lang.reflect.Method.invoke(Method.java:606)
>         at org.apache.accumulo.start.Main$1.run(Main.java:103)
>         at java.lang.Thread.run(Thread.java:744)
> Caused by: java.lang.Exception: Error running node security.Validate
>         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: Unexpected exception!
>         at org.apache.accumulo.test.randomwalk.security.Validate.validate(Validate.java:117)
>         at org.apache.accumulo.test.randomwalk.security.Validate.visit(Validate.java:37)
>         at org.apache.accumulo.test.randomwalk.Module.visit(Module.java:254)
>         ... 9 more
> Caused by: ThriftSecurityException(user:table_hostname_domain, code:USER_DOESNT_EXIST)
>         at org.apache.accumulo.server.security.SecurityOperation.targetUserExists(SecurityOperation.java:277)
>         at org.apache.accumulo.server.security.SecurityOperation.getUserAuthorizations(SecurityOperation.java:197)
>         at org.apache.accumulo.server.security.SecurityOperation.getUserAuthorizations(SecurityOperation.java:214)
>         at org.apache.accumulo.test.randomwalk.security.Validate.validate(Validate.java:108)
>         ... 11 more
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)