Com.mongodb.mongoexception$cursornotfound:cursor not found on server exception handling

Source: Internet
Author: User
Tags exception handling

Java link MongoDB processing large amounts of data often encountered cursor not found exception, in fact, is caused by a timeout


Exception in thread ' main ' com.mongodb.mongoexception$cursornotfound:cursor not found on server
At Com.mongodb.dbapilayer$result.init (dbapilayer.java:379)
At Com.mongodb.dbapilayer$result._advance (dbapilayer.java:426)
At Com.mongodb.dbapilayer$result.hasnext (dbapilayer.java:408)
At Com.mongodb.dbcursor._hasnext (dbcursor.java:495)
At Com.mongodb.DBCursor.hasNext (dbcursor.java:515)


in the domestic forum to turn around, the solution is said to be unintelligible, in fact, the solution is very simple:
           dbcursor cursor = Collection.find (condtion);
cursor.addoption (Com.mongodb.Bytes.QUERYOPTION_NOTIMEOUT);

As long as the query dbcursor add Com.mongodb.Bytes.QUERYOPTION_NOTIMEOUT to solve!

Com.mongodb.mongoexception$cursornotfound:cursor not found on server exception handling

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.