Return-Path: X-Original-To: apmail-accumulo-dev-archive@www.apache.org Delivered-To: apmail-accumulo-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id CDDF1C3C9 for ; Thu, 4 Jul 2013 03:12:55 +0000 (UTC) Received: (qmail 89369 invoked by uid 500); 4 Jul 2013 03:12:55 -0000 Delivered-To: apmail-accumulo-dev-archive@accumulo.apache.org Received: (qmail 89146 invoked by uid 500); 4 Jul 2013 03:12:54 -0000 Mailing-List: contact dev-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@accumulo.apache.org Delivered-To: mailing list dev@accumulo.apache.org Received: (qmail 89138 invoked by uid 99); 4 Jul 2013 03:12:54 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Jul 2013 03:12:54 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,NORMAL_HTTP_TO_IP,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of mdrob@mdrob.com designates 209.85.128.182 as permitted sender) Received: from [209.85.128.182] (HELO mail-ve0-f182.google.com) (209.85.128.182) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Jul 2013 03:12:49 +0000 Received: by mail-ve0-f182.google.com with SMTP id ox1so700918veb.13 for ; Wed, 03 Jul 2013 20:12:28 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:x-originating-ip:in-reply-to:references:date :message-id:subject:from:to:content-type:x-gm-message-state; bh=ODvpv/6b8YNpa53UGmqybONWbtb+zobcNmsOAJ6xCh8=; b=Uvb+L/tsvRGquNKLq+St0Ngu1HtUrMo8RKaoSvQ3WGw3TiiK08X7KJ7dl/e2L5QPFh Ov086v8znvBEmdb5Rq8LD6GxFswuvx7BL04ZyxSA2T1nUUceB7SgK5OMQNMxbbQ9mZGb mbxjy4bw3PIZYOWGEjj0T1bJRLJ47f8mhIaGord+78fkyzvJaC79SsXGfxMMCHvPp2Zf 9QcESbFygc8L4sKWC92DXfCxgAPLiXZzxSWx9MkUEKxWPo2PhvAudkhJZRnXX8ZcoDlu mRmwkD/qj2qI4sCQ62ja+V2SW76OyEumG1Mg77n8GGQ9sE+uPr+VeSKGZlq4z+VCz2f6 I7jA== MIME-Version: 1.0 X-Received: by 10.220.119.77 with SMTP id y13mr1468443vcq.13.1372907548353; Wed, 03 Jul 2013 20:12:28 -0700 (PDT) Received: by 10.220.26.15 with HTTP; Wed, 3 Jul 2013 20:12:28 -0700 (PDT) X-Originating-IP: [69.255.39.19] In-Reply-To: References: Date: Wed, 3 Jul 2013 23:12:28 -0400 Message-ID: Subject: Re: Accumulo 1.4.4 From: Mike Drob To: dev@accumulo.apache.org Content-Type: multipart/alternative; boundary=001a11c3d814bab61704e0a6f281 X-Gm-Message-State: ALoCoQmnKqrzrR869pyCu/e2AGMB/32T9WRzsj14niAlWPeY7EA9lI2TjS95N8zhGemXxcOPuZ0f X-Virus-Checked: Checked by ClamAV on apache.org --001a11c3d814bab61704e0a6f281 Content-Type: text/plain; charset=ISO-8859-1 Keith, I did a clean checkout of the 1.4 branch from github commit id f78038954 and get the following trace when running the unit test. java.lang.RuntimeException: Initialize process returned 1 at org.apache.accumulo.minicluster.MiniAccumuloCluster.start(MiniAccumuloCluster.java:312) at org.apache.accumulo.minicluster.MiniAccumuloClusterTest.setupMiniCluster(MiniAccumuloClusterTest.java:62) I'm attempting to run this through Eclipse, but maybe something is wrong with my environment? I don't remember running into this issue last time I tried using the MAC. The test prints "13/07/03 23:03:13 INFO minicluster.MiniAccumuloClusterTest: MiniCluster started @ D:\Users\mike\AppData\Local\Temp\junit4457477985249149490" Inside of that directory is a logs dir with a Main_.err and the following contents: 13/07/03 23:03:14 DEBUG SecurityLogger.additivity: preRegister called. Server=com.sun.jmx.mbeanserver.JmxMBeanServer@1d6e5ecb, name=log4j:logger=SecurityLogger.additivity 13/07/03 23:03:14 DEBUG SecurityLogger.additivity: preRegister called. Server=com.sun.jmx.mbeanserver.JmxMBeanServer@1d6e5ecb, name=log4j:logger=SecurityLogger.additivity 13/07/03 23:03:14 INFO quorum.QuorumPeerConfig: Reading configuration from: D:\Users\mike\AppData\Local\Temp\junit4457477985249149490\conf\zoo.cfg 13/07/03 23:03:14 INFO server.ZooKeeperServerMain: Starting server 13/07/03 23:03:14 INFO server.ZooKeeperServer: Server environment:zookeeper.version=3.3.1-942149, built on 05/07/2010 17:14 GMT 13/07/03 23:03:14 INFO server.ZooKeeperServer: Server environment:host.name =10.0.0.3 13/07/03 23:03:14 INFO server.ZooKeeperServer: Server environment:java.version=1.7.0_25 13/07/03 23:03:14 INFO server.ZooKeeperServer: Server environment:java.vendor=Oracle Corporation 13/07/03 23:03:14 INFO server.ZooKeeperServer: Server environment:java.home=D:\Program Files\Java\jdk1.7.0_25\jre 13/07/03 23:03:14 INFO server.ZooKeeperServer: Server environment:java.class.path= 13/07/03 23:03:14 INFO server.ZooKeeperServer: Server environment:java.io.tmpdir=D:\Users\mike\AppData\Local\Temp\ 13/07/03 23:03:14 INFO server.ZooKeeperServer: Server environment:java.compiler= 13/07/03 23:03:14 INFO server.ZooKeeperServer: Server environment:os.name=Windows 7 13/07/03 23:03:14 INFO server.ZooKeeperServer: Server environment:os.arch=amd64 13/07/03 23:03:14 INFO server.ZooKeeperServer: Server environment:os.version=6.1 13/07/03 23:03:14 INFO server.ZooKeeperServer: Server environment:user.name =mike 13/07/03 23:03:14 INFO server.ZooKeeperServer: Server environment:user.home=D:\Users\mike 13/07/03 23:03:14 INFO server.ZooKeeperServer: Server environment:user.dir=D:\Users\mike\git\accumulo\src\minicluster 13/07/03 23:03:14 INFO server.ZooKeeperServer: tickTime set to 1000 13/07/03 23:03:14 INFO server.ZooKeeperServer: minSessionTimeout set to -1 13/07/03 23:03:14 INFO server.ZooKeeperServer: maxSessionTimeout set to -1 13/07/03 23:03:14 INFO server.NIOServerCnxn: binding to port 0.0.0.0/0.0.0.0:28195 13/07/03 23:03:14 INFO persistence.FileTxnSnapLog: Snapshotting: 0 Any thoughts on where to look from here? On Tue, Jul 2, 2013 at 9:43 AM, Keith Turner wrote: > Can anyone verify the patch on ACCUMULO-895 for 1.4 works in windows? > AFAIK 1.5 works ok w/ Windows. > > > On Mon, Jul 1, 2013 at 5:25 PM, Mike Drob wrote: > > > I've created a JIRA for putting together a 1.4.4 release. > > https://issues.apache.org/jira/browse/ACCUMULO-1546 > > > > There are 9 outstanding issues at this time, some of which will likely > slip > > into 1.4.5 if they are not addressed. If anybody has specific changes > that > > they would like to see made, now is the time. > > > > Thanks, > > Mike > > > --001a11c3d814bab61704e0a6f281--