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/02/03 20:41:06 UTC

[jira] [Resolved] (ACCUMULO-2312) NPE running Concurrent randomwalk

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

John Vines resolved ACCUMULO-2312.
----------------------------------

    Resolution: Fixed

> NPE running Concurrent randomwalk
> ---------------------------------
>
>                 Key: ACCUMULO-2312
>                 URL: https://issues.apache.org/jira/browse/ACCUMULO-2312
>             Project: Accumulo
>          Issue Type: Bug
>          Components: test
>            Reporter: John Vines
>            Assignee: John Vines
>             Fix For: 1.6.0
>
>
> {code}[randomwalk.Framework] ERROR: Error during random walk
> java.lang.Exception: Error running node ct.ChangePermissions
>         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:622)
>         at org.apache.accumulo.start.Main$1.run(Main.java:137)
>         at java.lang.Thread.run(Thread.java:701)
> Caused by: java.lang.NullPointerException
>         at org.apache.accumulo.test.randomwalk.concurrent.ChangePermissions.visit(ChangePermissions.java:70)
>         at org.apache.accumulo.test.randomwalk.Module.visit(Module.java:254)
>         ... 8 more
> {code}



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