Error connecting to Mongodb Atlas replicaset
Solved
Hi,
MongoBooster seems to be unable to connect to a Mongodb Atlas hosted replicaset (Version 3.4.2). The configuration is set from the URI which works fine in the mongoshell and a java client. The following error occurs:
- {
- "message" : "no valid replicaset members found",
- "name" : "MongoError",
- "stack" : "MongoError: no valid replicaset members found" +
- "at Timeout._onTimeout (<PATH>\\app-3.5.1\\resources\\app.asar\\node_modules\\mongodb-core\\lib\\topologies\\replset.js:653:33)" +
- "at tryOnTimeout (timers.js:232:11)" +
- "at Timer.listOnTimeout (timers.js:202:5)"
- }
Thank you for your demo instance.
The issue is due to the outdated nodejs MongoDB driver. We upgrade the MongoDB driver to the latest 2.2.24. It works well.
Please download the test version and please give it a try.
https://s3.amazonaws.com/mongobooster/download/3.5/mongobooster-3.5.2.exe
Thank you for your demo instance.
The issue is due to the outdated nodejs MongoDB driver. We upgrade the MongoDB driver to the latest 2.2.24. It works well.
Please download the test version and please give it a try.
https://s3.amazonaws.com/mongobooster/download/3.5/mongobooster-3.5.2.exe
Thank you for your feedback.
If possible, could you please give me an accessible MongoDB URI to allow me to recall the issue quickly?
Thank you for your feedback.
If possible, could you please give me an accessible MongoDB URI to allow me to recall the issue quickly?
I've just setup a demo instance on Mongodb Atlas for you to test. Here is the connection URL:
mongodb://demo:TcYGc5Caj4PRLISz@cluster0-shard-00-00-pdyq0.mongodb.net:27017,cluster0-shard-00-01-pdyq0.mongodb.net:27017,cluster0-shard-00-02-pdyq0.mongodb.net:27017/demo?ssl=true&replicaSet=Cluster0-shard-0&authSource=admin
Please let me know when you are done so I can remove it
I've just setup a demo instance on Mongodb Atlas for you to test. Here is the connection URL:
mongodb://demo:TcYGc5Caj4PRLISz@cluster0-shard-00-00-pdyq0.mongodb.net:27017,cluster0-shard-00-01-pdyq0.mongodb.net:27017,cluster0-shard-00-02-pdyq0.mongodb.net:27017/demo?ssl=true&replicaSet=Cluster0-shard-0&authSource=admin
Please let me know when you are done so I can remove it
Thank you for your demo instance.
The issue is due to the outdated nodejs MongoDB driver. We upgrade the MongoDB driver to the latest 2.2.24. It works well.
Please download the test version and please give it a try.
https://s3.amazonaws.com/mongobooster/download/3.5/mongobooster-3.5.2.exe
Thank you for your demo instance.
The issue is due to the outdated nodejs MongoDB driver. We upgrade the MongoDB driver to the latest 2.2.24. It works well.
Please download the test version and please give it a try.
https://s3.amazonaws.com/mongobooster/download/3.5/mongobooster-3.5.2.exe
I've just tried the test version and it works perfectly now.
Many thanks for the quick turn around
I've just tried the test version and it works perfectly now.
Many thanks for the quick turn around
Any idea when the next release will be? For OSX?
Any idea when the next release will be? For OSX?
The version 3.5.2 released. Please download it from the download page.
https://www.mongobooster.com/downloads
The version 3.5.2 released. Please download it from the download page.
https://www.mongobooster.com/downloads
Replies have been locked on this page!