Return-Path: Delivered-To: apmail-incubator-couchdb-user-archive@locus.apache.org Received: (qmail 1583 invoked from network); 13 Jul 2008 21:28:11 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 13 Jul 2008 21:28:11 -0000 Received: (qmail 12556 invoked by uid 500); 13 Jul 2008 21:28:10 -0000 Delivered-To: apmail-incubator-couchdb-user-archive@incubator.apache.org Received: (qmail 12527 invoked by uid 500); 13 Jul 2008 21:28:10 -0000 Mailing-List: contact couchdb-user-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: couchdb-user@incubator.apache.org Delivered-To: mailing list couchdb-user@incubator.apache.org Received: (qmail 12516 invoked by uid 99); 13 Jul 2008 21:28:10 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 13 Jul 2008 14:28:10 -0700 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [83.97.50.139] (HELO jan.prima.de) (83.97.50.139) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 13 Jul 2008 21:27:15 +0000 Received: from [10.0.2.3] (e179134130.adsl.alicedsl.de [::ffff:85.179.134.130]) (AUTH: LOGIN jan, SSL: TLSv1/SSLv3,128bits,AES128-SHA) by jan.prima.de with esmtp; Sun, 13 Jul 2008 21:21:35 +0000 Message-Id: <29901D72-4FB9-461B-99D1-A028BA7ED8E5@apache.org> From: Jan Lehnardt To: couchdb-user@incubator.apache.org In-Reply-To: <6f7ea56f0807131350q61598598qc7d4beb364485558@mail.gmail.com> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v928.1) Subject: Re: HTTP requests throwing errors Date: Sun, 13 Jul 2008 23:21:34 +0200 References: <548602E863F3C343879606170A8C837F12F05467AC@mail107.mail.lan> <280B7068-8715-4214-A5AE-E16B88DCECBE@apache.org> <548602E863F3C343879606170A8C837F131A64B342@mail107.mail.lan> <6f7ea56f0807131350q61598598qc7d4beb364485558@mail.gmail.com> X-Mailer: Apple Mail (2.928.1) X-Virus-Checked: Checked by ClamAV on apache.org On Jul 13, 2008, at 22:50, John Evans wrote: > Since this seems to come up fairly frequently (e.g. it bit me a week > or two > ago), might it make sense to detect the Erlang version and spit out a > warning on the console when you start couchdb if you're not running > a new > enough version? I had the same idea and asked Noah, if we could do that and he said we already do, but it seems to not work. Noah? :) Cheers Jan -- > > > - > John > > On Sun, Jul 13, 2008 at 9:13 AM, Kurt Mackey wrote: > >> Ah! All working now, thanks. >> >> -----Original Message----- >> From: Jan Lehnardt [mailto:jan@apache.org] >> Sent: Saturday, July 12, 2008 5:01 PM >> To: couchdb-user@incubator.apache.org >> Subject: Re: HTTP requests throwing errors >> >> Heya Kurt, >> which version of Erlang are you using? Make sure it is R12B-3 (latest >> form erlang.org). >> The R12 series shows as 5.6.x on the command line when you just >> launch >> $ erl. >> Anything below that is too old. >> >> Cheers >> Jan >> -- >> On Jul 9, 2008, at 19:59 , Kurt Mackey wrote: >> >>> I just installed CouchDB on a Debian VPS, and all appeared to go >>> well. Once I start it, though, the console gives me errors like >>> this on every request. I'm a bit stumped, what exactly is erroring >>> out here?: >>> >>> Apache CouchDB 0.9.0a675285-incubating (LogLevel=info) >>> Apache CouchDB is starting. >>> >>> Apache CouchDB has started. Time to relax. >>> [info] [<0.53.0>] HTTP Error (code 500): {'EXIT',{badarg, >>> [{erlang,system_info, >>> [otp_release]}, >>> {couch_httpd,server_header,0}, >>> {couch_httpd,send_json,4}, >>> {couch_httpd,handle_request,2}, >>> {mochiweb_http,headers,4}, >>> {proc_lib,init_p,5}]}} >>> [error] [<0.53.0>] {error_report,<0.21.0>, >>> {<0.53.0>, >>> crash_report, >>> [[{pid,<0.53.0>}, >>> {registered_name,[]}, >>> {error_info,{badarg,[{erlang,system_info, >>> [otp_release]}, >>> {couch_httpd,server_header,0}, >>> {couch_httpd,send_json,4}, >>> {couch_httpd,handle_request,2}, >>> {mochiweb_http,headers,4}, >>> {proc_lib,init_p,5}]}}, >>> {initial_call,{mochiweb_socket_server, >>> acceptor_loop, >>> [{<0.52.0>, >>> #Port<0.121>, >>> #Fun>> 1.62821608>}]}}, >>> {ancestors,[couch_httpd,couch_server_sup,<0.1.0>]}, >>> {messages,[]}, >>> {links,[<0.52.0>,#Port<0.123>]}, >>> {dictionary,[]}, >>> {trap_exit,false}, >>> {status,running}, >>> {heap_size,4181}, >>> {stack_size,21}, >>> {reductions,7179}], >>> []]}} >>> [error] [<0.52.0>] {error_report,<0.21.0>, >>> {<0.52.0>, >>> std_error, >>> {mochiweb_socket_server, >>> 235, >>> {child_error,{badarg, >>> [{erlang,system_info, >>> [otp_release]}, >>> {couch_httpd,server_header,0}, >>> {couch_httpd,send_json,4}, >>> {couch_httpd,handle_request,2}, >>> {mochiweb_http,headers,4}, >>> {proc_lib,init_p,5}]}}}}} >>> >>> =ERROR REPORT==== 9-Jul-2008::14:54:09 === >>> {mochiweb_socket_server,235, >>> {child_error,{badarg, >>> [{erlang,system_info, >>> [otp_release]}, >>> {couch_httpd,server_header, >>> 0}, >>> {couch_httpd,send_json,4}, >>> {couch_httpd,handle_request, >>> 2}, >>> {mochiweb_http,headers,4}, >>> {proc_lib,init_p,5}]}}} >>> >>> >> >>