-
Notifications
You must be signed in to change notification settings - Fork 43
DOCSP-34709 connection troubleshooting shared #504
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
DOCSP-34709 connection troubleshooting shared #504
Conversation
|
||
.. _java-connection-string-port: | ||
Error: couldn't connect to server 127.0.0.1:27017 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Vale false positive, created a JIRA ticket to address this.
The {+driver-short+} can fail to connect to a MongoDB instance if | ||
the authorization is not configured correctly. This often results in an error | ||
message similar to the following: | ||
.. replacement:: scram-failure-error |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This Vale rule on "fail" will be removed soon.
|
||
Command failed with error 18 (AuthenticationFailed): 'Authentication failed.' on server localhost:27017. | ||
Command failed with error 18 (AuthenticationFailed): 'Authentication failed.' on server localhost:27017. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This Vale rule on "fail" will be removed soon.
To learn more about how connection pooling works in the driver, see | ||
:ref:`java-faq-connection-pool` in the FAQ. | ||
|
||
.. replacement:: scram-failure-error |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This Vale rule on "fail" will be removed soon.
|
||
.. code-block:: | ||
|
||
Command failed with error 18 (AuthenticationFailed): 'Authentication failed.' on server localhost:27017. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This Vale rule on "fail" will be removed soon.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM w/ one small potential fix
.. meta:: | ||
:keywords: code example, disconnected, deployment |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure if this has an impact on the actual functionality of the meta tag, but it loks like there's a space missing here
.. meta:: | |
:keywords: code example, disconnected, deployment | |
.. meta:: | |
:keywords: code example, disconnected, deployment |
* DOCSP-34709: Use shared content for Connection Troubleshooting (wip) (cherry picked from commit d78e1aa)
Pull Request Info
PR Reviewing Guidelines
JIRA - https://jira.mongodb.org/browse/DOCSP-34427
Staging - Connection Troubleshooting
Notes:
Self-Review Checklist