Details
-
Bug
-
Resolution: Done
-
Blocker - P1
-
0.10
-
None
-
None
Description
I am receiving the error below when I try and run the attached code.
Exception in thread "main" java.lang.IllegalArgumentException: db message size is too big (5412974) max is (5242880)
at com.mongodb.DBPort.go(DBPort.java:101)
at com.mongodb.DBPort.call(DBPort.java:59)
at com.mongodb.DBTCP._call(DBTCP.java:154)
at com.mongodb.DBTCP.call(DBTCP.java:144)
at com.mongodb.DBMessageLayer.doGetMore(DBMessageLayer.java:55)
at com.mongodb.DBApiLayer$Result._advance(DBApiLayer.java:600)
at com.mongodb.DBApiLayer$Result.hasNext(DBApiLayer.java:580)
at com.mongodb.DBCursor._hasNext(DBCursor.java:372)
at com.mongodb.DBCursor.hasNext(DBCursor.java:392)
at lindex.misc.CleanNlp.updatePages(CleanNlp.java:47)
at lindex.misc.CleanNlp.main(CleanNlp.java:33)