Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 86798 invoked from network); 30 Oct 2009 00:33:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 30 Oct 2009 00:33:49 -0000 Received: (qmail 29864 invoked by uid 500); 30 Oct 2009 00:33:48 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 29785 invoked by uid 500); 30 Oct 2009 00:33:47 -0000 Mailing-List: contact user-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@couchdb.apache.org Delivered-To: mailing list user@couchdb.apache.org Received: (qmail 29775 invoked by uid 99); 30 Oct 2009 00:33:47 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 30 Oct 2009 00:33:47 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of jchris@gmail.com designates 209.85.222.176 as permitted sender) Received: from [209.85.222.176] (HELO mail-pz0-f176.google.com) (209.85.222.176) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 30 Oct 2009 00:33:37 +0000 Received: by pzk6 with SMTP id 6so2963022pzk.29 for ; Thu, 29 Oct 2009 17:33:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:in-reply-to :references:date:x-google-sender-auth:message-id:subject:from:to :content-type:content-transfer-encoding; bh=Byz1X27UVC82BK2g23osWPf5QfBPkcOfWimV8l5ZD6I=; b=EWV+9jL5J3Kq+eG1Psnx5SjLRMlB6yF0spq7PLrBpENHplp3fFJdXrg/RT902D/j0T PL/+GE8pLOlsYaJG50Rub7pF3kZzX22ab5lxsYiVcgbGcXyAmYVYWx2lHmdrhZpo2veP IsUMR1akt2SQCpnfPzk0Vq3eGP5kF7OBbTDnY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type :content-transfer-encoding; b=MTk57avo44dzP8zy+EvlktG/4wgfliZm/sy/VBZ6nV2y2hsXWazqGAf99yNH3oRXnQ 57Fulrv0yNCB/0diZlJWiJeOdM07N9wPSLEmLFLfPlz+JNWhJQ+TvUS6dG4hnNUWUdVR yJXRvlupCETZ+vMoFRGfXwGEyEfoxlloOo8r8= MIME-Version: 1.0 Sender: jchris@gmail.com Received: by 10.142.66.21 with SMTP id o21mr85051wfa.47.1256862795578; Thu, 29 Oct 2009 17:33:15 -0700 (PDT) In-Reply-To: References: Date: Thu, 29 Oct 2009 17:33:15 -0700 X-Google-Sender-Auth: 52820b4b1d7a8a83 Message-ID: Subject: Re: os_process_error {exit_status,127} From: Chris Anderson To: user@couchdb.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org On Thu, Oct 29, 2009 at 5:26 PM, Chris Stockton wrote: > Hello, > > Creating a simple view such as function(doc) { emit(null, doc); }, > will fail with subject. This happens when executing both temporary > view or one I create. The database is extremely simple. I think this > may be in my setup? I am not sure, seems any view fails. I would > appreciate any help in tracking this down. > It looks like you're couchjs process isn't booting properly. Maybe an installation / permissions issue. I'm guessing your test suite is failing too. A basic test you can run (from the couchdb src directory), is this: $ couchjs share/server/main.js then type: ["reset"] and you should see: true > Regards, > > -Chris > > -- > > Document number 1: > { > =A0 "_id": "xdcRU8WukSeO", > =A0 "_rev": "1-a4472fb3b8b66dc3ffced25dc4e035cf", > =A0 "type": "contact", > =A0 "data": { > =A0 =A0 =A0 "Name": "Name num 0", > =A0 =A0 =A0 "Phone Number": "0 0 0 0", > =A0 =A0 =A0 "Email": "0@0.com", > =A0 =A0 =A0 "Message": "Message 0" > =A0 } > } ... Through document number 9 ... { > =A0 "_id": "1FHmEFk6cv6v", > =A0 "_rev": "1-710fbefdbac372c501de009af476568c", > =A0 "type": "contact", > =A0 "data": { > =A0 =A0 =A0 "Name": "Name num 9", > =A0 =A0 =A0 "Phone Number": "9 9 9 9", > =A0 =A0 =A0 "Email": "9@9.com", > =A0 =A0 =A0 "Message": "Message 9" > =A0 } > } > > Error Log: > > [Fri, 30 Oct 2009 07:19:15 GMT] [debug] [<0.682.0>] 'POST' > /example_db/_temp_view?limit=3D11 {1,1} > Headers: [{'Accept',"application/json, text/javascript, */*"}, > =A0 =A0 =A0 =A0 =A0{'Accept-Charset',"ISO-8859-1,utf-8;q=3D0.7,*;q=3D0.3"= }, > =A0 =A0 =A0 =A0 =A0{'Accept-Encoding',"gzip,deflate,sdch"}, > =A0 =A0 =A0 =A0 =A0{'Accept-Language',"en-US,en;q=3D0.8"}, > =A0 =A0 =A0 =A0 =A0{'Authorization',"Basic bmV0d29yazpzYXZldGhlU1FM"}, > =A0 =A0 =A0 =A0 =A0{'Connection',"keep-alive"}, > =A0 =A0 =A0 =A0 =A0{'Content-Length',"72"}, > =A0 =A0 =A0 =A0 =A0{'Content-Type',"application/json"}, > =A0 =A0 =A0 =A0 =A0{'Host',":5984"}, > =A0 =A0 =A0 =A0 =A0{"Origin","http://:5984"}, > =A0 =A0 =A0 =A0 =A0{'Referer',"http:// host>:5984/_utils/database.html?example_db/_temp_view"}, > =A0 =A0 =A0 =A0 =A0{'User-Agent',"Mozilla/5.0 (Windows; U; Windows NT 5.1= ; > en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/3.0.195.27 > Safari/532.0"}, > =A0 =A0 =A0 =A0 =A0{"X-Requested-With","XMLHttpRequest"}] > [Fri, 30 Oct 2009 07:19:15 GMT] [debug] [<0.682.0>] OAuth Params: > [{"limit","11"}] > [Fri, 30 Oct 2009 07:19:15 GMT] [debug] [<0.52.0>] Spawning new group > server for view group _temp in database example_db. > [Fri, 30 Oct 2009 07:19:15 GMT] [debug] [<0.682.0>] request_group > {Pid, Seq} {<0.714.0>,16} > [Fri, 30 Oct 2009 07:19:15 GMT] [debug] [<0.48.0>] New task status for > example_db _temp: Processed 0 of 13 changes (0%) > [Fri, 30 Oct 2009 07:19:15 GMT] [debug] [<0.48.0>] New task status for > example_db _temp: Finishing. > [Fri, 30 Oct 2009 07:19:15 GMT] [error] [<0.717.0>] OS Process Error > :: {os_process_error,{exit_status,127}} > [Fri, 30 Oct 2009 07:19:15 GMT] [error] [emulator] Error in process > <0.717.0> with exit value: > {{nocatch,{os_process_error,{exit_status,127}}},[{couch_os_process,prompt= ,2},{couch_query_servers,'-start_doc_map/2-fun-0-',2},{lists,foreach,2},{co= uch_query_servers,start_doc_map,2},{couch_view_updater,view_compute... > [Fri, 30 Oct 2009 07:19:15 GMT] [debug] [<0.695.0>] Unknown linked > process died: <0.719.0> (reason: normal) > [Fri, 30 Oct 2009 07:19:15 GMT] [debug] [<0.714.0>] Uncaught throw() > in linked pid: {<0.717.0>, > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 {os_proce= ss_error,{exit_status,127}}} > [Fri, 30 Oct 2009 07:19:15 GMT] [error] [<0.714.0>] ** Generic server > <0.714.0> terminating > ** Last message in was {'EXIT',<0.717.0>, > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 {{nocatch,{os_process= _error,{exit_status,127}}}, > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0[{couch_os_process= ,prompt,2}, > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 {couch_query_serv= ers,'-start_doc_map/2-fun-0-',2}, > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 {lists,foreach,2}= , > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 {couch_query_serv= ers,start_doc_map,2}, > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 {couch_view_updat= er,view_compute,2}, > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 {couch_view_updat= er,update,2}]}} > ** When Server state =3D=3D {group_state,undefined,<<"example_db">>, > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 {"/usr/local/var/lib/couc= hdb", > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0<<"example_db">>, > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0{group, > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 <<31,170,227,209,242,= 10,95,198,53,255,160,254,154, > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 112,168,153>>, > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 {db,<0.460.0>,<0.461.= 0>,nil, > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0<<"125688698324854= 9">>,<0.458.0>,<0.462.0>, > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0{db_header,4,15,0, > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 {20596,{11,2}}, > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 {21609,13}, > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 nil,0,nil,nil,100= 0}, > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A015, > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0{btree,<0.458.0>, > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 {24692,{10,3}}, > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 #Fun, > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 #Fun, > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 #Fun, > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 #Fun}, > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0{btree,<0.458.0>, > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 {25745,13}, > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 #Fun, > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 #Fun, > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 #Fun, > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 #Fun}, > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0{btree,<0.458.0>,n= il, > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 #Fun, > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 #Fun, > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 #Fun,nil}, > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A016,<<"example_db">= >, > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0"/usr/local/var/li= b/couchdb/example_db.couch", > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0[],[],nil, > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0{user_ctx,null,[]}= , > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0#Ref<0.0.0.9133>,1= 000, > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0[before_header,aft= er_header,on_file_open]}, > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 nil,<<"_temp">>,<<"ja= vascript">>,[], > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 [{view,0, > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 [<<"_temp">>], > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 <<"function(doc) = {\n =A0emit(null, doc);\n}">>,nil, > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 []}], > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 nil,0,0,nil,nil}}, > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 {group, > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0<<31,170,227,209,242,1= 0,95,198,53,255,160,254,154, > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0112,168,153>>, > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0{db,<0.460.0>,<0.461.0= >,nil,<<"1256886983248549">>, > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 <0.458.0>,<0.462.0>, > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 {db_header,4,15,0, > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0{20596,{11,2}}, > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0{21609,13}, > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0nil,0,nil,nil,1000= }, > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 15, > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 {btree,<0.458.0>, > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0{24692,{10,3}}, > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0#Fun, > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0#Fun, > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0#Fun, > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0#Fun}, > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 {btree,<0.458.0>, > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0{25745,13}, > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0#Fun, > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0#Fun, > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0#Fun, > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0#Fun}, > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 {btree,<0.458.0>,nil,= #Fun, > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0#Fun, > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0#Fun,nil}, > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 16,<<"example_db">>, > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 "/usr/local/var/lib/c= ouchdb/example_db.couch", > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 [],[],nil, > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 {user_ctx,null,[]}, > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 #Ref<0.0.0.9133>,1000= , > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 [before_header,after_= header,on_file_open]}, > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0<0.715.0>,<<"_temp">>,= <<"javascript">>,[], > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0[{view,0, > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0[<<"_temp">>], > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0<<"function(doc) {= \n =A0emit(null, doc);\n}">>, > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0{btree,<0.715.0>,n= il, > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 #Fun, > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 #Fun, > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 #Fun, > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 #Fun}, > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0[]}], > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0{btree,<0.715.0>,nil,#= Fun, > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 #Fun, > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 #Fun,nil}, > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A00,0,nil,nil}, > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 <0.717.0>,nil,false, > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 [{{<0.682.0>,#Ref<0.0.0.1= 0843>},16}], > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 <0.718.0>} > ** Reason for termination =3D=3D > ** {os_process_error,{exit_status,127}} > [Fri, 30 Oct 2009 07:19:15 GMT] [error] [<0.714.0>] {error_report,<0.22.0= >, > =A0 =A0{<0.714.0>,crash_report, > =A0 =A0 [[{initial_call,{couch_view_group,init,['Argument__1']}}, > =A0 =A0 =A0 {pid,<0.714.0>}, > =A0 =A0 =A0 {registered_name,[]}, > =A0 =A0 =A0 {error_info, > =A0 =A0 =A0 =A0 =A0 {exit, > =A0 =A0 =A0 =A0 =A0 =A0 =A0 {os_process_error,{exit_status,127}}, > =A0 =A0 =A0 =A0 =A0 =A0 =A0 [{gen_server,terminate,6},{proc_lib,init_p_do= _apply,3}]}}, > =A0 =A0 =A0 {ancestors, > =A0 =A0 =A0 =A0 =A0 [couch_view,couch_secondary_services,couch_server_sup= ,<0.1.0>]}, > =A0 =A0 =A0 {messages,[]}, > =A0 =A0 =A0 {links,[<0.715.0>,<0.52.0>]}, > =A0 =A0 =A0 {dictionary,[]}, > =A0 =A0 =A0 {trap_exit,true}, > =A0 =A0 =A0 {status,running}, > =A0 =A0 =A0 {heap_size,1597}, > =A0 =A0 =A0 {stack_size,24}, > =A0 =A0 =A0 {reductions,376}], > =A0 =A0 =A0[{neighbour, > =A0 =A0 =A0 =A0 =A0 [{pid,<0.718.0>}, > =A0 =A0 =A0 =A0 =A0 =A0{registered_name,[]}, > =A0 =A0 =A0 =A0 =A0 =A0{initial_call,{couch_ref_counter,init,['Argument__= 1']}}, > =A0 =A0 =A0 =A0 =A0 =A0{current_function,{gen_server,loop,6}}, > =A0 =A0 =A0 =A0 =A0 =A0{ancestors, > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0[<0.714.0>,couch_view,couch_secondary_serv= ices, > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 couch_server_sup,<0.1.0>]}, > =A0 =A0 =A0 =A0 =A0 =A0{messages,[]}, > =A0 =A0 =A0 =A0 =A0 =A0{links,[<0.715.0>]}, > =A0 =A0 =A0 =A0 =A0 =A0{dictionary,[]}, > =A0 =A0 =A0 =A0 =A0 =A0{trap_exit,false}, > =A0 =A0 =A0 =A0 =A0 =A0{status,waiting}, > =A0 =A0 =A0 =A0 =A0 =A0{heap_size,233}, > =A0 =A0 =A0 =A0 =A0 =A0{stack_size,9}, > =A0 =A0 =A0 =A0 =A0 =A0{reductions,47}]}, > =A0 =A0 =A0 {neighbour, > =A0 =A0 =A0 =A0 =A0 [{pid,<0.715.0>}, > =A0 =A0 =A0 =A0 =A0 =A0{registered_name,[]}, > =A0 =A0 =A0 =A0 =A0 =A0{initial_call,{couch_file,init,['Argument__1']}}, > =A0 =A0 =A0 =A0 =A0 =A0{current_function,{gen_server,loop,6}}, > =A0 =A0 =A0 =A0 =A0 =A0{ancestors, > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0[<0.714.0>,couch_view,couch_secondary_serv= ices, > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 couch_server_sup,<0.1.0>]}, > =A0 =A0 =A0 =A0 =A0 =A0{messages,[]}, > =A0 =A0 =A0 =A0 =A0 =A0{links,[<0.714.0>,<0.718.0>,#Port<0.1604>]}, > =A0 =A0 =A0 =A0 =A0 =A0{dictionary,[]}, > =A0 =A0 =A0 =A0 =A0 =A0{trap_exit,false}, > =A0 =A0 =A0 =A0 =A0 =A0{status,waiting}, > =A0 =A0 =A0 =A0 =A0 =A0{heap_size,987}, > =A0 =A0 =A0 =A0 =A0 =A0{stack_size,9}, > =A0 =A0 =A0 =A0 =A0 =A0{reductions,1403}]}]]}} > [Fri, 30 Oct 2009 07:19:15 GMT] [error] [<0.51.0>] {error_report,<0.22.0>= , > =A0 =A0 =A0 =A0 =A0 =A0 =A0{<0.51.0>,supervisor_report, > =A0 =A0 =A0 =A0 =A0 =A0 =A0 [{supervisor,{local,couch_secondary_services}= }, > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0{errorContext,child_terminated}, > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0{reason,normal}, > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0{offender,[{pid,<0.695.0>}, > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 {name,query_servers}, > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 {mfa,{couch_query_ser= vers,start_link,[]}}, > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 {restart_type,permane= nt}, > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 {shutdown,brutal_kill= }, > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 {child_type,worker}]}= ]}} > [Fri, 30 Oct 2009 07:19:15 GMT] [debug] [<0.682.0>] request_group > Error {os_process_error,{exit_status,127}} > [Fri, 30 Oct 2009 07:19:15 GMT] [debug] [<0.682.0>] Minor error in > HTTP request: {os_process_error,{exit_status,127}} > [Fri, 30 Oct 2009 07:19:15 GMT] [debug] [<0.682.0>] Stacktrace: > [{couch_view_group,request_group,2}, > =A0 =A0 =A0 =A0 =A0 =A0 {couch_view,get_temp_map_view,4}, > =A0 =A0 =A0 =A0 =A0 =A0 {couch_httpd_view,handle_temp_view_req,2}, > =A0 =A0 =A0 =A0 =A0 =A0 {couch_httpd_db,do_db_req,2}, > =A0 =A0 =A0 =A0 =A0 =A0 {couch_httpd,handle_request,5}, > =A0 =A0 =A0 =A0 =A0 =A0 {mochiweb_http,headers,5}, > =A0 =A0 =A0 =A0 =A0 =A0 {proc_lib,init_p_do_apply,3}] > [Fri, 30 Oct 2009 07:19:15 GMT] [debug] [<0.682.0>] httpd 500 error respo= nse: > =A0{"error":"os_process_error","reason":"{exit_status,127}"} > [Fri, 30 Oct 2009 07:19:15 GMT] [info] [<0.682.0>] - - > 'POST' /example_db/_temp_view?limit=3D11 500 > --=20 Chris Anderson http://jchrisa.net http://couch.io