Return-Path: X-Original-To: apmail-couchdb-dev-archive@www.apache.org Delivered-To: apmail-couchdb-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 894FB9536 for ; Tue, 12 Mar 2013 17:37:24 +0000 (UTC) Received: (qmail 37776 invoked by uid 500); 12 Mar 2013 17:27:11 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 39538 invoked by uid 500); 12 Mar 2013 17:22:57 -0000 Mailing-List: contact dev-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list dev@couchdb.apache.org Received: (qmail 89864 invoked by uid 99); 12 Mar 2013 13:41:00 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 Mar 2013 13:41:00 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [209.85.212.169] (HELO mail-wi0-f169.google.com) (209.85.212.169) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 Mar 2013 13:40:54 +0000 Received: by mail-wi0-f169.google.com with SMTP id l13so2015190wie.0 for ; Tue, 12 Mar 2013 06:40:34 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:x-received:x-originating-ip:in-reply-to:references :date:message-id:subject:from:to:content-type:x-gm-message-state; bh=ros/Eu6HpFxT3pSI/XH7kbkViAok67OPbEv5ZBkGGRM=; b=UbSgxxwDT266sVfln+WDGcLu20dLEn3TxHel8JwLHz5JKU1CtUwxFikH/1/RxSwCAC nMLU6lJ+FDMx/FCg6+YgVdIAb6RMfe80vkA2bcRMAVDixqWk64PAO4y3U//SXTaEz5EF TyvsVSfOx0shXoqi3m6jjR6M+u8JhULyxJsS8Oqf/nQycVk47bcdCYyWbisgdpNI5qD+ I+BZEV2fOXq5cmLaCMRrIU8k1WBAAKbvhpQBvZfxnyxMlpgwOzDuqc/FfJG6VXIKD3bd IWdopXtcPIgNdij8J0FGrhxd5Edyqaksm2CYUFdqt/TIHC+JD3FypPAufDMuQhxq/xWn nVdg== MIME-Version: 1.0 X-Received: by 10.194.158.161 with SMTP id wv1mr26844007wjb.38.1363095634040; Tue, 12 Mar 2013 06:40:34 -0700 (PDT) Received: by 10.194.88.199 with HTTP; Tue, 12 Mar 2013 06:40:33 -0700 (PDT) X-Originating-IP: [74.15.64.113] In-Reply-To: References: <44B66EE5-5812-4679-B826-EB288CCD0418@apache.org> Date: Tue, 12 Mar 2013 09:40:33 -0400 Message-ID: Subject: Re: [REQUEST] Windows Binaries for 1.3.0-rc.1 From: Mike West To: dev@couchdb.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Gm-Message-State: ALoCoQkJaxP3SMqb8/G7pXK/WC+OkUmpCXpZT95IlI/KFY0fKEl79e7Sg7Zs7GCEDHu0aTfa2IvN X-Virus-Checked: Checked by ClamAV on apache.org On Mon, Mar 11, 2013 at 8:07 PM, Dave Cottlehuber wrote: > On 12 March 2013 00:53, Mike West wrote: >> -1 Windows 2012 Server > > Thanks Mike! > > Eugh. > > Exactly flavour? core etc? I'll need to install it for the first time > ever, so details on exactly what I need here will help *lots*. Windows 2012 Standard i3 - 3.4GHz 2 cores 4 thread > >> Verify Installation (latest Firefox): >> X: CouchError: shutdown >> >> Tests: >> first test does not complete >> >> [need help to investigate further] > > find local.ini, change it to: > > [log] > level = debug > > restart couch (or relaunch). > friendpaste the resulting couch.log somewhere. http://data.io/couchlog.txt > check in event view for any drwatson type errors. > ...only "Apache CouchDB: Using TerminateProcess to kill erlang." warning > open up a terminal and see if couchjs.exe runs as a binary. yes > ditto for werl.exe or erl.exe and then try `application:start(crypto), > crypto:md5_init().` in the shell. It should spurt out something like > or die horribly. > > Eshell V5.8.5 (abort with ^G) > 1> application:start(crypto), crypto:md5_init(). > <<1,35,69,103,137,171,205,239,254,220,186,152,118,84,50, > 16,0,0,0,0,0,0,0,0,0,0,0,0,0,...>> > 2> q(). PS C:\Program Files (x86)\Apache Software Foundation\CouchDB\bin> .\erl.exe Eshell V5.9.3.1 (abort with ^G) 1> application:start(crypto), crypto:md5_init(). <<1,35,69,103,137,171,205,239,254,220,186,152,118,84,50, 16,0,0,0,0,0,0,0,0,82,0,79,0,71,...>> 2> > > A+ > Dave