[00:45:11] <wladston> Mongodb isn't validating this Polygon when I try to create the geospatial index: http://pastebin.com/j2SMb4wE but http://geojsonlint.com/ validades the polygon. Any ideas of what might be going wrong?
[01:33:34] <wladston> when I paste the array in a normal javascript shell it evaluates without error
[01:36:26] <wladston> ehershey: I this problem might be related to a long array being parsed. I'll generate a long array with only the number 1, let's see if the shell tells the same error
[01:47:40] <wladston> ehershey: so I started to delete these polygons with errors, and now mongo gave me another error, but this time the polygon list evaluates correctly in the shell
[01:47:55] <wladston> it means that the problem probably isn't related to this bug
[01:48:29] <wladston> here is a parte with the error: http://pastebin.com/5XV1bD6a
[01:50:09] <ehershey> I wonder if it realy is the same error
[02:04:44] <wladston> I tried a different strategy. Created another collection, added the index to it, and now I'm copying everything from the original collection to the new one with already has the index
[02:04:57] <wladston> I think at some point the shell is probably going to return an error
[02:05:03] <ehershey> if that works then I think you definitely have a bug
[02:05:15] <wladston> in with case I'll write a small python script to handle these
[02:05:29] <wladston> because this collection has like 30 thousand polygons
[02:05:49] <wladston> and a few ones missing won't cause much problem
[02:28:21] <wladston> ehershey: you helped a lot. I finally made it :) maybe if you weren't here to encourage me I would just have gone to the bar lol :D
[07:17:01] <Favorlock> Hey cheeser, do you have any example or recommendations of how to effectively ensure that all values of a pojo are initalized with morphia or some other library? Essentially I would like to have the ability to add new data to documents with having minimal boiler plate code.
[12:08:33] <salty-horse> hey. using pymongo's update() with multi=true, is there a way to tell it to continue the update process if it encountered some duplicate key errors? insert() has a continue_on_error, but I can't find it in update()
[22:02:31] <kongthap> hi, it's my first time using mongod --config http://pastie.org/9187841, i got parse error on line, please help what went wrong
[22:28:41] <kongthap> for the file path do i need \\ ?
[22:29:34] <ap4y> Yeah I changed path to be relative (since I'm on MacOS), not sure how it's supposed to be on Windows
[22:30:00] <ap4y> Unix systems use '/' (forward slash) as path separators
[22:30:01] <kongthap> ap4y, i cannot belive that i need \\ instead of \ on windows
[22:30:35] <ap4y> I guess you could try to use /mongodb/some/path instead of c:/mongodb/some/path
[22:31:05] <ap4y> it will probably resolve to your current volume
[22:31:17] <digiv> I am having issues with mapreduce. http://pastebin.com/LVWQsJsr It seems I can't access the variables in doc. The only item that has values from reduce is count.
[22:33:33] <kongthap> ap4y, it's work with c:\\xxx\\yyy
[22:34:02] <kongthap> i got ** WARNING --jsonp is specified without --httpinterface ** but i did net.http.enabled -> true
[22:37:57] <ap4y> kongthap: not sure about this one, I'm getting it too. It's quite strange because according to the docs: JSONPEnabled option enables the HTTP interface
[22:38:47] <ap4y> it's just a warning, so you shouldn't worry too much, I've never used web interface before tbh :)
[22:39:19] <kongthap> ap4y, i tried to disable both http, jsonp, rest nothing error but the mongod does not start :(
[22:40:22] <kongthap> if the config file is corrent, after mongod --config xxx.conf must start the mongod right?
[22:40:41] <ap4y> what happens? is just exits without error?
[22:41:58] <ap4y> if it's just exits than, there is a chance that it's working(check active processes) or it failed(check log)