Exception « mongodb « Java Database Q&A





1. Exception in Mongo java client 2.4    stackoverflow.com

My pc is running with mongo 1.6.5 . One of my collections has 973525 records when I try to find distinct key on that collection its giving me Exception the query is ...

2. Exception when storing large BasicDBObject to mongodb with java    stackoverflow.com

I want to store large objects in mongoDB but I'm getting errors when persisting huge objects (byte[] may be > 5MB). Is it possible to store the data that way? I'm ...

3. Exception when using java-mongodb-driver and groovy    stackoverflow.com

class User extends ReflectionDBObject{
    String username
    String email
    String password
    Integer gendar /*0:male;1:female*/
    Date createDatetime
  ...

4. mongodb cursor exception - Java    stackoverflow.com

I am using mongodb to store information of users. I wanted to create a method that get the information from the db, creates Player objects and inserts them in an array ...

5. MongoDb Mass Saving "isOK() checkWriteError" Exception    stackoverflow.com

I'm trying to write a parser and and I'm using MongoDB as a database. Essentially it is going through, creating objects, and then saving them. It is doing this several times ...