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 077911056E for ; Thu, 4 Jul 2013 14:42:01 +0000 (UTC) Received: (qmail 27267 invoked by uid 500); 4 Jul 2013 14:42:00 -0000 Delivered-To: apmail-accumulo-dev-archive@accumulo.apache.org Received: (qmail 27152 invoked by uid 500); 4 Jul 2013 14:41:58 -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 27143 invoked by uid 99); 4 Jul 2013 14:41:57 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Jul 2013 14:41:57 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,NORMAL_HTTP_TO_IP,RCVD_IN_DNSWL_LOW X-Spam-Check-By: apache.org Received-SPF: error (nike.apache.org: local policy) Received: from [209.85.220.182] (HELO mail-vc0-f182.google.com) (209.85.220.182) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Jul 2013 14:41:52 +0000 Received: by mail-vc0-f182.google.com with SMTP id id13so929870vcb.41 for ; Thu, 04 Jul 2013 07:41:10 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:x-gm-message-state; bh=J5nt9IRpLS/z2Uhvj/wU5baYVXHHiHb6xCDFiIl/mHU=; b=Vh5dR/9Gt/tdlhpwihjoiFT+xAVFJObxPV8ta/WV5CRxtwGwQRJ2rTzrzGhKTA/X52 x8nG7/+uZj8nqSDnEvp8TrYYx2/lbRcILw1LgIo4HUCmAggn16VENjhRIBUxMn85W8A3 EBd6T9TYj73bYDRdPH+t2ApMlIhs6bQZuQGVnd31VExwspUnNaOfnczEaMxyfa3yFGpI pKCqrDKl2010rQPgD1LLPLoQs/mGL+Hz5HdjQoPI/lVnWSqgvH/0HY9+XCw/FT4aKNG1 14ukiarWsQXQ/g79PHXiaF/R38isa+ol0YTlos2sbH7/7hCVIoplHpRds26IbucnTntv a9GA== MIME-Version: 1.0 X-Received: by 10.58.249.236 with SMTP id yx12mr3284468vec.25.1372948870558; Thu, 04 Jul 2013 07:41:10 -0700 (PDT) Received: by 10.220.85.2 with HTTP; Thu, 4 Jul 2013 07:41:10 -0700 (PDT) In-Reply-To: References: Date: Thu, 4 Jul 2013 10:41:10 -0400 Message-ID: Subject: Re: Accumulo 1.4.4 From: Keith Turner To: dev@accumulo.apache.org Content-Type: multipart/alternative; boundary=047d7bacc096b9b8b204e0b0912b X-Gm-Message-State: ALoCoQnzYVAryJOQaAM9mGuvtLPrFHX6vd697lfST9Ox+k15I7mpr8CzlUhAmM2NU1Zn+q+m28De X-Virus-Checked: Checked by ClamAV on apache.org --047d7bacc096b9b8b204e0b0912b Content-Type: text/plain; charset=ISO-8859-1 On Wed, Jul 3, 2013 at 11:12 PM, Mike Drob wrote: > 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. > Did you apply the patch? Is Main_.err the only file in the dir? Looks like the Main file is related to zookeeper. Maybe that started ok. The next thing it would probably try to run is Initialize, maybe thats the process that died. Whats at line MiniAccumuloCluster.java:312? I could look but I am not sure if you applied the patch, sound like maybe you did not. > > 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 > > > > > > --047d7bacc096b9b8b204e0b0912b--