Return-Path: Delivered-To: apmail-incubator-couchdb-user-archive@locus.apache.org Received: (qmail 21834 invoked from network); 23 Apr 2008 16:03:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 23 Apr 2008 16:03:07 -0000 Received: (qmail 82854 invoked by uid 500); 23 Apr 2008 16:03:08 -0000 Delivered-To: apmail-incubator-couchdb-user-archive@incubator.apache.org Received: (qmail 82828 invoked by uid 500); 23 Apr 2008 16:03:08 -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 82811 invoked by uid 99); 23 Apr 2008 16:03:08 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 Apr 2008 09:03:08 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of guby.mail@gmail.com designates 216.239.58.187 as permitted sender) Received: from [216.239.58.187] (HELO gv-out-0910.google.com) (216.239.58.187) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 Apr 2008 16:02:23 +0000 Received: by gv-out-0910.google.com with SMTP id y18so534549gvf.17 for ; Wed, 23 Apr 2008 09:02:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:from:to:in-reply-to:content-type:content-transfer-encoding:mime-version:subject:date:references:x-mailer; bh=VBupzCDGkFVs/Bb3Cy5pyzM/3/jpscEWKmd01OihHEo=; b=KBTBzi4X1mjUsECPB60WbdAdL7KX88KPfEEl/5+m0Bjrdx23l73SXSv17mKQzurJquBS5kAjeBL0rouVd4d6/8coYc7Uy6vAfsMDSF3ezGqOISOuiL1UHnVTRHC81lwcDrIbEgJH0KHT0NimUlZrmIiP/XVzg0S1Rcj2NFQ5SBM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:from:to:in-reply-to:content-type:content-transfer-encoding:mime-version:subject:date:references:x-mailer; b=D0tLdJzjCcItKW0gO1s7a/+VQn2Ip5dtFoPXabdUdODupso+eJ//UD800J5TnJf1S7a7sGehpWRX4bjnwF9uO8+6PSDdKFBilpsZqY4Zka6PTGQrRf+swlItay5b2kDVg6EwlS6zARnA5aJdqiXRMeUPhoilVa8LbRV3V7jloH4= Received: by 10.150.201.13 with SMTP id y13mr260943ybf.53.1208966554573; Wed, 23 Apr 2008 09:02:34 -0700 (PDT) Received: from ?192.168.1.100? ( [200.89.150.124]) by mx.google.com with ESMTPS id 27sm501137wra.32.2008.04.23.09.02.32 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 23 Apr 2008 09:02:33 -0700 (PDT) Message-Id: <241FC5B1-8820-4492-B73D-5500465C90FD@gmail.com> From: Guby To: couchdb-user@incubator.apache.org In-Reply-To: Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v919.2) Subject: Re: Erroneous output from the trunk? Date: Wed, 23 Apr 2008 13:01:20 -0300 References: <2A67D687-745D-4FDB-9ECE-2491EB48A817@gmail.com> X-Mailer: Apple Mail (2.919.2) X-Virus-Checked: Checked by ClamAV on apache.org Thanks for the answers guys. You are right. But I don't understand why I get the raw HTTP/1.1 response chunk all of a sudden and not only the "data" like before? Doing a "curl" from my server works though! So I guess it is not CouchDBs fault really... But what can it be? and to benoit: I am not behind a proxy... Best regards Sebastian On Apr 23, 2008, at 12:54 PM, Kristopher Tate wrote: > I might be wrong, but I think what you're looking at is a HTTP/1.1 > response chunk. > > 2e == 46 in hexadecimal, the length of the chunk. > > The trailing 0 acts as a terminator for the chunk sequence. > > -- > kristopher > > On 2008/04/24, at 0:43, Guby wrote: >> >> I just updated my install to the trunk version on both my local >> machine and on my server: >> On my local machine everything works nice on the trunk, on the >> server on the other hand I get some strange output from CouchDB... >> 2e >> {"couchdb":"Welcome","version":"0.7.3a650904"} >> 0 >> This behavior also makes it impossible to interact with the >> database using the _utils/ interface, because of the incorrect >> output... >> >> Any ideas? >> >> Other commands and their output: >> >> _all_dbs: >> 9 >> ["kleio"] >> 0 >> /kleio/ >> >> 6c >> {"db_name":"kleio","doc_count":5,"doc_del_count":0,"update_seq": >> 5,"compact_running":false,"disk_size":15721} >> 0 >> >> Best regards >> Sebastian >> >> >> >