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 DEF38108B9 for ; Mon, 3 Feb 2014 19:41:10 +0000 (UTC) Received: (qmail 88253 invoked by uid 500); 3 Feb 2014 19:41:06 -0000 Delivered-To: apmail-accumulo-notifications-archive@accumulo.apache.org Received: (qmail 88194 invoked by uid 500); 3 Feb 2014 19:41:06 -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 88181 invoked by uid 99); 3 Feb 2014 19:41:06 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 03 Feb 2014 19:41:06 +0000 Date: Mon, 3 Feb 2014 19:41:06 +0000 (UTC) From: "ASF subversion and git services (JIRA)" To: notifications@accumulo.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (ACCUMULO-2312) NPE running Concurrent randomwalk 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-2312?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13889813#comment-13889813 ] ASF subversion and git services commented on ACCUMULO-2312: ----------------------------------------------------------- Commit 722d6be1d05cdafac17a424c5e91bc166d622231 in branch refs/heads/1.6.0-SNAPSHOT from [~vines] [ https://git-wip-us.apache.org/repos/asf?p=accumulo.git;h=722d6be ] ACCUMULO-2312 test was expecting overly wrapped errors > 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)