Why do I end up with java.lang.IllegalArgumentException for Casbah / Java MongoDB Driver?

谁说胖子不能爱 提交于 2019-12-03 22:02:47

The version of the Java driver you're using is not compatible with MongoDB 2.2. You should be using at least 2.9.3, if not 2.10 or higher. There's no guarantee a driver upgrade will fix your problem, but it should be a first step.

https://support.mongolab.com/entries/22631012-which-drivers-support-mongodb-2-2

How big is your JSON object? See if that big object is supported by the version of mongodb.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!