Return-Path: X-Original-To: apmail-couchdb-user-archive@www.apache.org Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D5C502C34 for ; Sat, 7 May 2011 12:56:56 +0000 (UTC) Received: (qmail 63854 invoked by uid 500); 7 May 2011 12:56:55 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 63813 invoked by uid 500); 7 May 2011 12:56:55 -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 63805 invoked by uid 99); 7 May 2011 12:56:55 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 07 May 2011 12:56:55 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FREEMAIL_FROM,NORMAL_HTTP_TO_IP,RCVD_IN_DNSWL_LOW,RFC_ABUSE_POST,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL,WEIRD_PORT X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of mauro.fagnoni@gmail.com designates 209.85.215.180 as permitted sender) Received: from [209.85.215.180] (HELO mail-ey0-f180.google.com) (209.85.215.180) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 07 May 2011 12:56:49 +0000 Received: by eyg24 with SMTP id 24so1620758eyg.11 for ; Sat, 07 May 2011 05:56:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:from:date:message-id:subject:to :content-type; bh=8CjZQpLEoPDG0sqqGiDi/AGrzhV41D2f5CTMcajOsTE=; b=xQkW+WZ2qk+bd71JgQ7QAHnvVSiJdvKntZaSJuWQzMJ0ewvUb7W0xidVSGYKupjCXy Gvk4yA8B1M+qy9H0NzODF6lJ2GVGjxa5HilqGseyVsd7q6O67RrFObzuf62pgJiK47sk 6gUwue/OyR9qYjUsoqHI4gxQ8P8SQSFwVfPc0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type; b=hAAnEkYfADDKERX4z9lgWyJMOR2bV7t6I/Q5XWgyRI00wMg8aJHXMCPklMUhY1eAg7 V/Y5e9PRO1eIhmgPgCnIdrlbFjzMfNjAe4q8wiGR1iha1417Ck6esNCR8OKE6lk3GXzP 3dlEcSyJ4JtijCrvTWLt+nWIlPG6B1RZZGCg8= Received: by 10.213.21.142 with SMTP id j14mr290612ebb.26.1304772989262; Sat, 07 May 2011 05:56:29 -0700 (PDT) MIME-Version: 1.0 Received: by 10.213.21.201 with HTTP; Sat, 7 May 2011 05:56:09 -0700 (PDT) From: Mauro Fagnoni Date: Sat, 7 May 2011 14:56:09 +0200 Message-ID: Subject: problem bulk loading verion 0.11 To: user@couchdb.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org Hi all, I have some problems with the bulk loading of some files. json (file is 1200 and i example myfile.json0, myfile.json1 ecc..) by curl. Using version 0.8 I run the bulk_loading only a few files after that gives me a timeout error (this error is not always the same file) the command that I use for loading under Linux is for x in myfile.json? ; do curl -d $x -X POST http://127.0.0.1:5984/mydb/_bulk_docs; done what is my mistake because I can not upload any files? i also try tu update my couchdb at the 0.11 version an first i trie to load a single data file but now the command curl -d @myfile.json -X POST http://127.0.0.1:5984/mydb/_bulk_docs is not the valid json format but is the same that run in 0.8 version. Some one can help me? -- ----------------------------------------------- [-------WHOAMI------] Mauro Fagnoni [----------ICQ#---------] 279572903 [--------MSNID--------] maurofagnoni@yahoo.it [--YAHOOMSNID--] maurofagnoni@gmail.com [--GOOGLETALK--] mauro.fagnoni@gmail.com [-GOOGLEWAVE-] mauro.fagnoni@googlewave.com [------JABBER-------] mauro.fagnoni@gmail.com [------SKYPE--------] mauro.fagnoni [-----LinuxUser#----] 346345 [----------Blog---------] http://kingmauro.wordpress.com -----------------------------------------------