Return-Path: X-Original-To: apmail-accumulo-notifications-archive@minotaur.apache.org Delivered-To: apmail-accumulo-notifications-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 41909109F0 for ; Tue, 24 Dec 2013 03:58:55 +0000 (UTC) Received: (qmail 23444 invoked by uid 500); 24 Dec 2013 03:58:53 -0000 Delivered-To: apmail-accumulo-notifications-archive@accumulo.apache.org Received: (qmail 23361 invoked by uid 500); 24 Dec 2013 03:58:52 -0000 Mailing-List: contact notifications-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jira@apache.org Delivered-To: mailing list notifications@accumulo.apache.org Received: (qmail 23352 invoked by uid 99); 24 Dec 2013 03:58:50 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 24 Dec 2013 03:58:50 +0000 Date: Tue, 24 Dec 2013 03:58:50 +0000 (UTC) From: "Josh Elser (JIRA)" To: notifications@accumulo.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (ACCUMULO-2086) NPE on Security Randomwalk with Namespaces MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/ACCUMULO-2086?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Josh Elser resolved ACCUMULO-2086. ---------------------------------- Resolution: Fixed > 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 > 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.(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)