This most likely means one of your map functions is broken and trying to emit an undefined value. As in, emit(doc.non_existant_attribute, whatever).
On Sat, Dec 20, 2008 at 2:10 PM, paul jobs <[email protected]> wrote: > [info] [<0.87.0>] OS Process Log Message: function raised exception (Cannot > encode 'undefined' value as JSON) with doc._id 1082683631 > [info] [<0.87.0>] OS Process Log Message: function raised exception (Cannot > encode 'undefined' value as JSON) with doc._id 1446853528 > [info] [<0.87.0>] OS Process Log Message: function raised exception (Cannot > encode 'undefined' value as JSON) with doc._id 579142374 > [info] [<0.87.0>] OS Process Log Message: function raised exception (Cannot > encode 'undefined' value as JSON) with doc._id 1036149014 > [info] [<0.87.0>] OS Process Log Message: function raised exception (Cannot > encode 'undefined' value as JSON) with doc._id 1008495049 > [info] [<0.87.0>] OS Process Log Message: function raised exception (Cannot > encode 'undefined' value as JSON) with doc._id 516863873 > > is this a 404 not found error? > > thanks a lot >
