[chef] Re: Re: Re: Re: Re: Re: Re: Bad Request "corruption"


Chronological Thread 
  • From: Seth Falcon < >
  • To:
  • Subject: [chef] Re: Re: Re: Re: Re: Re: Re: Bad Request "corruption"
  • Date: Tue, 17 Aug 2010 21:46:51 -0700

On 8/17/10 6:10 PM, Landon wrote:
>>> My version of CouchDB is 0.10.0, the default in Ubuntu 10.4 it
>>> appears.  Is anyone else having issues with this version of CouchDB?
>>
>> I haven't seen this problem before.
> 
> Hmmm.  I was afraid that was going to be the general consensus.  I am
> loathe to upgrade CouchDB since I am guessing most people run Chef
> just fine on 0.10.0...

One thing you might try is to create a test database in couchdb and try
putting the node data JSON into a document to see if you can reproduce
the error.

Using the latest couchdb I was not able to repro the error with these steps:

# start couchdb in a terminal
couchdb

# in another terminal
curl -X PUT http://127.0.0.1:5984/test
curl -X PUT -H "content-type: application/json" \
  http://127.0.0.1:5984/test/doc -d @badjson.json
curl http://127.0.0.1:5984/test/doc


+ seth



Archive powered by MHonArc 2.6.16.

§