Uploaded image for project: 'Java Driver'
  1. Java Driver
  2. JAVA-36

Unable to walk a collection - MY APP IS BROKEN

    • Type: Icon: Bug Bug
    • Resolution: Done
    • Priority: Icon: Blocker - P1 Blocker - P1
    • 0.11
    • Affects Version/s: 0.10
    • Component/s: None
    • Labels:
      None

      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)

            Assignee:
            eliot Eliot Horowitz (Inactive)
            Reporter:
            rn@deftlabs.com Ryan Nitz
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: