Skip to content

Update troubleshooting guidance #576

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions source/connection-troubleshooting.txt
Original file line number Diff line number Diff line change
Expand Up @@ -269,8 +269,10 @@ Monitor Thread Exception

INFO: Exception in monitor thread while connecting to server ssc-cluster-01-shard-00-02.9cbnp.mongodb.net:27017

To resolve this error, you must install certificates as described under
:ref:`Security Certificate Errors <java-connection-certificate>`.
This log line indicates that the monitor that continuously
checks the status of each replica set member or ``mongos`` server failed to
contact one of the nodes or servers. This is an expected message during server
maintenance operations and can be safely ignored.

Certificate Request Exception
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Expand Down
Loading