2012-04-01 51 views
0

在更新一個大的JSON列表中,我發現了以下錯誤:MongoDB的[DEBUG] cursor.refresh()的光標7078636577051629992

2012-04-01T09:34:00+00:00 app[run.1]: MONGODB [DEBUG] cursor.refresh() for cursor 7078636577051629992 
2012-04-01T09:34:00+00:00 app[run.1]: the server responded with status 404 
2012-04-01T09:34:00+00:00 app[run.1]: rake aborted! 

這似乎是說:在cursor.refresh的後果()我得到一個時間,然後服務器404響應

Mongodb目前運行在Heroku/MongoLAB,但在我的本地機器上我沒有這種行爲。

回答