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 2014/01/30 17:20:08 UTC

[jira] [Issue Comment Deleted] (ACCUMULO-2086) NPE on Security Randomwalk with Namespaces

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

John Vines updated ACCUMULO-2086:
---------------------------------

    Comment: was deleted

(was: I don't know how I feel about it just kicking back if it can't find the TableID. It should probably be tracking the TableID in the state.)

> NPE on Security Randomwalk with Namespaces
> ------------------------------------------
>
>                 Key: ACCUMULO-2086
>                 URL: https://issues.apache.org/jira/browse/ACCUMULO-2086
>             Project: Accumulo
>          Issue Type: Bug
>          Components: test
>            Reporter: Josh Elser
>            Assignee: Josh Elser
>              Labels: 16_qa_bug
>             Fix For: 1.6.0
>
>
> {noformat}
> 20 17:49:02,144 [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:137)
> 	at java.lang.Thread.run(Thread.java:744)
> Caused by: java.lang.Exception: Error running node security.TableOp
> 	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: java.lang.NullPointerException
> 	at java.lang.String.<init>(String.java:505)
> 	at org.apache.accumulo.core.client.impl.Tables.getNamespace(Tables.java:201)
> 	at org.apache.accumulo.server.security.SecurityOperation.hasNamespacePermissionForTableId(SecurityOperation.java:330)
> 	at org.apache.accumulo.server.security.SecurityOperation.canWrite(SecurityOperation.java:410)
> 	at org.apache.accumulo.test.randomwalk.security.TableOp.visit(TableOp.java:143)
> 	at org.apache.accumulo.test.randomwalk.Module.visit(Module.java:254)
> 	... 9 more
> {noformat}



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