The first thing I would suggest you try is updating to the latest version of CongoMongo – 1.1.0. Prior to 1.0.0, CongoMongo was not tested against the 3.x series of drivers nor the 3.x versions of the database itself, as far as I can remember.
See https://github.com/congomongo/congomongo/releases In particular, note the potential breaking changes around authentication that happened in the 1.0.0 release due to upgrading to the 3.x series of the driver. Sean Corfield -- (904) 302-SEAN An Architect's View -- http://corfield.org/ "If you're not annoying somebody, you're not really alive." -- Margaret Atwood ________________________________ From: [email protected] <[email protected]> on behalf of Bharathiraja Narayanan <[email protected]> Sent: Wednesday, June 5, 2019 4:17:41 AM To: Clojure Subject: congomongo 0.5.2 comptable with MongoDB 3.6 version Hi Team, We are getting below exception message when clojure application is hitting the mongodb (3.6 version ). We are using congomongo library (version: 0.5.2 ) in clojure application for mongodb operation. This exception occuring intermittenly, not regulary. Also, this exception is not occuring with mongodb (2.6 version). Kindly let me know, if any way to resolve this. Exception Message: message Read operation to server localhost:27017 failed on database. -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en --- You received this message because you are subscribed to the Google Groups "Clojure" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]<mailto:[email protected]>. To view this discussion on the web visit https://groups.google.com/d/msgid/clojure/992da016-5e81-47ab-a060-cc4850e36830%40googlegroups.com<https://groups.google.com/d/msgid/clojure/992da016-5e81-47ab-a060-cc4850e36830%40googlegroups.com?utm_medium=email&utm_source=footer>. For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en --- You received this message because you are subscribed to the Google Groups "Clojure" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/clojure/CY4PR2201MB1126E04776A8B0C79253DED0F4160%40CY4PR2201MB1126.namprd22.prod.outlook.com. For more options, visit https://groups.google.com/d/optout.
