-
Type:
Task
-
Resolution: Done
-
Priority:
Major - P3
-
None
-
Affects Version/s: 2.7.3
-
Component/s: Configuration
-
None
-
Environment:Dev
-
None
-
None
-
None
-
None
-
None
-
None
-
None
In our development environment we are running into the following error (see screenshot for error detail).
java.lang.IllegalArgumentException: response too long: 1802661719
We do not believe this is because our documents are two large.
We have multiple threads accessing our collections on a MongoDB 2.2.0 server using the 2.7.3 Mongo Java Driver. The MongoDB and application are running on Red Hat Enterprise Linux Server release 6.3 (Santiago). Once this error appears it affects all threads in our application.
What is the recommended Java driver version to use with MongoDB server version 2.2.0 ?
Could this error be due to compatibility issues between MongoDB 2.2.0 server and the Mongo Java 2.7.3 driver ?