[ https://issues.apache.org/jira/browse/ACCUMULO-2312?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13889755#comment-13889755 ]
John Vines commented on ACCUMULO-2312: -------------------------------------- Corresponding error in master- {code}2014-02-03 14:00:55,228 [fate.Fate] WARN : Failed to execute Repo, tid=26ada983e7c435fc ThriftTableOperationException(tableId:null, tableName:nspc_000.ctt_000, op:CREATE, type:EXISTS, description:null) at org.apache.accumulo.master.tableOps.Utils.checkTableDoesNotExist(Utils.java:49) at org.apache.accumulo.master.tableOps.PopulateZookeeper.call(CreateTable.java:213) at org.apache.accumulo.master.tableOps.PopulateZookeeper.call(CreateTable.java:189) at org.apache.accumulo.master.tableOps.TraceRepo.call(TraceRepo.java:54) at org.apache.accumulo.fate.Fate$TransactionRunner.run(Fate.java:67) at org.apache.accumulo.fate.util.LoggingRunnable.run(LoggingRunnable.java:34) at java.lang.Thread.run(Thread.java:701) {code} > 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)